/AWS1/CL_AMUFORMCTA¶
Describes the call to action button configuration for the form.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_position TYPE /AWS1/AMUFORMBUTTONSPOSITION /AWS1/AMUFORMBUTTONSPOSITION¶
The position of the button.
io_clear TYPE REF TO /AWS1/CL_AMUFORMBUTTON /AWS1/CL_AMUFORMBUTTON¶
Displays a clear button.
io_cancel TYPE REF TO /AWS1/CL_AMUFORMBUTTON /AWS1/CL_AMUFORMBUTTON¶
Displays a cancel button.
io_submit TYPE REF TO /AWS1/CL_AMUFORMBUTTON /AWS1/CL_AMUFORMBUTTON¶
Displays a submit button.
Queryable Attributes¶
position¶
The position of the button.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSITION() |
Getter for POSITION, with configurable default |
ASK_POSITION() |
Getter for POSITION w/ exceptions if field has no value |
HAS_POSITION() |
Determine if POSITION has a value |
clear¶
Displays a clear button.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLEAR() |
Getter for CLEAR |
cancel¶
Displays a cancel button.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CANCEL() |
Getter for CANCEL |
submit¶
Displays a submit button.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBMIT() |
Getter for SUBMIT |