/AWS1/CL_CNTGETEVALFRMVLDTNRSP¶
GetEvaluationFormValidationResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/CNTEVALFORMVLDTNSTATUS /AWS1/CNTEVALFORMVLDTNSTATUS¶
The current status of the validation process. Valid values:
IN_PROGRESS,COMPLETED,FAILED.
iv_evaluationformid TYPE /AWS1/CNTRESOURCEID /AWS1/CNTRESOURCEID¶
The unique identifier for the evaluation form.
iv_evaluationformversion TYPE /AWS1/CNTVERSIONNUMBER /AWS1/CNTVERSIONNUMBER¶
A version of the evaluation form.
iv_startedtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
The timestamp when the validation process was started.
Optional arguments:¶
iv_failurereason TYPE /AWS1/CNTEVALFORMVLDTNFAILRSN /AWS1/CNTEVALFORMVLDTNFAILRSN¶
The reason the validation failed. This field is populated only when the status is
FAILED.
it_findings TYPE /AWS1/CL_CNTEVALFORMVLDTNFNDG=>TT_EVALFORMVLDTNFINDINGLIST TT_EVALFORMVLDTNFINDINGLIST¶
A list of findings from the validation process. Each finding identifies a structural issue or quality improvement for the evaluation form, and may include a suggested fix. This field is populated when the status is
COMPLETED.
Queryable Attributes¶
Status¶
The current status of the validation process. Valid values:
IN_PROGRESS,COMPLETED,FAILED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
FailureReason¶
The reason the validation failed. This field is populated only when the status is
FAILED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |
EvaluationFormId¶
The unique identifier for the evaluation form.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONFORMID() |
Getter for EVALUATIONFORMID, with configurable default |
ASK_EVALUATIONFORMID() |
Getter for EVALUATIONFORMID w/ exceptions if field has no va |
HAS_EVALUATIONFORMID() |
Determine if EVALUATIONFORMID has a value |
EvaluationFormVersion¶
A version of the evaluation form.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONFORMVERSION() |
Getter for EVALUATIONFORMVERSION |
StartedTime¶
The timestamp when the validation process was started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDTIME() |
Getter for STARTEDTIME, with configurable default |
ASK_STARTEDTIME() |
Getter for STARTEDTIME w/ exceptions if field has no value |
HAS_STARTEDTIME() |
Determine if STARTEDTIME has a value |
Findings¶
A list of findings from the validation process. Each finding identifies a structural issue or quality improvement for the evaluation form, and may include a suggested fix. This field is populated when the status is
COMPLETED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINDINGS() |
Getter for FINDINGS, with configurable default |
ASK_FINDINGS() |
Getter for FINDINGS w/ exceptions if field has no value |
HAS_FINDINGS() |
Determine if FINDINGS has a value |