/AWS1/CL_IOMPRPGROUPREQUEST¶
CONSTRUCTOR¶
IMPORTING¶
Optional 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.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PROPERTYGROUPSREQUEST¶
TYPES TT_PROPERTYGROUPSREQUEST TYPE HASHED TABLE OF /AWS1/CL_IOMPRPGROUPREQUEST=>TS_PRPGROUPSREQUEST_MAPROW WITH UNIQUE KEY key
.
TS_PRPGROUPSREQUEST_MAPROW¶
TYPES: BEGIN OF TS_PRPGROUPSREQUEST_MAPROW,
key TYPE /AWS1/IOMNAME,
value TYPE REF TO /AWS1/CL_IOMPRPGROUPREQUEST,
END OF TS_PRPGROUPSREQUEST_MAPROW.