RFC BAPI Listener
Use the RFC BAPI Listener activity to listen to the SAP system and receive RFC/BAPI requests from the SAP system.
Only request/reply requests are supported. Asynchronous requests are not supported.
If you want to control the number of messages being processed concurrently in the activity, choose one of the following configurations:
See Job Tuning for details.
General
In the General tab, you can establish connections to the SAP system, and download the schema of the RFC/BAPI to be retrieved.
The following table lists the fields in the General tab:
Field | Module Property? | Description |
---|---|---|
Name | No | The name to be displayed as the label for the activity in the process. |
SAP Connection | Yes | Click
![]() Ensure that you have created an SAP Connection shared resource accordingly first. See Creating and Configuring an SAP Connection for details. Note:
|
RFC/BAPI | No | Click
Fetch Function Module to download the schema of the RFC/BAPI to be received from the SAP system.
In the
Search RFC/BAPI dialog, complete the following tasks:
Once the RFC/BAPI schema is downloaded, an XSD file is created. The XSD file cannot be visible in the project but it can be picked from the activity if required. |
Description
In the Description tab, you can enter a short description for the RFC BAPI Listener activity.
Advanced
In the Advanced tab, you can specify timeout value for the activity to wait for a response to be sent to the SAP system.
The following table lists the fields in the Advanced tab:
Field | Module Property? | Description |
---|---|---|
Sequence Key | No | This field contains an XPath expression that specifies the order in which the process runs. Process instances with sequencing keys that have the same value are executed sequentially in the order in which the process instances were created. |
Custom Job Id | No | This field contains an XPath expression that specifies a custom job ID for the process instance. This ID is displayed in the TIBCO Administrator View Service dialog, and it is also available in the $_processContext process variable. The custom job ID for the process instance. |
Response Timeout(ms) | Yes | The timeout value in milliseconds for the activity to wait for a response to be sent to the SAP system.
The default value is 300000. |