Skip to content

/AWS1/CL_CRMINHRDSALOUTPUTCOLS

Contains the inherited disallowed output columns constraint and the column lineage tracing each column to its source.

CONSTRUCTOR

IMPORTING

Required arguments:

it_value TYPE /AWS1/CL_CRMALYRLCOLUMNNAMEL00=>TT_ANALYSISRULECOLUMNNAMELIST TT_ANALYSISRULECOLUMNNAMELIST

The list of column names that are disallowed from appearing in query output, inherited from parent tables.

it_columnlineage TYPE /AWS1/CL_CRMCOLUMNLINEAGEENTRY=>TT_COLUMNLINEAGELIST TT_COLUMNLINEAGELIST

The lineage information that traces each disallowed output column back to its source in a parent table.


Queryable Attributes

value

The list of column names that are disallowed from appearing in query output, inherited from parent tables.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE has a value

columnLineage

The lineage information that traces each disallowed output column back to its source in a parent table.

Accessible with the following methods

Method Description
GET_COLUMNLINEAGE() Getter for COLUMNLINEAGE, with configurable default
ASK_COLUMNLINEAGE() Getter for COLUMNLINEAGE w/ exceptions if field has no value
HAS_COLUMNLINEAGE() Determine if COLUMNLINEAGE has a value