2009 Jan 30 5:15 AM
hi,
my requirement is to pass the parameters back to the structure after modifying the values via
the user exit Function module EXIT_RLLNACH1_003.
i wrote the code in the include but it is not reflecting on the transaction lp21.
can you suggest any info.
thanks.
use meaningful subject
Edited by: Vijay Babu Dudla on Jan 30, 2009 4:43 AM
2009 Jan 30 9:27 AM
Hi,
put break point on the include and run ,you know its working or not.
Regards,
Madhu
2009 Jan 30 11:23 AM
2009 Feb 02 3:17 PM
HI,
Please check whether the user exit is activated or not.
If it is not clear whether this user exit is getting called or not, keep a BREAK-POINT statement as the first statement in the exit. When you access transaction LP21 if this user exit is called then definitely the program execution stops at this statement. Then you can check in the debug mode the execution of your code in the EXIT. Ensure that the changes are done in EXPORT/ Changing parameters or tables contents only. No changes are made in the import paramenters.
2009 Feb 03 6:25 AM
hi..
put a break-point and check. but before checking it just activate it..
if it is not going to that means search for the proper userexit.
all the best..
Regards,
GSANA
2009 Feb 03 2:27 PM
U need to include it in an active project, goto cmod and create a new project and assign this exit to the project and activate.
кu03B1ятu03B9к