Application Development 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: 

Doubt in Import Statement

Former Member
0 Kudos

Hi,

I have a statement like :-

IMPORT CMSGU ZHDATE SEQ FLG FLG2 FROM MEMORY ID 'ZFC2'.

Now,how can I find out what is the value in memory ID ZFC2 ?

My question is basically how do we find out what is in this memory ID ZFC2 ?

Regards,

Sushanth H.S.

2 REPLIES 2

Former Member
0 Kudos

the import statement will extract the contents of ZFC2 to the specified fields...

Former Member
0 Kudos

Hi..

If u need to know the value of the memory id means .. U need to Debug the program.

Goto the debug mode.

After processing the import parameter..

GOTO>SYSTEM AREAS> ABAP MEMORY.

There u may see ur memory id in the list..

Double click ur memory id name and see the contents ..

Revert me back if u have any queries.

Regards

Bala.