Skip to content

/AWS1/CL_QSTRENAMECOLUMNSOP

A transform operation that renames one or more columns in the dataset.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_alias TYPE /AWS1/QSTXFRMOPERATIONALIAS /AWS1/QSTXFRMOPERATIONALIAS

Alias for this operation.

io_source TYPE REF TO /AWS1/CL_QSTXFRMOPSOURCE /AWS1/CL_QSTXFRMOPSOURCE

The source transform operation that provides input data for column renaming.

it_renamecolumnoperations TYPE /AWS1/CL_QSTRENAMECOLUMNOP=>TT_RENAMECOLUMNOPERATIONLIST TT_RENAMECOLUMNOPERATIONLIST

The list of column rename operations to perform, specifying old and new column names.


Queryable Attributes

Alias

Alias for this operation.

Accessible with the following methods

Method Description
GET_ALIAS() Getter for ALIAS, with configurable default
ASK_ALIAS() Getter for ALIAS w/ exceptions if field has no value
HAS_ALIAS() Determine if ALIAS has a value

Source

The source transform operation that provides input data for column renaming.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE

RenameColumnOperations

The list of column rename operations to perform, specifying old and new column names.

Accessible with the following methods

Method Description
GET_RENAMECOLUMNOPERATIONS() Getter for RENAMECOLUMNOPERATIONS, with configurable default
ASK_RENAMECOLUMNOPERATIONS() Getter for RENAMECOLUMNOPERATIONS w/ exceptions if field has
HAS_RENAMECOLUMNOPERATIONS() Determine if RENAMECOLUMNOPERATIONS has a value