SAP BAPI Posting

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
vjonnala1516
Participant
Posts: 18
Joined: Fri Jan 04, 2008 5:28 am
Location: Bangalore

SAP BAPI Posting

Post by vjonnala1516 »

Hi,

We need to extract data from SAP through BAPI based on multiple import parameter values, how to pass these multiple parameter values in BAPI stage?

we have tried out by passing the parameters through a file, but its not fetching any results, is there any specfic way to pass the parameter values.

Thanks in advance.

Jonnala
VJ
arunsardana
Participant
Posts: 10
Joined: Sun Oct 08, 2006 8:01 am

Post by arunsardana »

Hello Jonnala,

Sorry for the late response - didnt' login for some time. In any case, for BAPI stage with an output link (to extract data), there's an option in the stage under 'Read Logs' tab where you can specify 'Input File for Import Parameters'. All you have to do is provide your input values in a comma separated file specified under this option and when you run the job, BAPi will firts read input values from this file and then start extracting based on the inputs.

Hope that helps.

Regards,
Arun
Post Reply