Skip to content

/AWS1/CL_QSTRENAMECOLUMNOP

A transform operation that renames a column.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_COLUMNNAME TYPE /AWS1/QSTCOLUMNNAME /AWS1/QSTCOLUMNNAME

The name of the column to be renamed.

IV_NEWCOLUMNNAME TYPE /AWS1/QSTCOLUMNNAME /AWS1/QSTCOLUMNNAME

The new name for the column.


Queryable Attributes

ColumnName

The name of the column to be renamed.

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

NewColumnName

The new name for the column.

Accessible with the following methods

Method Description
GET_NEWCOLUMNNAME() Getter for NEWCOLUMNNAME, with configurable default
ASK_NEWCOLUMNNAME() Getter for NEWCOLUMNNAME w/ exceptions if field has no value
HAS_NEWCOLUMNNAME() Determine if NEWCOLUMNNAME has a value