BAPI performace

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
claudiarh
Participant
Posts: 3
Joined: Wed Mar 08, 2006 2:00 pm

BAPI performace

Post by claudiarh »

I am using the DataStage Extract Pack for SAP R/3. Are there any best practices or specific settings to improve the BAPI performance?
tomato
Participant
Posts: 15
Joined: Mon Feb 20, 2006 2:46 am

Post by tomato »

my experience is:

i used to have a job, with a sequential file as a source and pushing record into SAP server through a PACK for SAP R/3 BAPI Stage. Couples of hundred ofrecord takes about half an hour or may be more.

later after that, i've changed the job into such a way that, when the sequential file is ready, i'll FTP the file over to the SAP Server, and then trigger the BAPI stage only onces, provide it the filename and path to pick up the file. The rest of the process will be in SAP side.

this is provided if ur BAPI is capable of dealing with 2 different calling method from datastage.

Regards.
Post Reply