/AWS1/CL_WADPFLQUESTIONUPDATE¶
An update to a profile question.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_questionid TYPE /AWS1/WADQUESTIONID /AWS1/WADQUESTIONID¶
QuestionId
it_selectedchoiceids TYPE /AWS1/CL_WADSELEDPFLCHOICEID00=>TT_SELECTEDPROFILECHOICEIDS TT_SELECTEDPROFILECHOICEIDS¶
The selected choices.
Queryable Attributes¶
QuestionId¶
QuestionId
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUESTIONID() |
Getter for QUESTIONID, with configurable default |
ASK_QUESTIONID() |
Getter for QUESTIONID w/ exceptions if field has no value |
HAS_QUESTIONID() |
Determine if QUESTIONID has a value |
SelectedChoiceIds¶
The selected choices.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SELECTEDCHOICEIDS() |
Getter for SELECTEDCHOICEIDS, with configurable default |
ASK_SELECTEDCHOICEIDS() |
Getter for SELECTEDCHOICEIDS w/ exceptions if field has no v |
HAS_SELECTEDCHOICEIDS() |
Determine if SELECTEDCHOICEIDS 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_PROFILEQUESTIONUPDATES¶
TYPES TT_PROFILEQUESTIONUPDATES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADPFLQUESTIONUPDATE WITH DEFAULT KEY
.