2011 Nov 18 12:29 PM
Hi All,
I have created an implementation for the badi LE_SHP_DELIVERY_PROC. In the method CHANGE_FIELD_ATTRIBUTES i have written a code to export Vendor(LIFNR) to the sap memory. However, i need to import this to an include and use it in the function module CONVERSION_EXIT_ALPHA_INPUT with the LIFNR as the exporting parameter in the function module. how do I import this LIFNR in the include. Please help.
2011 Nov 18 1:20 PM
try using SET ,GET parameters to export LIFNR to SAP memory..IMPORT it in your include and pass it to the FM.
Regards.
2011 Nov 18 1:20 PM
try using SET ,GET parameters to export LIFNR to SAP memory..IMPORT it in your include and pass it to the FM.
Regards.
2011 Nov 18 7:22 PM
Hi,
Export LIFNR TO MEMORY ID 'AB'. (ID is the name of memory, you don't need to create it ).
Import LIFNR FROM MEMORY ID 'AB'. In Importing program create the same field name.
Hope this is useful to you!
Thanks,
Reetesh
2011 Nov 19 2:32 AM