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' ?