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

Memory ID

Former Member
0 Likes
384

Hi All,

I had one driver program of a smart form in which some tables are getting filled from Memory ID 'XYZ' using IMPORT statement and this table is passed to the function module of smartform as an input.

but there is one issue in which this table were not getting populated,but i dont know the exact place where this Memory ID 'XYZ' is getting filled i.e. data is exported to Memory ID 'XYZ'.

So, please provide me some solution by which i can find the location where memory id is getting filled.

Thanks in Advance.

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
352

I'm not sure I understand the need for memory ID retrieval in an output processing program - presumably the table is being populated somewhere in the transaction in a user exit? Runtime Analysis will trap the Export/Import statements - you can use SE30 to process the transaction which processes your outputs, then view the hit list and search for 'Export'.

1 REPLY 1
Read only

brad_bohn
Active Contributor
0 Likes
353

I'm not sure I understand the need for memory ID retrieval in an output processing program - presumably the table is being populated somewhere in the transaction in a user exit? Runtime Analysis will trap the Export/Import statements - you can use SE30 to process the transaction which processes your outputs, then view the hit list and search for 'Export'.