/AWS1/CL_DZNPROJECTMEMBER¶
The details of a project member.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_memberdetails
TYPE REF TO /AWS1/CL_DZNMEMBERDETAILS
/AWS1/CL_DZNMEMBERDETAILS
¶
The membership details of a project member.
iv_designation
TYPE /AWS1/DZNUSERDESIGNATION
/AWS1/DZNUSERDESIGNATION
¶
The designated role of a project member.
Queryable Attributes¶
memberDetails¶
The membership details of a project member.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MEMBERDETAILS() |
Getter for MEMBERDETAILS |
designation¶
The designated role of a project member.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESIGNATION() |
Getter for DESIGNATION, with configurable default |
ASK_DESIGNATION() |
Getter for DESIGNATION w/ exceptions if field has no value |
HAS_DESIGNATION() |
Determine if DESIGNATION 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_PROJECTMEMBERS
¶
TYPES TT_PROJECTMEMBERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNPROJECTMEMBER WITH DEFAULT KEY
.