/AWS1/CL_SAGINTGRTDRESUMMARY¶
Summary information about an integrated resource
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_integrationid TYPE /AWS1/SAGINTEGRATIONID /AWS1/SAGINTEGRATIONID¶
Unique identifier of the integration
io_resource TYPE REF TO /AWS1/CL_SAGINTGRTDRESOURCEMET /AWS1/CL_SAGINTGRTDRESOURCEMET¶
The integrated resource details
Optional arguments:¶
io_capabilities TYPE REF TO /AWS1/CL_SAGPVDRRESCAPBLTS /AWS1/CL_SAGPVDRRESCAPBLTS¶
Capabilities of the integrated resource
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 |
resource¶
The integrated resource details
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCE() |
Getter for RESOURCE |
capabilities¶
Capabilities of the integrated resource
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPABILITIES() |
Getter for CAPABILITIES |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INTGRTDRESOURCESUMMARYLIST¶
TYPES TT_INTGRTDRESOURCESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGINTGRTDRESUMMARY WITH DEFAULT KEY
.