/AWS1/CL_CRMALYRULEIDMAPTABLE¶
Defines details for the analysis rule ID mapping table.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_joincolumns
TYPE /AWS1/CL_CRMALYRULECOLUMNLST_W=>TT_ANALYSISRULECOLUMNLIST
TT_ANALYSISRULECOLUMNLIST
¶
The columns that query runners are allowed to use in an INNER JOIN statement.
it_queryconstraints
TYPE /AWS1/CL_CRMQUERYCONSTRAINT=>TT_QUERYCONSTRAINTLIST
TT_QUERYCONSTRAINTLIST
¶
The query constraints of the analysis rule ID mapping table.
Optional arguments:¶
it_dimensioncolumns
TYPE /AWS1/CL_CRMALYRULECOLUMNLST_W=>TT_ANALYSISRULECOLUMNLIST
TT_ANALYSISRULECOLUMNLIST
¶
The columns that query runners are allowed to select, group by, or filter by.
Queryable Attributes¶
joinColumns¶
The columns that query runners are allowed to use in an INNER JOIN statement.
Accessible with the following methods¶
Method | Description |
---|---|
GET_JOINCOLUMNS() |
Getter for JOINCOLUMNS, with configurable default |
ASK_JOINCOLUMNS() |
Getter for JOINCOLUMNS w/ exceptions if field has no value |
HAS_JOINCOLUMNS() |
Determine if JOINCOLUMNS has a value |
queryConstraints¶
The query constraints of the analysis rule ID mapping table.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUERYCONSTRAINTS() |
Getter for QUERYCONSTRAINTS, with configurable default |
ASK_QUERYCONSTRAINTS() |
Getter for QUERYCONSTRAINTS w/ exceptions if field has no va |
HAS_QUERYCONSTRAINTS() |
Determine if QUERYCONSTRAINTS has a value |
dimensionColumns¶
The columns that query runners are allowed to select, group by, or filter by.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DIMENSIONCOLUMNS() |
Getter for DIMENSIONCOLUMNS, with configurable default |
ASK_DIMENSIONCOLUMNS() |
Getter for DIMENSIONCOLUMNS w/ exceptions if field has no va |
HAS_DIMENSIONCOLUMNS() |
Determine if DIMENSIONCOLUMNS has a value |