/AWS1/CL_IOASQLQUERYDSACTION¶
The SQL query to modify the message.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sqlquery TYPE /AWS1/IOASQLQUERY /AWS1/IOASQLQUERY¶
A SQL query string.
Optional arguments:¶
it_filters TYPE /AWS1/CL_IOAQUERYFILTER=>TT_QUERYFILTERS TT_QUERYFILTERS¶
Prefilters applied to message data.
Queryable Attributes¶
sqlQuery¶
A SQL query string.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SQLQUERY() |
Getter for SQLQUERY, with configurable default |
ASK_SQLQUERY() |
Getter for SQLQUERY w/ exceptions if field has no value |
HAS_SQLQUERY() |
Determine if SQLQUERY has a value |
filters¶
Prefilters applied to message data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTERS() |
Getter for FILTERS, with configurable default |
ASK_FILTERS() |
Getter for FILTERS w/ exceptions if field has no value |
HAS_FILTERS() |
Determine if FILTERS has a value |