/AWS1/CL_CRMALYRULEPOLICYV1¶
Controls on the query specifications that can be run on configured table.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_list TYPE REF TO /AWS1/CL_CRMANALYSISRULELIST /AWS1/CL_CRMANALYSISRULELIST¶
Analysis rule type that enables only list queries on a configured table.
io_aggregation TYPE REF TO /AWS1/CL_CRMANALYSISRULEAGGR /AWS1/CL_CRMANALYSISRULEAGGR¶
Analysis rule type that enables only aggregation queries on a configured table.
io_custom TYPE REF TO /AWS1/CL_CRMANALYSISRULECUSTOM /AWS1/CL_CRMANALYSISRULECUSTOM¶
Analysis rule type that enables custom SQL queries on a configured table.
io_idmappingtable TYPE REF TO /AWS1/CL_CRMALYRULEIDMAPTABLE /AWS1/CL_CRMALYRULEIDMAPTABLE¶
The ID mapping table.
Queryable Attributes¶
list¶
Analysis rule type that enables only list queries on a configured table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIST() |
Getter for LIST |
aggregation¶
Analysis rule type that enables only aggregation queries on a configured table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGGREGATION() |
Getter for AGGREGATION |
custom¶
Analysis rule type that enables custom SQL queries on a configured table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOM() |
Getter for CUSTOM |
idMappingTable¶
The ID mapping table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDMAPPINGTABLE() |
Getter for IDMAPPINGTABLE |