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

user exit does not trigger

Former Member
0 Likes
1,299

hai,

I have a user exit named MWMTO001.

It has been given like this will trigger at the end of the transfer order creation (Update task). wt i have done here is i activated the user-exit and when i try to create the TO its not getting stopped over the user-exit and here i didn't understand wt is mean by update task.

thanks in advance

regards

Swetha Singh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
887

Hi Swetha,

After activating the function module exit we have to include the enhancement package in a project though transaction cmod.

You create a project and add the enhancement to the enhancement assignments of the project and activate it. ensure a green light box will appear next to the components.

If this is not the reason you can go to debug mode at runtime by /h and create a runtime breakpoint at statement 'Call customer-function' and see if the program stops at the any customer exit or not and if it includes the one you have created.

You will press /h on the screen from where you will move to the final screen where you need your exit to trigger.

hope this helps.

<b>Always reward points to useful suggestions.</b>

regards,

Vikas

2 REPLIES 2
Read only

Former Member
0 Likes
888

Hi Swetha,

After activating the function module exit we have to include the enhancement package in a project though transaction cmod.

You create a project and add the enhancement to the enhancement assignments of the project and activate it. ensure a green light box will appear next to the components.

If this is not the reason you can go to debug mode at runtime by /h and create a runtime breakpoint at statement 'Call customer-function' and see if the program stops at the any customer exit or not and if it includes the one you have created.

You will press /h on the screen from where you will move to the final screen where you need your exit to trigger.

hope this helps.

<b>Always reward points to useful suggestions.</b>

regards,

Vikas

Read only

0 Likes
887

hi vikas,

Thanks .

problem solved.

regards,

Swetha Singh