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

Problem in USER EXIT

Former Member
0 Likes
490

hello friends,

I am working in this EXIT_REAPRIN0_001 user Exit.when I run the tcode 'EA60' it will display one selection screen.In that screen i enter PORTION and other parameters then i execute the screen.Now my User Exit will run here i need the PORTION.I used GET PARAMETER ID to get the portion but i am not able to get the portion value.In the Function moduele EXIT_REAPRIN0_001 there is no Import Parameter.So I am not able to get the Portion.Is there any other way to get the PORTION.Please help me it is very Urgent.

Thanks & Regards,

Ashok.

2 REPLIES 2
Read only

Former Member
0 Likes
408

hi ashok,

R u using the standard Memory id of the PORTION. if yes... there may be the memory is initializing by some other code.

what i suggest u is.. use the other 'memory' give some differnt name

ex.. SET PARAMETER ID 'pattre' FIELD WMARA-MTART.

i think this will help you,

Regards

Naresh REddy

Read only

Former Member
0 Likes
408

Hi Ashok,

you can use the FM 'DYNP_VALUES_READ' to get the required field values.

Regards,

Satya