Skip to content

/AWS1/CL_QSTDATASETPARAMETER

A parameter that is created in a dataset. The parameter can be a string, integer, decimal, or datetime data type.

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_STRINGDATASETPARAMETER TYPE REF TO /AWS1/CL_QSTSTRINGDATASETPARAM /AWS1/CL_QSTSTRINGDATASETPARAM

A string parameter that is created in the dataset.

IO_DECIMALDATASETPARAMETER TYPE REF TO /AWS1/CL_QSTDECIMALDSPARAM /AWS1/CL_QSTDECIMALDSPARAM

A decimal parameter that is created in the dataset.

IO_INTEGERDATASETPARAMETER TYPE REF TO /AWS1/CL_QSTINTEGERDSPARAM /AWS1/CL_QSTINTEGERDSPARAM

An integer parameter that is created in the dataset.

IO_DATETIMEDATASETPARAMETER TYPE REF TO /AWS1/CL_QSTDATETIMEDSPARAM /AWS1/CL_QSTDATETIMEDSPARAM

A date time parameter that is created in the dataset.


Queryable Attributes

StringDatasetParameter

A string parameter that is created in the dataset.

Accessible with the following methods

Method Description
GET_STRINGDATASETPARAMETER() Getter for STRINGDATASETPARAMETER

DecimalDatasetParameter

A decimal parameter that is created in the dataset.

Accessible with the following methods

Method Description
GET_DECIMALDATASETPARAMETER() Getter for DECIMALDATASETPARAMETER

IntegerDatasetParameter

An integer parameter that is created in the dataset.

Accessible with the following methods

Method Description
GET_INTEGERDATASETPARAMETER() Getter for INTEGERDATASETPARAMETER

DateTimeDatasetParameter

A date time parameter that is created in the dataset.

Accessible with the following methods

Method Description
GET_DATETIMEDATASETPARAMETER() Getter for DATETIMEDATASETPARAMETER

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DATASETPARAMETERLIST

TYPES TT_DATASETPARAMETERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTDATASETPARAMETER WITH DEFAULT KEY
.