/AWS1/CL_SGFBATCHGETRECORDRSP¶
BatchGetRecordResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_records TYPE /AWS1/CL_SGFBATCHGETRECRSLTDET=>TT_BATCHGETRECORDRESULTDETAILS TT_BATCHGETRECORDRESULTDETAILS¶
A list of Records you requested to be retrieved in batch.
it_errors TYPE /AWS1/CL_SGFBATCHGETRECERROR=>TT_BATCHGETRECORDERRORS TT_BATCHGETRECORDERRORS¶
A list of errors that have occurred when retrieving a batch of Records.
it_unprocessedidentifiers TYPE /AWS1/CL_SGFBATCHGETRECORDID=>TT_UNPROCESSEDIDENTIFIERS TT_UNPROCESSEDIDENTIFIERS¶
A unprocessed list of
FeatureGroupnames, with their correspondingRecordIdentifiervalue, and Feature name.
Queryable Attributes¶
Records¶
A list of Records you requested to be retrieved in batch.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDS() |
Getter for RECORDS, with configurable default |
ASK_RECORDS() |
Getter for RECORDS w/ exceptions if field has no value |
HAS_RECORDS() |
Determine if RECORDS has a value |
Errors¶
A list of errors that have occurred when retrieving a batch of Records.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |
UnprocessedIdentifiers¶
A unprocessed list of
FeatureGroupnames, with their correspondingRecordIdentifiervalue, and Feature name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNPROCESSEDIDENTIFIERS() |
Getter for UNPROCESSEDIDENTIFIERS, with configurable default |
ASK_UNPROCESSEDIDENTIFIERS() |
Getter for UNPROCESSEDIDENTIFIERS w/ exceptions if field has |
HAS_UNPROCESSEDIDENTIFIERS() |
Determine if UNPROCESSEDIDENTIFIERS has a value |