/AWS1/CL_QSTPARAMDECLARATION¶
The declaration definition of a parameter.
For more information, see Parameters in Amazon Quick Sight in the Amazon Quick Suite User Guide.
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_stringparamdeclaration TYPE REF TO /AWS1/CL_QSTSTRPARMDECLARATION /AWS1/CL_QSTSTRPARMDECLARATION¶
A parameter declaration for the
Stringdata type.
io_decimalparamdeclaration TYPE REF TO /AWS1/CL_QSTDECIMALPRMDECLAR00 /AWS1/CL_QSTDECIMALPRMDECLAR00¶
A parameter declaration for the
Decimaldata type.
io_integerparamdeclaration TYPE REF TO /AWS1/CL_QSTINTEGERPRMDECLAR00 /AWS1/CL_QSTINTEGERPRMDECLAR00¶
A parameter declaration for the
Integerdata type.
io_datetimeparamdeclaration TYPE REF TO /AWS1/CL_QSTDATETIMEPRMDECLA00 /AWS1/CL_QSTDATETIMEPRMDECLA00¶
A parameter declaration for the
DateTimedata type.
Queryable Attributes¶
StringParameterDeclaration¶
A parameter declaration for the
Stringdata type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STRINGPARAMDECLARATION() |
Getter for STRINGPARAMETERDECLARATION |
DecimalParameterDeclaration¶
A parameter declaration for the
Decimaldata type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DECIMALPARAMDECLARATION() |
Getter for DECIMALPARAMETERDECLARATION |
IntegerParameterDeclaration¶
A parameter declaration for the
Integerdata type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTEGERPARAMDECLARATION() |
Getter for INTEGERPARAMETERDECLARATION |
DateTimeParameterDeclaration¶
A parameter declaration for the
DateTimedata type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATETIMEPARAMDECLARATION() |
Getter for DATETIMEPARAMETERDECLARATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PARAMETERDECLARATIONLIST¶
TYPES TT_PARAMETERDECLARATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTPARAMDECLARATION WITH DEFAULT KEY
.