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 import/export parameters

balajishahrsap
Participant
0 Likes
1,708

Hi All,

We need to find out all the Memory Import/Export statement in any given landscape. Please let us know whether is there any standard program available for this. This will be helpful in any new support project where technical team needs to debug a lot of code to find the appropriate place

for instance, we are considering a user exit from MV45** where an IMPORT statement is written with memory id as 'SERNR'. now we use this memory id in a standard program 'RS_ABAP_SCAN' program which scans all the available objects in the given package and identifies from where it is Exported. This case very time consuming as we need to input one by one as and when we encounter such scenario.

Please let us know

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,479

Dear Balajisha T V

I  faced same issue several times .

I used below t-code in that case .

It is very fast and Useful .

Use T code EWK1

In Global Search Put Z*

In Find  IMPORT

Radio button : Select As a word

Image attached for Reference .

Thanks!

Athul.P.Suresh

8 REPLIES 8
Read only

Former Member
0 Likes
1,480

Dear Balajisha T V

I  faced same issue several times .

I used below t-code in that case .

It is very fast and Useful .

Use T code EWK1

In Global Search Put Z*

In Find  IMPORT

Radio button : Select As a word

Image attached for Reference .

Thanks!

Athul.P.Suresh

Read only

0 Likes
1,479

Hi Atul,

Thanks, this is really helpful

Read only

SimoneMilesi
Active Contributor
0 Likes
1,479

Did you already tried the standard report RS_ABAP_SOURCE_SCAN ?

Read only

0 Likes
1,479

Hi Simone,

Yes we are using this standard report, but as and when we find any import or export statement we make use of this program,

To get the entire list of import/export memory parameters is there any program or is there any way to get the entire list.

please help.

Read only

0 Likes
1,479

Sorry, i do not understand your requirement: could you kindly re-elaborate it?

Read only

0 Likes
1,479

yes,

Consider we have development box of a support project( a New Abap team take over this project). There are multiple enhancements and user exits where the memory import/export parameters are used.

Basically we need all the list of this import/export memory parameters in a given landscape where it will help ABAP team to have a quick view.

Read only

sachin_yadav3
Active Participant
0 Likes
1,479

Hi,

Use program RS_ABAP_SOURCE_SCAN and in search string give *IMPORT*FROM*MEMORY* and EXPORT*TO*MEMORY* . In program name give your name space e.g. Z*, Y* and MV45*, RV* etc.

In this way you can get the information which you are looking for.

Regards

Sachin

Read only

SimoneMilesi
Active Contributor
0 Likes
1,479

Exactly what said.