BAPI Plugin - a new BAPI call for each row processed

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
rsrikant
Participant
Posts: 58
Joined: Sat Feb 28, 2004 12:35 am
Location: Silver Spring, MD

BAPI Plugin - a new BAPI call for each row processed

Post 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
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

BAPI is like a stored procedure. You only pass values to it. The commit mechanism is inbuilt within the BAPI.
Post Reply