Skip to Content
0
Former Member
May 28, 2009 at 09:11 AM

Find EXPORT to an IMPORT ... FROM MEMORY ID statement

2147 Views

Hi!

I would like to ask you, if you know an easy way to find the EXPORT command for an IMPORT ... FROM MEMORY ID ... statement.

For example in the program LWDTMO01, there is the following codepart (in a SAP 4.6c):

IMPORT DYNP_INFO FROM MEMORY ID 'mcx_dynp_info'.

IMPORT SHLP_TOP FROM MEMORY ID 'mcx_shlp_top'.

IMPORT SHLP_CURR FROM MEMORY ID 'mcx_shlp_curr'.

IMPORT SHLP_TAB FROM MEMORY ID 'mcx_shlp_tab'.

IMPORT RECORD_TAB FROM MEMORY ID 'mcx_record_tab'.

IMPORT OCXINTERFACE FROM MEMORY ID 'mcx_ocxinterface'.

IMPORT CALLCONTROL FROM MEMORY ID 'mcx_callcontrol'.

IMPORT FLDS_OUT_TAB FROM MEMORY ID 'mcx_flds_out_tab'.

How can I find the code, where these tables are filled with data and EXPORTed to the memory?

Thank you

Tamá