| BAPI vs Call transaction
-----Original Message-----
Hi all! Could you explain me why a BAPI is faster than a call transaction?. E.g. If i have the BAPI: create_sales_document and I could also do a
call transaction to
Thanks in advance... -----Reply Message-----
Hi, As of I know BAPI's R internally they RFC functions and they were
implemented
-----Reply Message-----
A BAPI is faster because it is updating the DB "directly" through ABAP
code. A BDC with call
Use BAPIs whenever possible. -----Reply Message-----
you use a special BAPI, cause this one uses CALL TRANSACTION to create
a sales order.
Bye -----Reply Message-----
Thanks for your answers... They have been very useful... -----End of Message-----
Best regards,
|