Skip to Content
0
Former Member
Jan 20, 2009 at 02:58 PM

Import From Memory Id . Where is Export ?

6962 Views

i have standard FM there is code for Import memory like below

DATA : Zget(10) TYPE C.

IMPORT zget FROM MEMORY ID 'ZPQR' .

Now i want to Know from where its value comming i.e . What & where is its Export parameter.

What is ZPQR ? Is it Program or table ?

in Which table i will find Memory Id 'ZPQR' ?