‎2006 Dec 12 6:57 AM
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.
‎2006 Dec 12 8:08 AM
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
‎2006 Dec 12 10:44 AM
Hi Ashok,
you can use the FM 'DYNP_VALUES_READ' to get the required field values.
Regards,
Satya