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

Question about BAPI and user-exit

Former Member
0 Likes
388

Hello,

I have a doubt, if i have code in an user-exit that does anything(for example code in an user-exit in VA01), will pass through this code if i create the salesorder via BAPI?

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
357

Welcome to SDN.

BAPI or BDC will not trigger exit.

Regards,

Amit

Reward all helpful replies.

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
358

Welcome to SDN.

BAPI or BDC will not trigger exit.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
357

BAPI may not trigger the user-exit because BAPI is more to do with the direct table updates.. but, I am sure BDC hits the user-exit.