Skip to content

/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 FeatureGroup names, with their corresponding RecordIdentifier value, 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 FeatureGroup names, with their corresponding RecordIdentifier value, 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