/AWS1/CL_CNTEVALFORMVLDTNFNDG¶
Information about a finding from the evaluation form validation process. Each finding identifies a structural issue or quality improvement opportunity for the evaluation form.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_issuecode TYPE /AWS1/CNTEVALFORMVLDTNISSUECOD /AWS1/CNTEVALFORMVLDTNISSUECOD¶
A code that identifies the type of validation issue found.
iv_description TYPE /AWS1/CNTEVALFORMVLDTNFNDGDESC /AWS1/CNTEVALFORMVLDTNFNDGDESC¶
A description of the validation issue.
iv_severity TYPE /AWS1/CNTEVALFRMVLDTNFNDGSVRTY /AWS1/CNTEVALFRMVLDTNFNDGSVRTY¶
The severity of the finding. Valid values:
WARNING,ERROR.
Optional arguments:¶
it_items TYPE /AWS1/CL_CNTEVALFORMVLDTFNDITM=>TT_EVALFORMVLDTNFNDGITEMLIST TT_EVALFORMVLDTNFNDGITEMLIST¶
A list of evaluation form items affected by this finding.
iv_suggestion TYPE /AWS1/CNTEVALFORMVLDTNFNDGSGTN /AWS1/CNTEVALFORMVLDTNFNDGSGTN¶
A suggested fix for the validation issue.
Queryable Attributes¶
IssueCode¶
A code that identifies the type of validation issue found.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISSUECODE() |
Getter for ISSUECODE, with configurable default |
ASK_ISSUECODE() |
Getter for ISSUECODE w/ exceptions if field has no value |
HAS_ISSUECODE() |
Determine if ISSUECODE has a value |
Items¶
A list of evaluation form items affected by this finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMS() |
Getter for ITEMS, with configurable default |
ASK_ITEMS() |
Getter for ITEMS w/ exceptions if field has no value |
HAS_ITEMS() |
Determine if ITEMS has a value |
Description¶
A description of the validation issue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Suggestion¶
A suggested fix for the validation issue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUGGESTION() |
Getter for SUGGESTION, with configurable default |
ASK_SUGGESTION() |
Getter for SUGGESTION w/ exceptions if field has no value |
HAS_SUGGESTION() |
Determine if SUGGESTION has a value |
Severity¶
The severity of the finding. Valid values:
WARNING,ERROR.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEVERITY() |
Getter for SEVERITY, with configurable default |
ASK_SEVERITY() |
Getter for SEVERITY w/ exceptions if field has no value |
HAS_SEVERITY() |
Determine if SEVERITY 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_EVALFORMVLDTNFINDINGLIST¶
TYPES TT_EVALFORMVLDTNFINDINGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTEVALFORMVLDTNFNDG WITH DEFAULT KEY
.