/AWS1/CL_CRMIHRALWDRSRCVSSRC¶
Contains information about a parent table that contributes an allowed result receivers 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.
it_value TYPE /AWS1/CL_CRMACCOUNTIDLIST_W=>TT_ACCOUNTIDLIST TT_ACCOUNTIDLIST¶
The allowed result receiver account IDs 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 allowed result receiver account IDs 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_INHRALWDRSLTRCVSSOURCELIST¶
TYPES TT_INHRALWDRSLTRCVSSOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMIHRALWDRSRCVSSRC WITH DEFAULT KEY
.