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

regarding memory id check

Former Member
0 Likes
1,564

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,008

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..

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
1,008

Hi,

Use table - TPARA

Read only

Former Member
0 Likes
1,008

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?

Read only

Former Member
0 Likes
1,009

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..

Read only

Former Member
0 Likes
1,008

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...