Quantcast
Channel: SCN: Message List
Viewing all 8859 articles
Browse latest View live

Re: Crystal reports

$
0
0

If you're opening the reports from CRS, you'll need the BI Platform SDK to create a login token and then create an OpenDocument URL that will open the report for viewing.  OpenDocument will allow you to set parameter values as part of the URL.  See http://help.sap.com/bobip, click on "Development Information", and download the second file ("Viewing Documents Using OpenDocument") to get more information about OpenDocument.

 

If you want to be able to schedule reports, you'll need to use the BI Platform SDK.  You can find some sample code for doing this on my website at www.dellstinnett.com/sample_code.html.  Look for the BOEScheduleCrystal assembly.  The code is older (XIr2 and VS 2005), but the techniques are the same for the latest SDK.

 

-Dell


EDI ORDCHG: 00347 error Update item quantity of Sales Order

$
0
0

Hi,

 

I'm trying to update the item quantity of a Sales Order and I can "execute" the idoc in foreground mode, but in background the idoc finish in status 51 with the following error: error no. 00 347: "Field VBAP-MATNR (1) is not an input field".

 

Ho can I solve that?

 

Input parameters in Idoc are:

- Segment: E1EDP01

      Item 000010

      Action: 002

      Quantity X

 

    - Segment: E1EDP19

         Identif: 002  (I tried 001 too, but it doesn't works)

         Material: YYYY (material Customer Code)

 

And in table: NASTMSGENQ (customizing SPRO)

   I add the register:

       - Transaction Code: VA0o2

       - A. Func: 00

       - Error: 347

            ----> Information

     As I understood with this configuration if this error appears it will be an information comment and not an error. But it doesn't works in this case too.

 

Thanks for trying to help.

 

Regards

Re: History of memory, cpu and disk usage of ABAP application server

$
0
0

Dear Karthik,

 

Check SAPOSCOL service?

 

 

 

http://wiki.scn.sap.com/wiki/display/ABAP/No+History+Data+in+OS07N+or+ST06

 

 

http://wiki.scn.sap.com/wiki/display/NWTech/First+steps+if+OS+statistics+History+information+in+the+transaction+ST06N+are+missing

 

 

 

 

Note 336120 - ST06/OS06: No data for 'recent days'

Note 977475 - ST06, OS07: No history data for different servers

 

 

If you are on Windows, you might also want to check the following:

 

Note 688131 - Windows: missing data in ST06/OS06

 

Regards,

V Srinivasan

HR Renewal-My Info Lane applications (Leave Request&Emp Profile) not working through the Portal giving runtime error

$
0
0

Hi Everyone,

 

In my HR Renewal implementation (1.0 FP4) , I am able to open Leave Request, Emp Profile & Org Chart through the backend role (PFCG--> EEPHR_EMPLOYEE_ESS_XX_UI5_1->Execute).

 

But same role in Portal (after I import role from backend), when select the My Lane->Leave Request, Emp Profile & Org Chart, its giving portal runtime error.

 

Is there any additional steps to be configured in Portal, I have tried to change the alias name in lpd_cust but same error message.

 

I followed below thread too.

 

ESS My Info Lane's applications error when opened from Portal

 

Any suggestions to overcome this issue?

 

My info-Portal error.jpg

 

Regards,

Jay

Payment Process REGUH table population

$
0
0

Can someone tell me how and where the data is assembled into the REGUH table during the payment process, (what tables and data elements make up this table). I am looking for some type of technical document. I am new to SAP and need to understand some things. I was told for certain requirements we need to get data from the Business Partners Screen , when I look at the name field and hit F1 it says the underlying table is BUT000.  Now when we run the payment process I am told by my counterparts and looking at certain programs the data is actually being pulled from REGUH. I would like to follow the breadcrumbs to know how / if the data is being pulled from BUT000 and then reinserted into the REGUH table.  I am trying to make the association between what I see through the front end and where I am supposed to be looking  the back end to ensure integrity of the data that I am puling.

 

All help is greatly appreciated in advance


Steve

Re: How to sort internal table by field length?

$
0
0

Rama,

AFAIK ABAP has no way of sorting an internal table by the the length of the data in a column.  You are going to need to do as others have suggested or not do it at all.  Those are your choices.  What is the problem with adding a length column to your internal table or shifting your data to the right before sorting?  These seem like rather straight forward and simple ways of doing this.

SUM & transport directory other than /usr/sap/trans

$
0
0

Hello experts,

 

there are 2 systems with different transport directory on the same host.

the systems have different product systems and therefore they can not have the same transport directory.

I noticed SUM does not like a transport directory other than /usr/sap/trans, for example /usr/sap/trans<sid>

I tried to copy one system to another host without creating directory /usr/sap/trans but only /usr/sap/trans<sid>

in such case SUM informs me that it is impossible to extract *.SAR files as it can not find /usr/sap/trans/EPS/in

 

I am confused. What shall I do in such case?

Should I create empty /usr/sap/trans with subdirectories

or should I rename /usr/sap/trans<sid> to /usr/sap/trans and change TMS properties?

 

Regards, Evgeniy

ParseFromString does not exist

$
0
0

Hi experts,

 

 

 

I'm trying to assign a string in the "EXTENDED_Name" variable, but the follow message is displayed to me:

Sem título.png

I'm importing the libraries:

- import ABSL;

- import AP.Common.GDT;

- import AP.CRM.Global;

- import BASIS.Global;

 

But the error still appear.

 

Can help me ?

 

Thanks


Re: EREC: Issue with Global Employees

Re: SHOW-VALIDATION-RESULT error

$
0
0

Hi Marco

 

Have you done MOPZ correctly, double check you have been selected appropriate components, Also check any changes made between MOPZ and upgrade startup.

 

-giri

Re: Unable to get Popup view within the customcomponent

$
0
0

Hi Ravi

 

  One of the way to call popup as your requirement follow below mentioned steps

 

  • Create Component Usage CU_POPUP of Payment Details window in runtime repository.
  • Add below code in your event handler

 

   IF gr_popup IS NOT BOUND.
     lv_title = 'My Popup'.
     gr_popup = comp_controller->window_manager->create_popup(
                 iv_interface_view_name = '<component name>'
                 iv_usage_name          = 'CU_POPUP'
                 iv_title               = lv_title
                 ).

     gr_popup->set_window_height( iv_height = 400 ).
     gr_popup->set_window_width( iv_width = 400 ).

   ENDIF.
   gr_popup->open( ).


Please Reward points if useful.

 

Regards

Abhishek

Re: Transfer of Fixed Assets

$
0
0

Hello,

 

Ok, I understand

 

But how can I do in "mass"?

 

Thanks,

RGN.

Re: ODP in SAP HANA

$
0
0

We have just managed to get BEx directly working on the COPA InfoProvider in ECC (ECC 6.0 EHP7), the BEx functionality is a bit buggy still but interesting to see a COPA document being posted and instantly reportable.

We are also looking at ODP at the moment using ECC and BW 7.4 SP7.  Still playing around with it at the moment to see how it all works.

I'll follow up with answers here too Operational Data Provisioning Extraction to bw using standard SAP extractors

Re: EWM - Steps to define plant as business partner

$
0
0

Hi Bahia,

 

I am having the same trouble than you. I tried to create the BP same way as Best Practice documentation says.

 

I also checked entries in the tables /SAPAPO/LOC and /SAPAPO/LOCMAP and seem to be okay, but still getting same error: "

/SCWM/WMEBASICS021 - No unique partner found for plant

"

Could you please be so kind to help me solving this issue?

 

Thanks in advance

Antonio

Re: Stock type changed in inbound delivery without explanation

$
0
0

Hello

 

This issue is Quality Management mainly.If in the system there is an user recorded  and the user said that he doesn't perform it, maybe there is a batch job related to perform usage decision.

 

Best regards.

Carlos Díaz


Re: syclo sdk error

$
0
0

Thanks for your reply.

 

But I have tried so many times with fresh Eclipse still I am getting the same error.

NWDI, NWDS, SDK ME 6.1

$
0
0

I have installed the development and the production environment for Sap ME 6.1 in a Windows server 2012 R2 environment (not in active directory, no domain users; all stand alone/workgroup)

 

Now the development team is asking for a development platform.

 

They told me that they need an installation of NWDI + NWDS + ME SDK 6.1

 

Do I have to setup a virtual machine for every developer with installed NWDI ( Netweaver 7.31 Java appl server) + NWDS + ME SDK 6.1 ?

 

In this way they will connect via RDP: every developer needs to have an own virtual machine ?

 

It's the right way to manage 2-3 Java ME developers working in the same project ?

 

If I have to install NWDI+NWDS+ME SDK 6.1 in the same virtual machine, I have the constraint of platform availability as per installation guide of the SDK, that is Windows 7 64-bit.

 

Over this platform in the same virtual machine, do I have to install  Netweaver Java Appl Server 7.31 with Maxdb, in windows 7 ?

 

Have I to install ME application (same level of dev & prod environment) and ME database (WIP & ODS Db) ?

Re: how to add top-level bookmarks

$
0
0

I know with certainty that one of those tools can do this.

Re: How can we remove PM order from PM notification ?

$
0
0

Greetings Prashant,

 

Indeed, it is not possible to unlink the Notification from a Work Order in CLSD status, and it is not possible to re-open an Order that was marked as Not Completed NCMP. SO this seems a dead end.

 

Perhaps you could make some changes through BS22 to the CLSD system status control to allow this, but I'm not certain of that at all,and it seems it would be a lot of hassle just to handle this one particular case.

 

I would propose to your Client that they just create a new Notification, using the original Notification as Reference in IW21 transaction, on the initial screen. Then this linkage is maintained between the related objects...

Extrange character returned by GetLastError function

$
0
0

Hi Experts,

 

I am having a problem when I generate a Transfer of Stock by DI API. The problem is related to the message obtained from the GetLastError () function that introduces arabic characters as shown below:

 

Quantity falls into negative inventory [الرسالة 131-149]

 

where the text in Arabic reads "message"

 

Regardless if I set the language by

 

oCompany.language = SAPbobsCOM.BoSuppLangs.ln_Spanish_La;
//oCompany.language = SAPbobsCOM.BoSuppLangs.ln_English;

and

 

Thread.CurrentThread.CurrentCulture = new CultureInfo ("es-MX");

at the start of the program the result is the same.

 

Any idea?

 

Greetings !!

Viewing all 8859 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>