/AWS1/CL_SAGINTGRTDRESINPITEM¶
Represents an input item for updating integrated resources, including the resource and its capabilities.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_resource TYPE REF TO /AWS1/CL_SAGINTEGRATEDRESOURCE /AWS1/CL_SAGINTEGRATEDRESOURCE¶
The integrated resource to update.
Optional arguments:¶
io_capabilities TYPE REF TO /AWS1/CL_SAGPVDRRESCAPBLTS /AWS1/CL_SAGPVDRRESCAPBLTS¶
The capabilities to enable for the integrated resource.
Queryable Attributes¶
resource¶
The integrated resource to update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCE() |
Getter for RESOURCE |
capabilities¶
The capabilities to enable 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_INTGRTDRESINPUTITEMLIST¶
TYPES TT_INTGRTDRESINPUTITEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGINTGRTDRESINPITEM WITH DEFAULT KEY
.