Skip to content

/AWS1/CL_QSTUNTAGCOLUMNOP

A transform operation that removes tags associated with a column.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_COLUMNNAME TYPE /AWS1/QSTCOLUMNNAME /AWS1/QSTCOLUMNNAME

The column that this operation acts on.

IT_TAGNAMES TYPE /AWS1/CL_QSTCOLUMNTAGNAMES_W=>TT_COLUMNTAGNAMES TT_COLUMNTAGNAMES

The column tags to remove from this column.


Queryable Attributes

ColumnName

The column that this operation acts on.

Accessible with the following methods

Method Description
GET_COLUMNNAME() Getter for COLUMNNAME, with configurable default
ASK_COLUMNNAME() Getter for COLUMNNAME w/ exceptions if field has no value
HAS_COLUMNNAME() Determine if COLUMNNAME has a value

TagNames

The column tags to remove from this column.

Accessible with the following methods

Method Description
GET_TAGNAMES() Getter for TAGNAMES, with configurable default
ASK_TAGNAMES() Getter for TAGNAMES w/ exceptions if field has no value
HAS_TAGNAMES() Determine if TAGNAMES has a value