‎2007 Oct 18 6:31 AM
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
‎2007 Oct 22 1:09 PM
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.
‎2007 Oct 18 6:42 AM
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
‎2007 Oct 18 6:44 AM
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,
‎2007 Oct 22 1:09 PM
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.