Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EXPORT problem

Former Member
0 Likes
633

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
612

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

4 REPLIES 4
Read only

former_member376453
Contributor
0 Likes
612

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

Read only

Former Member
0 Likes
613

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

Read only

0 Likes
612

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

Read only

former_member156446
Active Contributor
0 Likes
612

try to scan the code in your system using the report scan prg: RPR_ABAP_SOURCE_SCAN

with the string memory id name