I am calling an external subroutine from a main program.
I want to see contents an internal table used in that external subroutine.
After returning to the main program I can still see the contents when i goto
<i>Goto->Display Condition->Memory Use</i> in debugging mode.
But how can i get the the contents of the internal table that I see there to my main program.
The external subroutine that I am calling is that of a standard program.So I believe I cant export the values from there.
Please reply if there is any way to get the values...
Regards,
Arjun
Message was edited by:
Arjun Puthuruthy
Hi ,
I think you can use Export to memory/Import from memory .
This might be helpful for you
http://help.sap.com/saphelp_erp2005vp/helpdata/en/9f/db9df735c111d1829f0000e829fbfe/frameset.htm
Regards,
Satyendra
Add a comment