/AWS1/CL_KNDGROUPSUMMARY¶
Summary information for groups.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_groupid TYPE /AWS1/KNDGROUPID /AWS1/KNDGROUPID¶
The identifier of the group you want group summary information on.
iv_orderingid TYPE /AWS1/KNDPRINCIPALORDERINGID /AWS1/KNDPRINCIPALORDERINGID¶
The timestamp identifier used for the latest
PUTorDELETEaction.
Queryable Attributes¶
GroupId¶
The identifier of the group you want group summary information on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPID() |
Getter for GROUPID, with configurable default |
ASK_GROUPID() |
Getter for GROUPID w/ exceptions if field has no value |
HAS_GROUPID() |
Determine if GROUPID has a value |
OrderingId¶
The timestamp identifier used for the latest
PUTorDELETEaction.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORDERINGID() |
Getter for ORDERINGID, with configurable default |
ASK_ORDERINGID() |
Getter for ORDERINGID w/ exceptions if field has no value |
HAS_ORDERINGID() |
Determine if ORDERINGID 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_LISTOFGROUPSUMMARIES¶
TYPES TT_LISTOFGROUPSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_KNDGROUPSUMMARY WITH DEFAULT KEY
.