/AWS1/CL_SPCDATAINTEGRATIONF19¶
The field used in the field priority deduplication strategy.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/SPCDATAINTEGRATIONFLOW16 /AWS1/SPCDATAINTEGRATIONFLOW16¶
The name of the deduplication field. Must exist in the dataset and not be a primary key.
iv_sortorder TYPE /AWS1/SPCDATAINTEGRATIONFLOW17 /AWS1/SPCDATAINTEGRATIONFLOW17¶
The sort order for the deduplication field.
Queryable Attributes¶
name¶
The name of the deduplication field. Must exist in the dataset and not be a primary key.
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 |
sortOrder¶
The sort order for the deduplication field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SORTORDER() |
Getter for SORTORDER, with configurable default |
ASK_SORTORDER() |
Getter for SORTORDER w/ exceptions if field has no value |
HAS_SORTORDER() |
Determine if SORTORDER 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_DATAINTEGRATIONFLOWFIELDP00¶
TYPES TT_DATAINTEGRATIONFLOWFIELDP00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_SPCDATAINTEGRATIONF19 WITH DEFAULT KEY
.