Why is SAP Testing essential? Even if a single bug goes undetected in an SAP module, the consequences can be both far-reaching and disastrous. The case of the launch of SAP for the National Grid in the US serves as a stern reminder of what can happen when testing is suboptimally conduct...
SAP Managed Tags: ABAP Development Hi All! Does anyone know how to check if function module, which name is provided by the user, exists? I have to execute a function but when user provides a incrrect name - i receive a short dump. I would like to chceck if this function exists bef...
Why is SAP Testing essential? Even if a single bug goes undetected in an SAP module, the consequences can be both far-reaching and disastrous. The case of the launch of SAP for the National Grid in the US serves as a stern reminder of what can happen when testing is suboptimally conduct...
Packing function is used to exchange product data between suppliers and customers. The packing of product is done by the packing material. These packing materials need to be created in the material master with material type “VERP”. Packing can we done inSAPin two ways- Manual Packing Automati...
SAP Managed Tags: ABAP Development Hi , i have following code : CALL FUNCTION 'ZSD_t_UPDATE' IN UPDATE TASK TABLES it_xvbkd = xvbkd. Inside this function module i have some code to debug . How can i debug it ? I put the breakpoint in it but its not working . It is triggered...
21,766 SAP Managed Tags: ABAP Development Hi Experts, I am a novice to ABAP, I am working on search helps. My requirement is to call a search help in a function module. Can anyone please throw some light on this. Any inputs will be helpful. Thanks, AmitaReply...
In this case where we want to create the custom entity in the SAP CP ABAP Environment System you have to run the class in the backend system where the RFC function module is being called since the structureBAPI_EPM_PRODUCT_HEADERis not available in the SAP ...
SAP Managed Tags: ABAP Development u just have to decide what exceptions u want and under what conditions. then declarethese exeptions under the exceptions tab. in the source code of ur function module. if <condition eg. when su-ucomm = 3> raise <excep1> . . . like this u can ...
30,706 SAP Managed Tags: ABAP Development I have created a function module...where i want to raise some error message when some wrong data will be inputed what is the syntax ? Please tell me the syntax .Reply 1 ACCEPTED SOLUTION Former Member 2008 Apr 30 12:16 PM 2 Kudos 7...
https://wiki.scn.sap.com/wiki/display/ABAP/How+to+Upload+Long+Text+into+SAP+Using+Excel+Sheet+and+SAVE_TEXT+Function+Module Created bySmruti Ranjan Mohanty, last modified onOct 09, 2013Go to start of metadata Reference Link: Note 933420 - ALSM_EXCEL_TO_INTERNAL_TABLE ...