/AWS1/CL_CRMINTMDTABLEDEPNDNCY¶
Contains information about a base table that an intermediate table depends on.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/CRMUUID /AWS1/CRMUUID¶
The unique identifier of the dependency table.
iv_name TYPE /AWS1/CRMDISPLAYNAME /AWS1/CRMDISPLAYNAME¶
The name of the dependency table.
iv_type TYPE /AWS1/CRMBASETABLEDEPNDNCYTYPE /AWS1/CRMBASETABLEDEPNDNCYTYPE¶
The type of the dependency table.
iv_parenttype TYPE /AWS1/CRMBASETABLEPARENTTYPE /AWS1/CRMBASETABLEPARENTTYPE¶
The type of dependency, either direct or indirect. A direct dependency is a table explicitly referenced in the stored query. An indirect dependency is a table referenced through another intermediate table.
iv_creatoraccountid TYPE /AWS1/CRMACCOUNTID /AWS1/CRMACCOUNTID¶
The Amazon Web Services account ID of the member who owns the dependency table.
Queryable Attributes¶
id¶
The unique identifier of the dependency 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 |
name¶
The name of the dependency 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 |
type¶
The type of the dependency 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 |
parentType¶
The type of dependency, either direct or indirect. A direct dependency is a table explicitly referenced in the stored query. An indirect dependency is a table referenced through another intermediate table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARENTTYPE() |
Getter for PARENTTYPE, with configurable default |
ASK_PARENTTYPE() |
Getter for PARENTTYPE w/ exceptions if field has no value |
HAS_PARENTTYPE() |
Determine if PARENTTYPE has a value |
creatorAccountId¶
The Amazon Web Services account ID of the member who owns the dependency table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATORACCOUNTID() |
Getter for CREATORACCOUNTID, with configurable default |
ASK_CREATORACCOUNTID() |
Getter for CREATORACCOUNTID w/ exceptions if field has no va |
HAS_CREATORACCOUNTID() |
Determine if CREATORACCOUNTID 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_DEPENDENCYLIST¶
TYPES TT_DEPENDENCYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMINTMDTABLEDEPNDNCY WITH DEFAULT KEY
.