/AWS1/CL_IOMCOMPONENTPRPGRPRSP¶
The component property group response.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_grouptype TYPE /AWS1/IOMGROUPTYPE /AWS1/IOMGROUPTYPE¶
The group type.
it_propertynames TYPE /AWS1/CL_IOMPROPERTYNAMES_W=>TT_PROPERTYNAMES TT_PROPERTYNAMES¶
The names of properties
iv_isinherited TYPE /AWS1/IOMBOOLEAN /AWS1/IOMBOOLEAN¶
A Boolean value that specifies whether the property group is inherited from a parent entity
Queryable Attributes¶
groupType¶
The group type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPTYPE() |
Getter for GROUPTYPE, with configurable default |
ASK_GROUPTYPE() |
Getter for GROUPTYPE w/ exceptions if field has no value |
HAS_GROUPTYPE() |
Determine if GROUPTYPE has a value |
propertyNames¶
The names of properties
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPERTYNAMES() |
Getter for PROPERTYNAMES, with configurable default |
ASK_PROPERTYNAMES() |
Getter for PROPERTYNAMES w/ exceptions if field has no value |
HAS_PROPERTYNAMES() |
Determine if PROPERTYNAMES has a value |
isInherited¶
A Boolean value that specifies whether the property group is inherited from a parent entity
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISINHERITED() |
Getter for ISINHERITED, with configurable default |
ASK_ISINHERITED() |
Getter for ISINHERITED w/ exceptions if field has no value |
HAS_ISINHERITED() |
Determine if ISINHERITED 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_COMPONENTPRPGROUPRESPONSES¶
TYPES TT_COMPONENTPRPGROUPRESPONSES TYPE HASHED TABLE OF /AWS1/CL_IOMCOMPONENTPRPGRPRSP=>TS_COMPONENTPRPGRPRSPS_MAPROW WITH UNIQUE KEY key
.
TS_COMPONENTPRPGRPRSPS_MAPROW¶
TYPES: BEGIN OF TS_COMPONENTPRPGRPRSPS_MAPROW,
key TYPE /AWS1/IOMNAME,
value TYPE REF TO /AWS1/CL_IOMCOMPONENTPRPGRPRSP,
END OF TS_COMPONENTPRPGRPRSPS_MAPROW.