SAP BAPI Connector Guide > Introduction to SAP BAPI Connector > SAP BAPI Connector Implementation
  

SAP BAPI Connector Implementation

You can create an SAP BAPI connection to connect to the SAP system and access a specific BAPI function. You can also access table type parameters.
You can configure a service call in a process to pass data to and from the SAP system.
BAPI/RFC functions use function parameter values to perform tasks.
BAPI/RFC functions can have the following parameters:
Function Parameter
Description
Import
Input values. Some BAPI functions require input values to perform tasks such as changing data.
Export
Output values that a BAPI function returns after performing a task.
Table
SAP structures with more than one row. Table parameters can be input, output, or both. Input table parameters pass table input values to a BAPI/RFC function. For example, some BAPI/RFC functions require table inputs to change data.
Based on the task you want to perform, you can configure the SAP BAPI connection in a service call in the process and map the input and output parameters to the event sources and targets required for the BAPI.