/AWS1/CL_CNTEVALREVIEWMETADATA¶
Metadata information about an evaluation review.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_reviewrequestcomments TYPE /AWS1/CL_CNTEVALREVWREQCOMMNT=>TT_EVALREVIEWREQCOMMENTLIST TT_EVALREVIEWREQCOMMENTLIST¶
Comments provided when requesting the evaluation review.
Optional arguments:¶
iv_reviewid TYPE /AWS1/CNTRESOURCEID /AWS1/CNTRESOURCEID¶
The unique identifier for the evaluation review.
iv_requestedtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
The timestamp when the evaluation review was requested.
iv_requestedby TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The user who requested the evaluation review.
iv_createdtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
The timestamp when the evaluation review was created.
iv_createdby TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The user who created the evaluation review.
Queryable Attributes¶
ReviewId¶
The unique identifier for the evaluation review.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVIEWID() |
Getter for REVIEWID, with configurable default |
ASK_REVIEWID() |
Getter for REVIEWID w/ exceptions if field has no value |
HAS_REVIEWID() |
Determine if REVIEWID has a value |
RequestedTime¶
The timestamp when the evaluation review was requested.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTEDTIME() |
Getter for REQUESTEDTIME, with configurable default |
ASK_REQUESTEDTIME() |
Getter for REQUESTEDTIME w/ exceptions if field has no value |
HAS_REQUESTEDTIME() |
Determine if REQUESTEDTIME has a value |
RequestedBy¶
The user who requested the evaluation review.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTEDBY() |
Getter for REQUESTEDBY, with configurable default |
ASK_REQUESTEDBY() |
Getter for REQUESTEDBY w/ exceptions if field has no value |
HAS_REQUESTEDBY() |
Determine if REQUESTEDBY has a value |
CreatedTime¶
The timestamp when the evaluation review 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.
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 |
ReviewRequestComments¶
Comments provided when requesting the evaluation review.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVIEWREQUESTCOMMENTS() |
Getter for REVIEWREQUESTCOMMENTS, with configurable default |
ASK_REVIEWREQUESTCOMMENTS() |
Getter for REVIEWREQUESTCOMMENTS w/ exceptions if field has |
HAS_REVIEWREQUESTCOMMENTS() |
Determine if REVIEWREQUESTCOMMENTS has a value |