Skip to content

/AWS1/CL_CRMCFGUREDTBLALYRLP00

Controls on the query specifications that can be run on a 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

A type of analysis rule that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.


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

A type of analysis rule that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.

Accessible with the following methods

Method Description
GET_CUSTOM() Getter for CUSTOM