RfcConnectorResponse

data class RfcConnectorResponse(val abapServerHost: String? = null, val authenticationType: String? = null, val client: String, val codePage: String? = null, val group: String? = null, val messageServerHost: String? = null, val messageServerService: String? = null, val sncQop: String? = null, val systemId: String, val systemNumber: String, val type: String)

Describes the Rfc connector.

Constructors

Link copied to clipboard
constructor(abapServerHost: String? = null, authenticationType: String? = null, client: String, codePage: String? = null, group: String? = null, messageServerHost: String? = null, messageServerService: String? = null, sncQop: String? = null, systemId: String, systemNumber: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val abapServerHost: String? = null

FQDN, hostname, or IP address of the ABAP server.

Link copied to clipboard

The authentication type to SAP.

Link copied to clipboard

Client number of the ABAP server. Example - 001

Link copied to clipboard
val codePage: String? = null

The SAP code page used for character encoding. Example - 1100

Link copied to clipboard
val group: String? = null

Logon group of the message server.

Link copied to clipboard

FQDN, hostname, or IP address of the Message server.

Link copied to clipboard

Port number, or service name (from /etc/services) of the message server.

Link copied to clipboard
val sncQop: String? = null

SNC QOP. Options are 1, 2, 3, 8, 9.

Link copied to clipboard

System ID of the ABAP server. Example - A4H

Link copied to clipboard

System number of the ABAP server.

Link copied to clipboard

Represents the types of SAP systems. Expected value is 'Rfc'.