Skip to content

/AWS1/CL_CRMINTMDTABLEOUTCONF

Contains the output configuration of an intermediate table when a protected query populates it.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_id TYPE /AWS1/CRMUUID /AWS1/CRMUUID

The unique identifier of the intermediate table.

iv_arn TYPE /AWS1/CRMINTERMEDIATETABLEARN /AWS1/CRMINTERMEDIATETABLEARN

The Amazon Resource Name (ARN) of the intermediate table.

iv_name TYPE /AWS1/CRMDISPLAYNAME /AWS1/CRMDISPLAYNAME

The name of the intermediate table.


Queryable Attributes

id

The unique identifier of the intermediate 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 Amazon Resource Name (ARN) of the intermediate 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 intermediate 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