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

Memory ID

Former Member
0 Likes
442

Hi,

I have one code in which some value is getting imported thru Memory ID,

can i find the code where it is being exported ...as it is becoming difficult to find where export has been written....

Is there any txn. by which we can find one particular word in the customised prog.'just like where used list..

Message was edited by:

Abhishek Suppal

2 REPLIES 2
Read only

Former Member
0 Likes
413

Hi,

There is no direct way to find out this.

Check how your code is getting triggered.

If it is through a user exit, check all the user exits associated with the Tcode u are using and search your memeory ID there.

Basically export will be in a code that runs before your code in the same Tcode

Read only

Former Member
0 Likes
413

Hi,

Try searching 'Export' with same Id in main program..