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

when bapi perform, user exit perform or not

Former Member
0 Likes
1,159

Hi,

TCODE VA01,

i am going to use BAPI(SD_SALESDOCUMENT_CREATE) in order to create or change sales order .

but there is user exit on VA01, so i want to know if user-exit execute or not when i use BAPI on abap code.

thanks

venjamin.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
825

Standard Bapi cannot execute ur user exit, in two ways u can achieve this

one is u can use BDC

second u can enhance the BAPI as per u r requirement.

Madhavi

Hi,

TCODE VA01,

i am going to use BAPI(SD_SALESDOCUMENT_CREATE) in order to create or change sales order .

but there is user exit on VA01, so i want to know if user-exit execute or not when i use BAPI on abap code.

thanks

venjamin.

3 REPLIES 3
Read only

Former Member
0 Likes
826

Standard Bapi cannot execute ur user exit, in two ways u can achieve this

one is u can use BDC

second u can enhance the BAPI as per u r requirement.

Madhavi

Read only

i048168
Product and Topic Expert
Product and Topic Expert
0 Likes
825

Hi,

Bapi will not trigger user exit.

Regards

Vadi

Read only

Former Member
0 Likes
825

Hi,

As far as i remember bapi will execute the user exit as once i tried to call the bapi in the user exit and in turn the bapi called back the user exit again. at that i used the same said bapi "SD_SALES_DOCUMENT_CREATE". and hence i changed my code accordingly

Regards

Satya