SAP Managed Tags: ABAP Development Hi Guru, First you need to decide, what goes in to the function module and what comes as output. 1. Go to SE37. 2. Type the FM name and click create. 3. Now, Define the Attri
Hi, i want to know step for creating RFC function module and then How to use this function module from some other sap system. Thnaks, jigar
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...
Solved: hi, i created a function group and by default got one TOP include and one UXX include.. now at the end, i want to add one more like LZxxxxF01. how to create this
SAP Managed Tags: ABAP Development Hi, I am afraid u can't attach a search help to any importing parameters in the Function Module. U can try looking at some std FM u shall not see any one providing search helps... but i if u want to add a search help to a field other than...
SAP Managed Tags: ABAP Development hi, I am using the following function module DP_CREATE_URL now there i have to pass a parameter called as data, wat to pass to DATA and how to create it im am displayin an image from desktop onto a container in the screen using the class cl_gui...
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 structure BAPI_EPM_PRODUCT_HEADER is not available in the SA...
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 ...
1. Create a CDS view using templet “Custom entity with parameters”. 2. Create custom entity as per your required output and make sure to give the Class name "ABAP:ZCL_RFC_DETERMINE_JURISDICTION" where you are going to call your function module. ...