‎2009 Mar 26 6:26 PM
I have one include program say ZXXYQPAU04 (in function group XQPA) ,
in which I have IMPORT stmt like below in the begining it self.
import v_ebelp from MEMORY id 'V_EBELP'.
But I could not found corresponding EXPORT stmt where this got export(ed)?
How and where can I get this Export statement related coding ?
YOUR HELP WILL BE HIGHLY APPRECIATED.
Thanks in advance.
‎2009 Mar 26 6:40 PM
Thank you. I know that Import / Export statement is for ABAP memory, which actually used in a singe LUW.
My question is in the user exit, I could not find where the exported into ABAP memory. I need to find out how it got exported prior to this IMPORT
‎2009 Mar 26 6:28 PM
Hi - Import / Export statement is for ABAP memory, which actually used in a singe LUW. If you need to get the value from another session, then you have to use SET/GET statement, which uses SAP memory.
Kuntal
‎2009 Mar 26 6:40 PM
Thank you. I know that Import / Export statement is for ABAP memory, which actually used in a singe LUW.
My question is in the user exit, I could not find where the exported into ABAP memory. I need to find out how it got exported prior to this IMPORT
‎2009 Mar 26 6:49 PM
Well, you could do a scan, but it might be more productive to think about the process here. Since this is used in an exit, it should have a transport (or more than one). You could limit your search by just including the objects in those transports. One of them likely does the export.
Rob
‎2009 Mar 26 6:42 PM
try to scan the code in your system using the report scan prg: RPR_ABAP_SOURCE_SCAN
with the string memory id name