/AWS1/CL_WADCHOICEANSWERSUMM¶
A choice summary that has been answered on a question in your workload.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_choiceid TYPE /AWS1/WADCHOICEID /AWS1/WADCHOICEID¶
ChoiceId
iv_status TYPE /AWS1/WADCHOICESTATUS /AWS1/WADCHOICESTATUS¶
The status of a choice.
iv_reason TYPE /AWS1/WADCHOICEREASON /AWS1/WADCHOICEREASON¶
The reason why a choice is non-applicable to a question in your workload.
Queryable Attributes¶
ChoiceId¶
ChoiceId
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHOICEID() |
Getter for CHOICEID, with configurable default |
ASK_CHOICEID() |
Getter for CHOICEID w/ exceptions if field has no value |
HAS_CHOICEID() |
Determine if CHOICEID has a value |
Status¶
The status of a choice.
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 |
Reason¶
The reason why a choice is non-applicable to a question in your workload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON 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_CHOICEANSWERSUMMARIES¶
TYPES TT_CHOICEANSWERSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADCHOICEANSWERSUMM WITH DEFAULT KEY
.