With the Xtract IS BAPI component you can call BAPIs or RFC function modules directly from your SSIS data flow. In doing so, the component can be regarded as a source, trans-formation or target.
Scalar import and export parameters are read or stored from the SSIS variables. The in-bound or outbound tables can each be linked with a pipeline or static data. If individual module tables are not needed, they can of course be ignored.
The screenshot below shows an example of how the BAPI_MATERIAL_GETLIST module is filled with two tables (and in such, with two SSIS pipelines). Two additional tables are re-turned from the module and processed. The scalar parameter MAXROWS is made dynamic with the help of the SSIS variable @[User:Rowcount].
|
 [ Click on image to enlarge ]
|