/AWS1/CL_CRMCOLUMNLINEAGEENTRY¶
Contains column lineage information that traces a disallowed output column back to its source in a base table.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_column TYPE /AWS1/CRMALYRULECOLUMNNAME /AWS1/CRMALYRULECOLUMNNAME¶
The name of the column in the intermediate table.
iv_sourcecolumn TYPE /AWS1/CRMALYRULECOLUMNNAME /AWS1/CRMALYRULECOLUMNNAME¶
The name of the column in the source table.
iv_sourcename TYPE /AWS1/CRMDISPLAYNAME /AWS1/CRMDISPLAYNAME¶
The name of the source table.
iv_sourceid TYPE /AWS1/CRMUUID /AWS1/CRMUUID¶
The unique identifier of the source table.
iv_sourcetype TYPE /AWS1/CRMBASETABLEDEPNDNCYTYPE /AWS1/CRMBASETABLEDEPNDNCYTYPE¶
The type of the source table.
iv_sourceaccountid TYPE /AWS1/CRMACCOUNTID /AWS1/CRMACCOUNTID¶
The Amazon Web Services account ID of the owner of the source table.
Queryable Attributes¶
column¶
The name of the column in the intermediate table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMN() |
Getter for COLUMN, with configurable default |
ASK_COLUMN() |
Getter for COLUMN w/ exceptions if field has no value |
HAS_COLUMN() |
Determine if COLUMN has a value |
sourceColumn¶
The name of the column in the source table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCECOLUMN() |
Getter for SOURCECOLUMN, with configurable default |
ASK_SOURCECOLUMN() |
Getter for SOURCECOLUMN w/ exceptions if field has no value |
HAS_SOURCECOLUMN() |
Determine if SOURCECOLUMN has a value |
sourceName¶
The name of the source table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCENAME() |
Getter for SOURCENAME, with configurable default |
ASK_SOURCENAME() |
Getter for SOURCENAME w/ exceptions if field has no value |
HAS_SOURCENAME() |
Determine if SOURCENAME has a value |
sourceId¶
The unique identifier of the source table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEID() |
Getter for SOURCEID, with configurable default |
ASK_SOURCEID() |
Getter for SOURCEID w/ exceptions if field has no value |
HAS_SOURCEID() |
Determine if SOURCEID has a value |
sourceType¶
The type of the source table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCETYPE() |
Getter for SOURCETYPE, with configurable default |
ASK_SOURCETYPE() |
Getter for SOURCETYPE w/ exceptions if field has no value |
HAS_SOURCETYPE() |
Determine if SOURCETYPE has a value |
sourceAccountId¶
The Amazon Web Services account ID of the owner of the source table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEACCOUNTID() |
Getter for SOURCEACCOUNTID, with configurable default |
ASK_SOURCEACCOUNTID() |
Getter for SOURCEACCOUNTID w/ exceptions if field has no val |
HAS_SOURCEACCOUNTID() |
Determine if SOURCEACCOUNTID 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_COLUMNLINEAGELIST¶
TYPES TT_COLUMNLINEAGELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMCOLUMNLINEAGEENTRY WITH DEFAULT KEY
.