public interface RfcConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
CLOUD_CONNECTOR_VERSION
Cloud Connector version property.
|
static String |
JCO_ASHOST
SAP ABAP application server, mandatory for a direct connection.
|
static String |
JCO_CLIENT
SAP client, mandatory logon parameter.
|
static String |
JCO_CODEPAGE
Additional logon parameter to define the codepage that will used to convert
the logon parameters.
|
static String |
JCO_DELTA
Use the table delta management for reducing the amount of data being sent via
the network, especially if dealing with big RFC table parameters.
|
static String |
JCO_GROUP
Group of SAP application servers, mandatory property for a load balancing
connection.
|
static String |
JCO_LANG
Logon language, if not defined the default user language is used.
|
static String |
JCO_MSHOST
SAP message server, mandatory property for a load balancing connection.
|
static String |
JCO_MSSERV
SAP message server port, optional property for a load balancing connection.
|
static String |
JCO_MYSAPSSO2
SAP Cookie Version 2 as logon ticket for SSO based authentication.
|
static String |
JCO_PASSWD
Logon password, logon parameter for password based authentication.
|
static String |
JCO_R3NAME
System ID of the SAP system, mandatory property for a load balancing
connection.
|
static String |
JCO_REPOSITORY_PASSWD
The password for a repository user.
|
static String |
JCO_REPOSITORY_USER
If repository destination is not set, and this property is set, it will be
used as user for repository calls.
|
static String |
JCO_SYSNR
System number of the SAP ABAP application server, mandatory for a direct
connection.
|
static String |
JCO_USER
Logon user, logon parameter for password based authentication.
|
static String |
RFC_LOCATION_ID
The cloud connector location id property for RFC destinations.
|
static final String JCO_ASHOST
static final String JCO_CLIENT
static final String JCO_MSHOST
static final String JCO_MSSERV
sapmsXXX a lookup in
etc/services is performed by the network layer of the operating
system. If using port numbers instead of symbolic service names, no lookups
are performed and no additional entries are needed.static final String JCO_USER
static final String JCO_PASSWD
static final String JCO_R3NAME
static final String JCO_REPOSITORY_USER
static final String JCO_REPOSITORY_PASSWD
static final String JCO_SYSNR
static final String JCO_LANG
static final String JCO_CODEPAGE
static final String JCO_GROUP
static final String JCO_MYSAPSSO2
static final String JCO_DELTA
'jco.delta_management' RFC protocol feature is not generally
turned off. Use in special cases only.static final String RFC_LOCATION_ID
static final String CLOUD_CONNECTOR_VERSION
Copyright © 2019 SAP. All Rights Reserved.