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

IMPORT FROM MEMORY

adnanmaqbool
Contributor
0 Likes
328

Dear Guys

I have a report having a code

IMPORT FROM MEMORY ID , i.e importing a field but I dont know in which report EXPORT TO MEMORY ID is using. Is there any way to find exporting parameter.

Thanks

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
305

Try with

1. Make a where used list of the report (that contains the IMPORT)

or

2. Make a source scan of MEMORY ID using program RS_ABAP_SOURCE_SCAN.

a®