Page 1 of 1

BAPI Plugin - a new BAPI call for each row processed

Posted: Wed Apr 20, 2005 5:09 pm
by rsrikant
I have a job extracting data from SQL Server and loads into SAP using BAPI plugin. I don't find any option like transaction size in BAPI plugin stage. My job is making a new BAPI call for each record processed. I don't want that. I want to make just one call to the BAPI and send all the records to SAP in that one call.

Is it possible like that? Any one has come across this earlier.

Any inputs can be really useful.

Thanks in advance,
Srikanth

Posted: Thu Apr 21, 2005 3:40 am
by Sainath.Srinivasan
BAPI is like a stored procedure. You only pass values to it. The commit mechanism is inbuilt within the BAPI.