/AWS1/CL_SAGINTGRTDRESUMMARY¶
Contains summary information about an integrated resource.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_integrationid TYPE /AWS1/SAGINTEGRATIONID /AWS1/SAGINTEGRATIONID¶
The unique identifier of the integration that provides access to the resource.
io_resource TYPE REF TO /AWS1/CL_SAGINTGRTDRESOURCEMET /AWS1/CL_SAGINTGRTDRESOURCEMET¶
The metadata for the integrated resource.
Optional arguments:¶
io_capabilities TYPE REF TO /AWS1/CL_SAGPVDRRESCAPBLTS /AWS1/CL_SAGPVDRRESCAPBLTS¶
The capabilities enabled for the integrated resource.
Queryable Attributes¶
integrationId¶
The unique identifier of the integration that provides access to the resource.
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 metadata for the integrated resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCE() |
Getter for RESOURCE |
capabilities¶
The capabilities enabled for 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
.