‎2007 Oct 04 12:40 PM
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
‎2007 Oct 04 12:43 PM
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
‎2007 Oct 04 12:47 PM