/AWS1/CL_CNTEVALFRMMULTISELQ01¶
An option for a multi-select question in an evaluation form.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_refid TYPE /AWS1/CNTREFERENCEID /AWS1/CNTREFERENCEID¶
Reference identifier for this option.
iv_text TYPE /AWS1/CNTEVALFRMMULTISELQUES00 /AWS1/CNTEVALFRMMULTISELQUES00¶
Display text for this option.
Queryable Attributes¶
RefId¶
Reference identifier for this option.
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 |
Text¶
Display text for this option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT, with configurable default |
ASK_TEXT() |
Getter for TEXT w/ exceptions if field has no value |
HAS_TEXT() |
Determine if TEXT 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_EVALFRMMULTISELQUESTIONOP00¶
TYPES TT_EVALFRMMULTISELQUESTIONOP00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTEVALFRMMULTISELQ01 WITH DEFAULT KEY
.