public interface RfcConstants
Modifier and Type | Field and Description |
---|---|
static String |
CLOUD_CONNECTOR_VERSION
Cloud Connector version property.
|
static String |
JCO_ALIAS_USER
Logon user alias, can be used instead of the logon user ID.
|
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_PROXY_HOST
Host name of the network proxy to be used.
|
static String |
JCO_PROXY_PASSWD
Password for authenticating at the network proxy.
|
static String |
JCO_PROXY_PORT
Port number of the network proxy to be used.
|
static String |
JCO_PROXY_TYPE
Proxy type property.
|
static String |
JCO_PROXY_USER
Technical user name for authenticating at the network proxy.
|
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_TLS_CLIENT_CERTIFICATE_LOGON
If
JCO_USE_TLS is set to 1 this property enables the logon at the backend via the x509 client
certificate that is used in the TLS handshake. |
static String |
JCO_TLS_TRUST_ALL
If
JCO_USE_TLS is set to 1, this property steers if all TLS entities shall be trusted. |
static String |
JCO_USE_TLS
Specifies if the TLS (Transport Layer Security) protocol shall be used for protecting the communication via a
websocket.
|
static String |
JCO_USER
Logon user, logon parameter for password based authentication.
|
static String |
JCO_WSHOST
Websocket host to be used for direct websocket communication.
|
static String |
JCO_WSPORT
Websocket port number to be used for direct websocket communication.
|
static String |
PROXY_TYPE_INTERNET
Proxy type - Internet.
|
static String |
PROXY_TYPE_ON_PREMISE
Proxy type - On premise.
|
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_WSHOST
JCO_WSPORT
must be
specified as well.static final String JCO_WSPORT
JCO_WSHOST
must be specified as well.static final String JCO_USE_TLS
JCO_WSHOST
and JCO_WSPORT
are specified. Default
is 1.static final String JCO_TLS_TRUST_ALL
JCO_USE_TLS
is set to 1, this property steers if all TLS entities shall be trusted. Default is 0.static final String JCO_TLS_CLIENT_CERTIFICATE_LOGON
JCO_USE_TLS
is set to 1 this property enables the logon at the backend via the x509 client
certificate that is used in the TLS handshake. An according user or rule has to be defined at the backend.
Any properties for basic authentication are ignored. Default is 0.static final String JCO_PROXY_HOST
JCO_PROXY_PORT
must be specified as well.static final String JCO_PROXY_PORT
JCO_PROXY_HOST
must be specified as well.static final String JCO_PROXY_USER
JCO_PROXY_HOST
and requires authentication. In this case
JCO_PROXY_PASSWD
must be specified as well.static final String JCO_PROXY_PASSWD
JCO_PROXY_HOST
and requires authentication. In this case JCO_PROXY_USER
must be
specified as well.static final String JCO_USER
static final String JCO_ALIAS_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
static final String JCO_PROXY_TYPE
static final String PROXY_TYPE_INTERNET
static final String PROXY_TYPE_ON_PREMISE
Copyright © 2024 SAP. All rights reserved.