Application Development 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: 

how we get import parameter id

Former Member
0 Kudos

Hi,

i have a requirement in standard program inside one include program export parameter id is used but i not getting with in same program where they exact used that value imported,So any one can help me for how to find that import parameter id.

main program -RVADOR01

INCLUDE PROGRAM -DOR01_F01

Thanks.

5 REPLIES 5

Mohamed_Mukhtar
Active Contributor
0 Kudos

Hello Pradeep,

Try searching the memory id('ZTEST') in main program

Example export wa_xxx to memory id 'ZTEST'.

Please go through the below links :-

Find memory id export | SCN

https://scn.sap.com/thread/1637695

0 Kudos

Hi,

I followed your suggesation but i am not getting can you give some other idea.

Thakns.

praveenboss
Participant
0 Kudos

hy pradeep,

EXPORT SOURCEFIELD TO MEMORY ID 'TEST1'.


IMPORT TRAGET_VARIABLE TO MEMORY ID 'TEST1'.



SOURCEFIELD  LIKE KONV-KBETR   


TARGET LIKE XKONV-KBETR


Thanks

Former Member
0 Kudos

hi,

Use RPR_ABAP_SOURCE_SCAN report to search Import memory id.

Regards,

Satyen Trivedi

Jelena
Active Contributor
0 Kudos

RVADOR01 is an output processing program. It'd be unusual to see parameter IDs there since there is no dialog at that point... Can you share more details with us? What exactly should be in that ID and why / what for?