2014 Apr 18 1:41 PM
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.
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.
2014 Apr 18 1:47 PM
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 :-
2014 Apr 18 2:50 PM
Hi,
I followed your suggesation but i am not getting can you give some other idea.
Thakns.
2014 Apr 19 12:35 PM
hy pradeep,
EXPORT SOURCEFIELD TO MEMORY ID 'TEST1'.
IMPORT TRAGET_VARIABLE TO MEMORY ID 'TEST1'.
SOURCEFIELD LIKE KONV-KBETR
TARGET LIKE XKONV-KBETR
Thanks
2014 Apr 21 6:38 AM
hi,
Use RPR_ABAP_SOURCE_SCAN report to search Import memory id.
Regards,
Satyen Trivedi
2014 Apr 21 8:09 PM
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?
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |