‎2009 Nov 10 8:09 AM
Can i Get list of all memory IDs that are being currently used and not present in tpara table.
For Ex
If i use a statement
Export var1 to memory id 'ZRM'.
Can i get a FM or a table (not tpara) where this Memory Id can be retrieved.
Thanks
‎2009 Nov 10 8:16 AM
‎2009 Nov 10 8:14 AM
Hi,
I dont think there is any way to view all the memory IDs which are in use. Since the memory IDs are available only till the end of the execution of the current program, they are temp values and hence cannot be viewed,
‎2009 Nov 10 8:16 AM
‎2009 Nov 10 8:23 AM
I even thought so, just took a shot.
Thank you both for your quick Replies