Show TOC

SAP RFC Output Adapter Studio PropertiesLocate this document in the navigation structure

Adapter type: rfcoutplugin. Set these properties for the SAP RFC Output adapter in the ESP Studio adapter properties dialog.

If you use the CCL ATTACH ADAPTER statement to attach an adapter, you must supply the adapter type.

Property Label Description
Adapter Configuration File

Property ID: config

Type: filename

(Required for adapter operation and schema discovery) Specify the path to the adapter configuration file.

Adapter Mapping File

Property ID: mapFilePath

Type: filename

(Optional for adapter operation; required for schema discovery) Specify the path to and the name of the adapter mapping (xml) file. This filename must match the name of the mapping file specified in the adapter configuration file.

SAP Host

Property ID: host

Type: string

(Optional for adapter operation; required for schema discovery) Specify the host name or IP address of the SAP server to which you are connecting. Default value is localhost.

SAP System Number

Property ID: systemNumber

Type: string

(Optional for adapter operation; required for schema discovery) Specify the system number or instance number of the SAP server to which you are connecting. Default value is 00.

SAP Client

Property ID: client

Type: string

(Optional for adapter operation; required for schema discovery) Specify the client number for connecting to the SAP server to which you are connecting. Default value is 000.

Username

Property ID: user

Type: string

(Optional for adapter operation; required for schema discovery) Specify the SAP system user. Default value is user.

Password

Property ID: password

Type: password

(Optional for adapter operation; required for schema discovery) Specify the password for the SAP system to which you are connecting. No default value.

PropertySet

Property ID: propertyset

Type: string

(Advanced) Specifies the name of the property set. Property sets are reusable sets of properties that are stored in the project configuration file. Using these sets allows you to move adapter configuration properties out of the CCL file and into the CCR file. If you specify the same properties in the project configuration file and the ATTACH ADAPTER statement, the values in the property set override the values defined in the ATTACH ADAPTER statement. No default value.