/AWS1/CL_WADPILLARDIFFERENCE¶
A pillar difference return object.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_pillarid TYPE /AWS1/WADPILLARID /AWS1/WADPILLARID¶
PillarId
iv_pillarname TYPE /AWS1/WADPILLARNAME /AWS1/WADPILLARNAME¶
PillarName
iv_differencestatus TYPE /AWS1/WADDIFFERENCESTATUS /AWS1/WADDIFFERENCESTATUS¶
Indicates the type of change to the pillar.
it_questiondifferences TYPE /AWS1/CL_WADQUESTIONDIFFERENCE=>TT_QUESTIONDIFFERENCES TT_QUESTIONDIFFERENCES¶
List of question differences.
Queryable Attributes¶
PillarId¶
PillarId
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PILLARID() |
Getter for PILLARID, with configurable default |
ASK_PILLARID() |
Getter for PILLARID w/ exceptions if field has no value |
HAS_PILLARID() |
Determine if PILLARID has a value |
PillarName¶
PillarName
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PILLARNAME() |
Getter for PILLARNAME, with configurable default |
ASK_PILLARNAME() |
Getter for PILLARNAME w/ exceptions if field has no value |
HAS_PILLARNAME() |
Determine if PILLARNAME has a value |
DifferenceStatus¶
Indicates the type of change to the pillar.
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 |
QuestionDifferences¶
List of question differences.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUESTIONDIFFERENCES() |
Getter for QUESTIONDIFFERENCES, with configurable default |
ASK_QUESTIONDIFFERENCES() |
Getter for QUESTIONDIFFERENCES w/ exceptions if field has no |
HAS_QUESTIONDIFFERENCES() |
Determine if QUESTIONDIFFERENCES 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_PILLARDIFFERENCES¶
TYPES TT_PILLARDIFFERENCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADPILLARDIFFERENCE WITH DEFAULT KEY
.