Application Development 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: 

debug "MB_POST_DOCUMENT"

Former Member
0 Kudos

Hello Friends,

in booking post ( MB_POST_DOCUMENT ) there is a user exit. "EXIT_SAPLMBMB_001", i need to debug this user exit, ? can anyone pls let me know how I can debug in posting / update ?

Regards,

2 REPLIES 2

former_member181995
Active Contributor
0 Kudos

Without putting the break-point in Exit there is no chance to Debug exit.

tes one more option by /h

Cheers

0 Kudos

I have placed the breakpoint, in my user exit, but I dont know how to start the debuging in "posting/updating"

Regards