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

regarding user exit.

Former Member
0 Likes
911

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

5 REPLIES 5
Read only

Former Member
0 Likes
745

Hi,

put break point on the include and run ,you know its working or not.

Regards,

Madhu

Read only

Former Member
0 Likes
745

Mybe it is not active.

Read only

Former Member
0 Likes
745

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.

Read only

Former Member
0 Likes
745

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

Read only

Former Member
0 Likes
745

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к