/AWS1/CL_ERNGENR8MATCHIDOUTPUT¶
GenerateMatchIdOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_matchgroups TYPE /AWS1/CL_ERNMATCHGROUP=>TT_MATCHGROUPSLIST TT_MATCHGROUPSLIST¶
The match groups from the generated match ID.
it_failedrecords TYPE /AWS1/CL_ERNFAILEDRECORD=>TT_FAILEDRECORDSLIST TT_FAILEDRECORDSLIST¶
The records that didn't receive a generated Match ID.
Queryable Attributes¶
matchGroups¶
The match groups from the generated match ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCHGROUPS() |
Getter for MATCHGROUPS, with configurable default |
ASK_MATCHGROUPS() |
Getter for MATCHGROUPS w/ exceptions if field has no value |
HAS_MATCHGROUPS() |
Determine if MATCHGROUPS has a value |
failedRecords¶
The records that didn't receive a generated Match ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDRECORDS() |
Getter for FAILEDRECORDS, with configurable default |
ASK_FAILEDRECORDS() |
Getter for FAILEDRECORDS w/ exceptions if field has no value |
HAS_FAILEDRECORDS() |
Determine if FAILEDRECORDS has a value |