/AWS1/CL_CNTEVALFORMVLDTFNDITM¶
Information about an evaluation form item affected by a validation finding.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_refid TYPE /AWS1/CNTREFERENCEID /AWS1/CNTREFERENCEID¶
The identifier of the evaluation form item (question or section) affected by the finding.
iv_property TYPE /AWS1/CNTEVALFORMVLDTFNDITMPRP /AWS1/CNTEVALFORMVLDTFNDITMPRP¶
The specific property of the evaluation form item that the finding relates to.
Queryable Attributes¶
RefId¶
The identifier of the evaluation form item (question or section) affected by the finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFID() |
Getter for REFID, with configurable default |
ASK_REFID() |
Getter for REFID w/ exceptions if field has no value |
HAS_REFID() |
Determine if REFID has a value |
Property¶
The specific property of the evaluation form item that the finding relates to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPERTY() |
Getter for PROPERTY, with configurable default |
ASK_PROPERTY() |
Getter for PROPERTY w/ exceptions if field has no value |
HAS_PROPERTY() |
Determine if PROPERTY 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_EVALFORMVLDTNFNDGITEMLIST¶
TYPES TT_EVALFORMVLDTNFNDGITEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTEVALFORMVLDTFNDITM WITH DEFAULT KEY
.