‎2007 Aug 23 8:10 AM
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
‎2007 Aug 23 8:43 AM
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
‎2007 Aug 23 8:43 AM
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
‎2007 Aug 23 8:47 AM