Skip to content

/AWS1/CL_SAGGETINTGOUTPUT

GetIntegrationOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_integrationid TYPE /AWS1/SAGINTEGRATIONID /AWS1/SAGINTEGRATIONID

The unique identifier of the integration.

iv_installationid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The installation identifier from the integration provider.

iv_provider TYPE /AWS1/SAGPROVIDER /AWS1/SAGPROVIDER

The integration provider.

iv_providertype TYPE /AWS1/SAGPROVIDERTYPE /AWS1/SAGPROVIDERTYPE

The type of the integration provider.

Optional arguments:

iv_displayname TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The display name of the integration.

iv_kmskeyid TYPE /AWS1/SAGKMSKEYID /AWS1/SAGKMSKEYID

The identifier of the AWS KMS key used to encrypt data associated with the integration.


Queryable Attributes

integrationId

The 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

The installation identifier from the integration 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

The integration provider.

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

The type of the integration provider.

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

The display name of 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

The identifier of the AWS KMS key used to encrypt data associated with the integration.

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