Page 1 of 1

How to pass Table Parameter to the BAPI stage?

Posted: Tue Jun 07, 2005 8:14 pm
by gordonxiao
I am using BAPI stage to load data from SAP. I notice that there are three kinds of parameters for a remote function written on the SAP side. There are Import paramter, Table input parameter and Table output parameter. I can pass import parameters to BAPI through the input text. However, I don't know how to pass table parameters to BAPI because DataStage will treat every row from the input text as a table parameter -- what we need is to pass the whole table not every single row.

Thank you for any ideas.