‎2009 Jan 22 10:05 AM
Hi Experts,
Before importing a value from memory id, how can we check the memory id having value or not?
Please give me the ans for this.
Regards
subash
‎2009 Jan 22 10:13 AM
Hi Subash,
There is no way to check if the Moemory ID has any value or not.
You could only Import the value and check for INITIAL or NOT..
‎2009 Jan 22 10:07 AM
‎2009 Jan 22 10:11 AM
Hi Gautham,
The table TPARA will have set/get parameters.ie shared memories. But i need for ABAP memory. that is while using IMPORT statement, how can I check the memory having value or not?
‎2009 Jan 22 10:13 AM
Hi Subash,
There is no way to check if the Moemory ID has any value or not.
You could only Import the value and check for INITIAL or NOT..
‎2009 Jan 22 10:17 AM
hi,
before importing a value to memory u should always free the memory space so that the value is cleared, but u can check for initial if u want...