‎2006 Jul 04 11:52 PM
Hello. I have a user exit, and i want to know a tx MB26 call user exit when process it. How to do that? I need know step for that.
user exit EXIT_SAPLPCRW_003
Tx MB26
Thanks.
Gustavo.
‎2006 Jul 05 2:12 AM
Hi Gustavo,
Let's say you are already in transaction MB26 and try to post reservation. Then you go to command box in upper left. Please type '/H', press enter and click on posting button.
The system will then take you to debugging mode. In here, you can set the break point by go to top menu breakpoints -> ...
Apologies, I dont have SAP system now so I can not tell exactly the menu path. But you should be able to figure out once in the breakpoints sub menu.
Again, hope this will help.
Regards,
Ferry Lianto
‎2006 Jul 05 12:09 AM
Hi Gustavo,
You can set break point at function module and enter EXIT_SAPLPCRW_003 during debugging transaction MB26.
Other you can go to the include program inside user exits EXIT_SAPLPCRW_003 and hardcoded BREAK <sy-uname or your logon id>.
If it does not stop, it means MB26 does not use above user exits.
Hope this will help.
Regards,
Ferry Lianto
‎2006 Jul 05 12:23 AM
Ok, but Could you explain me the step to do that? Please.
I want to do with: "You can set break point at function module and enter EXIT_SAPLPCRW_003 during debugging transaction MB26"
Best regards.
Gustavo.
‎2006 Jul 05 2:12 AM
Hi Gustavo,
Let's say you are already in transaction MB26 and try to post reservation. Then you go to command box in upper left. Please type '/H', press enter and click on posting button.
The system will then take you to debugging mode. In here, you can set the break point by go to top menu breakpoints -> ...
Apologies, I dont have SAP system now so I can not tell exactly the menu path. But you should be able to figure out once in the breakpoints sub menu.
Again, hope this will help.
Regards,
Ferry Lianto
‎2006 Jul 05 2:19 AM
Ok, thanks, i could debbuging, thanks a lot.
Best regards.
Gustavo.