/AWS1/CL_WADPROFILETMPLCHOICE¶
A profile template choice.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_choiceid
TYPE /AWS1/WADCHOICEID
/AWS1/WADCHOICEID
¶
ChoiceId
iv_choicetitle
TYPE /AWS1/WADCHOICETITLE
/AWS1/WADCHOICETITLE
¶
ChoiceTitle
iv_choicedescription
TYPE /AWS1/WADCHOICEDESCRIPTION
/AWS1/WADCHOICEDESCRIPTION
¶
ChoiceDescription
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 |
ChoiceTitle¶
ChoiceTitle
Accessible with the following methods¶
Method | Description |
---|---|
GET_CHOICETITLE() |
Getter for CHOICETITLE, with configurable default |
ASK_CHOICETITLE() |
Getter for CHOICETITLE w/ exceptions if field has no value |
HAS_CHOICETITLE() |
Determine if CHOICETITLE has a value |
ChoiceDescription¶
ChoiceDescription
Accessible with the following methods¶
Method | Description |
---|---|
GET_CHOICEDESCRIPTION() |
Getter for CHOICEDESCRIPTION, with configurable default |
ASK_CHOICEDESCRIPTION() |
Getter for CHOICEDESCRIPTION w/ exceptions if field has no v |
HAS_CHOICEDESCRIPTION() |
Determine if CHOICEDESCRIPTION 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_PROFILETMPLQUESTIONCHOICES
¶
TYPES TT_PROFILETMPLQUESTIONCHOICES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADPROFILETMPLCHOICE WITH DEFAULT KEY
.