/AWS1/CL_CRMINHRADDLANLYSSRC¶
Contains information about a parent table that contributes an additional analyses constraint.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/CRMDISPLAYNAME /AWS1/CRMDISPLAYNAME¶
The name of the parent table.
iv_id TYPE /AWS1/CRMUUID /AWS1/CRMUUID¶
The unique identifier of the parent table.
iv_type TYPE /AWS1/CRMBASETABLEDEPNDNCYTYPE /AWS1/CRMBASETABLEDEPNDNCYTYPE¶
The type of the parent table.
iv_value TYPE /AWS1/CRMADDITIONALANALYSES /AWS1/CRMADDITIONALANALYSES¶
The additional analyses setting defined on the parent table.
iv_sourceaccountid TYPE /AWS1/CRMACCOUNTID /AWS1/CRMACCOUNTID¶
The Amazon Web Services account ID of the member who owns the parent table.
Queryable Attributes¶
name¶
The name of the parent 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 |
id¶
The unique identifier of the parent 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 |
type¶
The type of the parent table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
value¶
The additional analyses setting defined on the parent table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
sourceAccountId¶
The Amazon Web Services account ID of the member who owns the parent table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEACCOUNTID() |
Getter for SOURCEACCOUNTID, with configurable default |
ASK_SOURCEACCOUNTID() |
Getter for SOURCEACCOUNTID w/ exceptions if field has no val |
HAS_SOURCEACCOUNTID() |
Determine if SOURCEACCOUNTID 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_INHRADDLANALYSESSOURCELIST¶
TYPES TT_INHRADDLANALYSESSOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMINHRADDLANLYSSRC WITH DEFAULT KEY
.