/AWS1/CL_BDOACTION¶
An action to take when a gateway rule's conditions are met.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_configurationbundle TYPE REF TO /AWS1/CL_BDOCONFBUNDLEACTION /AWS1/CL_BDOCONFBUNDLEACTION¶
An action that applies a configuration bundle override to the request.
io_routetotarget TYPE REF TO /AWS1/CL_BDOROUTETOTGTACTION /AWS1/CL_BDOROUTETOTGTACTION¶
An action that routes the request to a specific target.
Queryable Attributes¶
configurationBundle¶
An action that applies a configuration bundle override to the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATIONBUNDLE() |
Getter for CONFIGURATIONBUNDLE |
routeToTarget¶
An action that routes the request to a specific target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTETOTARGET() |
Getter for ROUTETOTARGET |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ACTIONS¶
TYPES TT_ACTIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOACTION WITH DEFAULT KEY
.