/AWS1/CL_REHGROUPINGRESOURCE¶
Indicates the resource that will be grouped in the recommended Application Component (AppComponent).
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourcename TYPE /AWS1/REHSTRING255 /AWS1/REHSTRING255¶
Indicates the resource name.
iv_resourcetype TYPE /AWS1/REHSTRING255 /AWS1/REHSTRING255¶
Indicates the resource type.
io_physicalresourceid TYPE REF TO /AWS1/CL_REHPHYSICALRESOURCEID /AWS1/CL_REHPHYSICALRESOURCEID¶
Indicates the physical identifier of the resource.
io_logicalresourceid TYPE REF TO /AWS1/CL_REHLOGICALRESOURCEID /AWS1/CL_REHLOGICALRESOURCEID¶
Indicates the logical identifier of the resource.
it_sourceappcomponentids TYPE /AWS1/CL_REHSTRING255LIST_W=>TT_STRING255LIST TT_STRING255LIST¶
Indicates the identifier of the source AppComponents in which the resources were previously grouped into.
Queryable Attributes¶
resourceName¶
Indicates the resource name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCENAME() |
Getter for RESOURCENAME, with configurable default |
ASK_RESOURCENAME() |
Getter for RESOURCENAME w/ exceptions if field has no value |
HAS_RESOURCENAME() |
Determine if RESOURCENAME has a value |
resourceType¶
Indicates the resource type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
physicalResourceId¶
Indicates the physical identifier of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHYSICALRESOURCEID() |
Getter for PHYSICALRESOURCEID |
logicalResourceId¶
Indicates the logical identifier of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGICALRESOURCEID() |
Getter for LOGICALRESOURCEID |
sourceAppComponentIds¶
Indicates the identifier of the source AppComponents in which the resources were previously grouped into.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEAPPCOMPONENTIDS() |
Getter for SOURCEAPPCOMPONENTIDS, with configurable default |
ASK_SOURCEAPPCOMPONENTIDS() |
Getter for SOURCEAPPCOMPONENTIDS w/ exceptions if field has |
HAS_SOURCEAPPCOMPONENTIDS() |
Determine if SOURCEAPPCOMPONENTIDS 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_GROUPINGRESOURCELIST¶
TYPES TT_GROUPINGRESOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REHGROUPINGRESOURCE WITH DEFAULT KEY
.