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

How debugging?

Former Member
0 Likes
712

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.

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
639

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

4 REPLIES 4
Read only

ferry_lianto
Active Contributor
0 Likes
639

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

Read only

0 Likes
639

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.

Read only

ferry_lianto
Active Contributor
0 Likes
640

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

Read only

0 Likes
639

Ok, thanks, i could debbuging, thanks a lot.

Best regards.

Gustavo.