Skip to content

/AWS1/CL_CUSRESULTSSUMMARY

The summary of results for an upload job, including the number of updated, created, and failed records.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_updatedrecords TYPE /AWS1/CUSOPTIONALLONG /AWS1/CUSOPTIONALLONG

The number of records that were updated during the upload job.

iv_createdrecords TYPE /AWS1/CUSOPTIONALLONG /AWS1/CUSOPTIONALLONG

The number of records that were newly created during the upload job.

iv_failedrecords TYPE /AWS1/CUSOPTIONALLONG /AWS1/CUSOPTIONALLONG

The number of records that failed to be processed during the upload job.


Queryable Attributes

UpdatedRecords

The number of records that were updated during the upload job.

Accessible with the following methods

Method Description
GET_UPDATEDRECORDS() Getter for UPDATEDRECORDS, with configurable default
ASK_UPDATEDRECORDS() Getter for UPDATEDRECORDS w/ exceptions if field has no valu
HAS_UPDATEDRECORDS() Determine if UPDATEDRECORDS has a value

CreatedRecords

The number of records that were newly created during the upload job.

Accessible with the following methods

Method Description
GET_CREATEDRECORDS() Getter for CREATEDRECORDS, with configurable default
ASK_CREATEDRECORDS() Getter for CREATEDRECORDS w/ exceptions if field has no valu
HAS_CREATEDRECORDS() Determine if CREATEDRECORDS has a value

FailedRecords

The number of records that failed to be processed during the upload job.

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