Skip to content

/AWS1/CL_CRMCFGUREDTABLESUMM

The configured table summary for the objects listed by the request.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_id TYPE /AWS1/CRMCONFIGUREDTABLEID /AWS1/CRMCONFIGUREDTABLEID

The unique ID of the configured table.

iv_arn TYPE /AWS1/CRMCONFIGUREDTABLEARN /AWS1/CRMCONFIGUREDTABLEARN

The unique ARN of the configured table.

iv_name TYPE /AWS1/CRMDISPLAYNAME /AWS1/CRMDISPLAYNAME

The name of the configured table.

iv_createtime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP

The time the configured table was created.

iv_updatetime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP

The time the configured table was last updated.

it_analysisruletypes TYPE /AWS1/CL_CRMCFGUREDTBLALYRLT00=>TT_CFGUREDTABLEALYRULETYPELIST TT_CFGUREDTABLEALYRULETYPELIST

The types of analysis rules associated with this configured table.

iv_analysismethod TYPE /AWS1/CRMANALYSISMETHOD /AWS1/CRMANALYSISMETHOD

The analysis method for the configured tables.

DIRECT_QUERY allows SQL queries to be run directly on this table.

DIRECT_JOB allows PySpark jobs to be run directly on this table.

MULTIPLE allows both SQL queries and PySpark jobs to be run directly on this table.

Optional arguments:

it_selectedanalysismethods TYPE /AWS1/CL_CRMSELEDALYMETHODS_W=>TT_SELECTEDANALYSISMETHODS TT_SELECTEDANALYSISMETHODS

The selected analysis methods for the configured table summary.


Queryable Attributes

id

The unique ID of the configured table.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

arn

The unique ARN of the configured table.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

name

The name of the configured table.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

createTime

The time the configured table was created.

Accessible with the following methods

Method Description
GET_CREATETIME() Getter for CREATETIME, with configurable default
ASK_CREATETIME() Getter for CREATETIME w/ exceptions if field has no value
HAS_CREATETIME() Determine if CREATETIME has a value

updateTime

The time the configured table was last updated.

Accessible with the following methods

Method Description
GET_UPDATETIME() Getter for UPDATETIME, with configurable default
ASK_UPDATETIME() Getter for UPDATETIME w/ exceptions if field has no value
HAS_UPDATETIME() Determine if UPDATETIME has a value

analysisRuleTypes

The types of analysis rules associated with this configured table.

Accessible with the following methods

Method Description
GET_ANALYSISRULETYPES() Getter for ANALYSISRULETYPES, with configurable default
ASK_ANALYSISRULETYPES() Getter for ANALYSISRULETYPES w/ exceptions if field has no v
HAS_ANALYSISRULETYPES() Determine if ANALYSISRULETYPES has a value

analysisMethod

The analysis method for the configured tables.

DIRECT_QUERY allows SQL queries to be run directly on this table.

DIRECT_JOB allows PySpark jobs to be run directly on this table.

MULTIPLE allows both SQL queries and PySpark jobs to be run directly on this table.

Accessible with the following methods

Method Description
GET_ANALYSISMETHOD() Getter for ANALYSISMETHOD, with configurable default
ASK_ANALYSISMETHOD() Getter for ANALYSISMETHOD w/ exceptions if field has no valu
HAS_ANALYSISMETHOD() Determine if ANALYSISMETHOD has a value

selectedAnalysisMethods

The selected analysis methods for the configured table summary.

Accessible with the following methods

Method Description
GET_SELECTEDANALYSISMETHODS() Getter for SELECTEDANALYSISMETHODS, with configurable defaul
ASK_SELECTEDANALYSISMETHODS() Getter for SELECTEDANALYSISMETHODS w/ exceptions if field ha
HAS_SELECTEDANALYSISMETHODS() Determine if SELECTEDANALYSISMETHODS 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_CONFIGUREDTABLESUMMARYLIST

TYPES TT_CONFIGUREDTABLESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMCFGUREDTABLESUMM WITH DEFAULT KEY
.