Skip to content

/AWS1/CL_SAGGETINTGOUTPUT

GetIntegrationOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_integrationid TYPE /AWS1/SAGINTEGRATIONID /AWS1/SAGINTEGRATIONID

Unique identifier of the integration

iv_installationid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

Installation identifier from the provider

iv_provider TYPE /AWS1/SAGPROVIDER /AWS1/SAGPROVIDER

Provider type

iv_providertype TYPE /AWS1/SAGPROVIDERTYPE /AWS1/SAGPROVIDERTYPE

Type of provider integration

Optional arguments:

iv_displayname TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

Display name for the integration

iv_kmskeyid TYPE /AWS1/SAGKMSKEYID /AWS1/SAGKMSKEYID

KMS key ID for encrypting integration details


Queryable Attributes

integrationId

Unique identifier of the integration

Accessible with the following methods

Method Description
GET_INTEGRATIONID() Getter for INTEGRATIONID, with configurable default
ASK_INTEGRATIONID() Getter for INTEGRATIONID w/ exceptions if field has no value
HAS_INTEGRATIONID() Determine if INTEGRATIONID has a value

installationId

Installation identifier from the provider

Accessible with the following methods

Method Description
GET_INSTALLATIONID() Getter for INSTALLATIONID, with configurable default
ASK_INSTALLATIONID() Getter for INSTALLATIONID w/ exceptions if field has no valu
HAS_INSTALLATIONID() Determine if INSTALLATIONID has a value

provider

Provider type

Accessible with the following methods

Method Description
GET_PROVIDER() Getter for PROVIDER, with configurable default
ASK_PROVIDER() Getter for PROVIDER w/ exceptions if field has no value
HAS_PROVIDER() Determine if PROVIDER has a value

providerType

Type of provider integration

Accessible with the following methods

Method Description
GET_PROVIDERTYPE() Getter for PROVIDERTYPE, with configurable default
ASK_PROVIDERTYPE() Getter for PROVIDERTYPE w/ exceptions if field has no value
HAS_PROVIDERTYPE() Determine if PROVIDERTYPE has a value

displayName

Display name for the integration

Accessible with the following methods

Method Description
GET_DISPLAYNAME() Getter for DISPLAYNAME, with configurable default
ASK_DISPLAYNAME() Getter for DISPLAYNAME w/ exceptions if field has no value
HAS_DISPLAYNAME() Determine if DISPLAYNAME has a value

kmsKeyId

KMS key ID for encrypting integration details

Accessible with the following methods

Method Description
GET_KMSKEYID() Getter for KMSKEYID, with configurable default
ASK_KMSKEYID() Getter for KMSKEYID w/ exceptions if field has no value
HAS_KMSKEYID() Determine if KMSKEYID has a value