/AWS1/CL_CNTEVALREVWREQCOMMNT¶
A comment provided when requesting an evaluation review.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_comment TYPE /AWS1/CNTEVALREVWREQCOMMNTCONT /AWS1/CNTEVALREVWREQCOMMNTCONT¶
The text content of the review request comment.
iv_createdtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
The timestamp when the evaluation review request comment was created.
iv_createdby TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The user who created the evaluation review request comment.
Queryable Attributes¶
Comment¶
The text content of the review request comment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMENT() |
Getter for COMMENT, with configurable default |
ASK_COMMENT() |
Getter for COMMENT w/ exceptions if field has no value |
HAS_COMMENT() |
Determine if COMMENT has a value |
CreatedTime¶
The timestamp when the evaluation review request comment was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
CreatedBy¶
The user who created the evaluation review request comment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY 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_EVALREVIEWREQCOMMENTLIST¶
TYPES TT_EVALREVIEWREQCOMMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTEVALREVWREQCOMMNT WITH DEFAULT KEY
.