SAP Java Connector Properties

Configure SAP Java Connector (JCo) connection properties.

For a comprehensive list of SAP JCo properties you can use to create an instance of a client connection to a remote SAP system, see http://help.sap.com/javadocs/NW04/current/jc/com/sap/mw/jco/JCO.html#createClient(java.util.Properties).

This list of properties can be used by all datasource types. SAP does not document all native endpoint properties. However, you can add native endpoint properties, naming them using this syntax:

<NativeConnPropName>=<SupportedValue>

General Connection Parameters
Name Description Supported Values
Enable ABAP Debugging

Enables or disables ABAP debugging. If enabled, the connection is opened in debug mode and you can step through the invoked function module in the debugger.

For debugging, an SAP graphical user interface (SAPGUI) must be installed on the same machine the client program is running on. This can be either a normal Windows SAPGUI or a Java GUI on Linux/UNIX systems.

Not supported.

Do not set this parameter or leave it set to 0.

Remote GUI Specifies whether a remote SAP graphical user interface (SAPGUI) should be attached to the connection. Some older BAPIs need an SAPGUI because they try to send screen output to the client while executing.

Not supported.

Do not set this parameter or leave it set to 0.

Get SSO Ticket Generates an SSO2 ticket for the user after login to allow single sign-on. If RfcOpenConnection() succeeds, you can retrieve the ticket with RfcGetPartnerSSOTicket() and use it for additional logins to systems supporting the same user base.

Not accessible by the customer.

Do not set this parameter or leave it set to 0.

Use X509 SAP Mobile Platform sets this property when a client uses an X509 certificate as the login credential.

If an EIS RFC operation is flagged for SSO (user name and password personalization keys selected in the authentication parameters) then SAP Mobile Platform automatically sets the appropriate properties to use X.509, SSO2, or user name and password SSO credentials.

The corresponding properties should not be set by the administrator on the SAP endpoint.

Additional GUI Data Provides additional data for graphical user interface (GUI) to specify the SAProuter connection data for the SAPGUI when it is used with RFC.

Not supported.

GUI Redirect Host Identifies which host to redirect the remote graphical user interface to. Not supported.
GUI Redirect Service Identifies which service to redirect the remote graphical user interface to. Not supported.
Remote GUI Start Program Indicates the program ID of the server that starts the remote graphical user interface. Not supported.