/AWS1/CL_QSTVISUALCUSTACTIONOP¶
The operation that is defined by the custom action.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_filteroperation TYPE REF TO /AWS1/CL_QSTCUSTACTIONFILTEROP /AWS1/CL_QSTCUSTACTIONFILTEROP¶
The filter operation that filters data included in a visual or in an entire sheet.
io_navigationoperation TYPE REF TO /AWS1/CL_QSTCUSTACTNAVIGATIO00 /AWS1/CL_QSTCUSTACTNAVIGATIO00¶
The navigation operation that navigates between different sheets in the same analysis.
io_urloperation TYPE REF TO /AWS1/CL_QSTCUSTOMACTIONURLOP /AWS1/CL_QSTCUSTOMACTIONURLOP¶
The URL operation that opens a link to another webpage.
io_setparametersoperation TYPE REF TO /AWS1/CL_QSTCUSTACTSETPARAMSOP /AWS1/CL_QSTCUSTACTSETPARAMSOP¶
The set parameter operation that sets parameters in custom action.
Queryable Attributes¶
FilterOperation¶
The filter operation that filters data included in a visual or in an entire sheet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTEROPERATION() |
Getter for FILTEROPERATION |
NavigationOperation¶
The navigation operation that navigates between different sheets in the same analysis.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAVIGATIONOPERATION() |
Getter for NAVIGATIONOPERATION |
URLOperation¶
The URL operation that opens a link to another webpage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URLOPERATION() |
Getter for URLOPERATION |
SetParametersOperation¶
The set parameter operation that sets parameters in custom action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SETPARAMETERSOPERATION() |
Getter for SETPARAMETERSOPERATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_VISUALCUSTOMACTIONOPLIST¶
TYPES TT_VISUALCUSTOMACTIONOPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTVISUALCUSTACTIONOP WITH DEFAULT KEY
.