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

Automatically Triggering BAPI

Former Member
0 Likes
719

hi Experts

Can any one help on how to Trigger BAPI

I want to trigger BAPI ( BAPI_PO_CREAT1) Automatically when ever STO(ME21n) Create s

How can i configure It

Regards

Ram

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
643

Hi..

Bapi is the one of the function module, you can use it direct call function module and the pass the values, automatically created the purchase orders or you can use bapi's in user exit and idoc's also.

3 REPLIES 3
Read only

h_senden2
Active Contributor
0 Likes
643

a bapi is a function module, so you can call it in any abap code as you like it. So in a report/user exit whatever.

regards

Hans

Read only

Former Member
0 Likes
643

if you want to use it to fill IDOC then there is process code BAPI is there ..Configure it in NACE and WE20

Otherwise code it some where in enhancement or user exit...

regards,

Read only

Former Member
0 Likes
644

Hi..

Bapi is the one of the function module, you can use it direct call function module and the pass the values, automatically created the purchase orders or you can use bapi's in user exit and idoc's also.