/AWS1/CL_QSTIMAGECUSTACTIONOP¶
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_navigationoperation TYPE REF TO /AWS1/CL_QSTCUSTACTNAVIGATIO00 /AWS1/CL_QSTCUSTACTNAVIGATIO00¶
The navigation operation that navigates between different sheets in the same analysis.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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¶
NavigationOperation¶
The navigation operation that navigates between different sheets in the same analysis.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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_IMAGECUSTOMACTIONOPLIST¶
TYPES TT_IMAGECUSTOMACTIONOPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTIMAGECUSTACTIONOP WITH DEFAULT KEY
.