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: 

bapi

Former Member
0 Kudos

HI all

I would like to know if a user-exit is invoked from a BAPI call how can I identify which BAPI made the call from within the user exit?

Eg

Zprogram

-> calls BAPI

-> invokes user exit

-> within user exit

-> how do I identify which BAPI made the original call at this point?

1 REPLY 1

Former Member
0 Kudos

if you know which user exit is getting triggered put a break point in user exit

when it triggers at that break point, in debugging mode goto call stack. In call stack you can see from which BAPI it is called .