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

Finding Export from Import

Former Member
0 Likes
2,366


Hi All,

   I have a requirement to add a field from table in an user exit in include  ZXM08U26 but before adding the field I need to IMPORT the value of the field in this include. I had seen other fields from the same table are IMPORTED into this include using    IMPORT z_part FROM MEMORY ID    'ZPARTN'.  But I do not know where the EXPORT TO MEMORY ID is written. Please can someone help.

Thanks in advance,

Priya

1 ACCEPTED SOLUTION
Read only

shadab_maldar
Active Participant
0 Likes
2,308

Hi Priya,

You can use the transaction EWK1 and search for the string ZPARTN, the program will search all the programs in SAP and gives you the result.

Please refer the screen shot.

Please reward, if helpful.

8 REPLIES 8
Read only

Former Member
0 Likes
2,308

Hi Priya,

There are several ways you can try, run abap code scan report 'RS_ABAP_SOURCE_SCAN' is better one, i think.

Just refer this thread,http://scn.sap.com/thread/3474465

regards,

Archer

Read only

Former Member
0 Likes
2,308

Hi Priya

Check include ZXM08U26 for the export statement with memory id 'ZPARTN' .You will get to know.


thanks

Vamsi

Read only

Former Member
0 Likes
2,308

Hi,

you may use Debugging option and set breakpoint on "Export" command.

Regards

Mitul

Read only

Former Member
0 Likes
2,308

Hi Priya,

Try this.

In the exit,go to Utilities->Version->Version management and check all the previous 'Transport requests'.

Go to that Transport Request and check the programs in that TR.

You'll might get the program in the Request where the export is written.

Regards,

Neha

Read only

shadab_maldar
Active Participant
0 Likes
2,309

Hi Priya,

You can use the transaction EWK1 and search for the string ZPARTN, the program will search all the programs in SAP and gives you the result.

Please refer the screen shot.

Please reward, if helpful.

Read only

0 Likes
2,308

Thanks Shadab I got it. Thanks all for your support.

Read only

archanapawar
Contributor
0 Likes
2,308

Hi Priya,

You should use RS_ABAP_SOURCE_SCAN report with the keyword as your export ID e.g. ZPARTN.

Read only

former_member188282
Active Participant
0 Likes
2,308

Hi Priya,

In Debug mode Create a break point at statement ---> then ABAP cmnds pass EXPORT command.

so you can easily find out all the export parameters.

Please check below screen shot for more clarification

Regards,

Rajesh.B