/AWS1/CL_SAGINTEGRATIONSUMMARY¶
Summary information about an integration
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_integrationid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
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
iv_displayname TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Display name for the integration
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 |
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
.