Skip to content

/AWS1/CL_SGFBATCHWRITERECRSP

BatchWriteRecordResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_errors TYPE /AWS1/CL_SGFBATCHWRITERECDRROR=>TT_BATCHWRITERECORDERRORS TT_BATCHWRITERECORDERRORS

A list of errors that occurred when writing records in the batch.

it_unprocessedentries TYPE /AWS1/CL_SGFBATCHWRITERECENTRY=>TT_UNPROCEDBATCHWRITERECENTRS TT_UNPROCEDBATCHWRITERECENTRS

A list of entries that were not processed. These entries can be retried.


Queryable Attributes

Errors

A list of errors that occurred when writing records in the batch.

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

UnprocessedEntries

A list of entries that were not processed. These entries can be retried.

Accessible with the following methods

Method Description
GET_UNPROCESSEDENTRIES() Getter for UNPROCESSEDENTRIES, with configurable default
ASK_UNPROCESSEDENTRIES() Getter for UNPROCESSEDENTRIES w/ exceptions if field has no
HAS_UNPROCESSEDENTRIES() Determine if UNPROCESSEDENTRIES has a value