Establishes connection with SAP Systems using the JCo Connectors.

A SAP connector enables Convertigo to connect to any SAP NetWeaver application (such as SAP ERP, etc.), execute BAPIs (Business APIs) and extract data into a proper XML document from them.
The access to the target SAP application is configured using the Application server host property, the System Number property and the Client property. Credentials are defined in the User name and the User password properties. The language can be configured using the Language property.

Property Type Category Description
Application server host String standard Defines the host name or IP address of the SAP application server.
This property defines the DNS name or IP address of the target SAP application server.
Client String standard Defines the SAP client.
This property defines the SAP client, allowing to target a client environment in the SAP server.
Comment String standard Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.
Group String standard Defines the SAP group.
This property defines the group of SAP application servers.
Language String standard Defines the SAP language.
This property defines the SAP language.
Message server host String standard Defines the SAP message server host.
This property defines the SAP message server host.
Message server port String standard Defines the SAP message server port.
This property defines the SAP message server port to use instead of the default one.
System id String standard Defines the SAP system id.
This property defines the SAP system id.
System number String standard Defines the SAP system number.
This property defines the SAP system number, also known as instance number, allowing to target the SAP instance to be accessed.
User name String standard Defines the SAP user name.
This property defines the SAP user.
User password String standard Defines the SAP user password.
This property defines the SAP user password. This password must correspond to user name defined in the User name property.
Billing Java class String expert Defines the Java class name executed for billing pruposes.
Convertigo supports a plugin architecture offering billing functionalities. Set the name of the billing class to be called by Convertigo for billing purposes.
Carioca authentication boolean expert Defines whether the connector requires a Carioca authentication.
Set to true if you require that only Carioca-authenticated users be able to use this connector.
End transaction String expert Defines the transaction to execute before removing the context.
When a Convertigo context is removed, the specified “End transaction” is executed. Place in this transaction any clean up code, for example a Logout transaction.