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 to use SET and GET parameter id

ram_sahoo
Participant
0 Kudos

Hi Experts,

I have need access data from user exit - USEREXIT_READ_DOCUMENT for tcode- VA02 , in this user exit i have used set parameter id like

SET PARAMETER ID 'MID_TCODE' FIELD gv_tcode.


and for get parameter id i have used in class CL_GOS_ATTACHMENTS method - IF_CMD_HANDLER~EXECUTE_ITEMS_CMD like


GET PARAMETER ID 'MID_TCODE' FIELD gv_tcode.


but i am not getting data in get parameter.Anyone can suggest me why this data is not comming in to that class.


Thanks,

2 REPLIES 2

shadab_maldar
Active Participant
0 Kudos

Hi,

Check whether your memory ID exists in table TPARA.

PeterJonker
Active Contributor
0 Kudos

I think in your case you need to use export to memory id and import from memory id in stead.