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

Will the BAPI call execute Userexits

Former Member
0 Likes
622

Hello,

I want to know if I am using a BAPI (Sales order creation) will it execute the user-exit code or not.

If not why not?

Please confirm.

Rgds

Ank.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
602

Yes - Business Object 2032 (included in BAPI_SALESORDER_CREATEFROMDAT1) will also consider the User Exits and Customer Exists according to transaction VA01.

Regards,

AndyG

4 REPLIES 4
Read only

Former Member
0 Likes
603

Yes - Business Object 2032 (included in BAPI_SALESORDER_CREATEFROMDAT1) will also consider the User Exits and Customer Exists according to transaction VA01.

Regards,

AndyG

Read only

Former Member
0 Likes
602

Hi,

Yes this BAPI will call userexits, why not try it, if you are experiencing unexpected results, ensure you are executing a commit.

Regards,

Chester

Read only

Former Member
0 Likes
602

Hi,

you need to fire an explicit BAPI_TRANSACTION_COMMIT .

<b>Reward points</b>

Regards

Read only

Former Member
0 Likes
602

Hi,

All BAPI's will execute the user exit.

After using the BAPI use commit.

Reward if useful.

Regards,

Umasankar.