/AWS1/CL_SAGINTEGRATIONSUMMARY¶
Contains summary information about an integration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_integrationid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
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.
iv_displayname TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The display name of 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INTEGRATIONSUMMARYLIST¶
TYPES TT_INTEGRATIONSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGINTEGRATIONSUMMARY WITH DEFAULT KEY
.