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 exits

Former Member
0 Likes
504

i need the user exit wrpl0002 to be trigerred when the transaction wrp1 is executed. where should i write my code to implement this? do i need to write a call customer-function in the program to trigger the exit??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
468

Hi

write the code inside this include ZXWRPLU02. double click on this and create it and write the perform for the same using FM value as using and changing values

Regards

Shiva

3 REPLIES 3
Read only

Former Member
0 Likes
469

Hi

write the code inside this include ZXWRPLU02. double click on this and create it and write the perform for the same using FM value as using and changing values

Regards

Shiva

Read only

Former Member
0 Likes
468

Go transaction SMOD-> Give the enhancement name->Display-> Click on component tab-> Double click on Function module EXIT_SAPLWRPL_002 -> In this fuction module you will get the include "ZXWRPLU02", double click the include name. System will ask to create the object. Create this object and write the code inside the INCLUDE ZXWRPLU02 .

let me know if any clarification.

Hope this will helpful.

Regards,

Bhavana

Read only

0 Likes
468

i have created the project and wrote my code in include.

i just wanted to clarify if the user exit has to be trigerred explicitly. got the explanation. thanks