Skip to content

/AWS1/CL_QSTTOPICCONFIGURATION

The configuration of a topic.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_placeholder TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING

The placeholder for the topic configuration.

io_datasetschema TYPE REF TO /AWS1/CL_QSTDATASETSCHEMA /AWS1/CL_QSTDATASETSCHEMA

Topic schema.

it_columngroupschemalist TYPE /AWS1/CL_QSTCOLUMNGROUPSCHEMA=>TT_COLUMNGROUPSCHEMALIST TT_COLUMNGROUPSCHEMALIST

The list of column group schemas in the topic configuration.


Queryable Attributes

Placeholder

The placeholder for the topic configuration.

Accessible with the following methods

Method Description
GET_PLACEHOLDER() Getter for PLACEHOLDER, with configurable default
ASK_PLACEHOLDER() Getter for PLACEHOLDER w/ exceptions if field has no value
HAS_PLACEHOLDER() Determine if PLACEHOLDER has a value

DataSetSchema

Topic schema.

Accessible with the following methods

Method Description
GET_DATASETSCHEMA() Getter for DATASETSCHEMA

ColumnGroupSchemaList

The list of column group schemas in the topic configuration.

Accessible with the following methods

Method Description
GET_COLUMNGROUPSCHEMALIST() Getter for COLUMNGROUPSCHEMALIST, with configurable default
ASK_COLUMNGROUPSCHEMALIST() Getter for COLUMNGROUPSCHEMALIST w/ exceptions if field has
HAS_COLUMNGROUPSCHEMALIST() Determine if COLUMNGROUPSCHEMALIST has a value

Public Local Types In This Class

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

TT_TOPICCONFIGURATIONLIST

TYPES TT_TOPICCONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTTOPICCONFIGURATION WITH DEFAULT KEY
.