/AWS1/CL_CRMIDMAPTABLEINPUTSRC¶
The input source of the ID mapping table.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_idnamespaceassociationid TYPE /AWS1/CRMSTRING /AWS1/CRMSTRING¶
The unique identifier of the ID namespace association.
iv_type TYPE /AWS1/CRMIDNAMESPACETYPE /AWS1/CRMIDNAMESPACETYPE¶
The type of the input source of the ID mapping table.
Queryable Attributes¶
idNamespaceAssociationId¶
The unique identifier of the ID namespace association.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDNAMESPACEASSOCIATIONID() |
Getter for IDNAMESPACEASSOCIATIONID, with configurable defau |
ASK_IDNAMESPACEASSOCIATIONID() |
Getter for IDNAMESPACEASSOCIATIONID w/ exceptions if field h |
HAS_IDNAMESPACEASSOCIATIONID() |
Determine if IDNAMESPACEASSOCIATIONID has a value |
type¶
The type of the input source of the ID mapping 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IDMAPTABLEINPUTSOURCELIST¶
TYPES TT_IDMAPTABLEINPUTSOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMIDMAPTABLEINPUTSRC WITH DEFAULT KEY
.