/AWS1/CL_WADQUESTIONDIFFERENCE¶
A question difference return object.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_questionid
TYPE /AWS1/WADQUESTIONID
/AWS1/WADQUESTIONID
¶
QuestionId
iv_questiontitle
TYPE /AWS1/WADQUESTIONTITLE
/AWS1/WADQUESTIONTITLE
¶
QuestionTitle
iv_differencestatus
TYPE /AWS1/WADDIFFERENCESTATUS
/AWS1/WADDIFFERENCESTATUS
¶
Indicates the type of change to the question.
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 |
QuestionTitle¶
QuestionTitle
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUESTIONTITLE() |
Getter for QUESTIONTITLE, with configurable default |
ASK_QUESTIONTITLE() |
Getter for QUESTIONTITLE w/ exceptions if field has no value |
HAS_QUESTIONTITLE() |
Determine if QUESTIONTITLE has a value |
DifferenceStatus¶
Indicates the type of change to the question.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DIFFERENCESTATUS() |
Getter for DIFFERENCESTATUS, with configurable default |
ASK_DIFFERENCESTATUS() |
Getter for DIFFERENCESTATUS w/ exceptions if field has no va |
HAS_DIFFERENCESTATUS() |
Determine if DIFFERENCESTATUS 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_QUESTIONDIFFERENCES
¶
TYPES TT_QUESTIONDIFFERENCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADQUESTIONDIFFERENCE WITH DEFAULT KEY
.