Skip to content

/AWS1/CL_CWTPARTIALFAILURE

This array is empty if the API operation was successful for all the rules specified in the request. If the operation could not process one of the rules, the following data is returned for each of those rules.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_FAILURERESOURCE TYPE /AWS1/CWTFAILURERESOURCE /AWS1/CWTFAILURERESOURCE

The specified rule that could not be deleted.

IV_EXCEPTIONTYPE TYPE /AWS1/CWTEXCEPTIONTYPE /AWS1/CWTEXCEPTIONTYPE

The type of error.

IV_FAILURECODE TYPE /AWS1/CWTFAILURECODE /AWS1/CWTFAILURECODE

The code of the error.

IV_FAILUREDESCRIPTION TYPE /AWS1/CWTFAILUREDESCRIPTION /AWS1/CWTFAILUREDESCRIPTION

A description of the error.


Queryable Attributes

FailureResource

The specified rule that could not be deleted.

Accessible with the following methods

Method Description
GET_FAILURERESOURCE() Getter for FAILURERESOURCE, with configurable default
ASK_FAILURERESOURCE() Getter for FAILURERESOURCE w/ exceptions if field has no val
HAS_FAILURERESOURCE() Determine if FAILURERESOURCE has a value

ExceptionType

The type of error.

Accessible with the following methods

Method Description
GET_EXCEPTIONTYPE() Getter for EXCEPTIONTYPE, with configurable default
ASK_EXCEPTIONTYPE() Getter for EXCEPTIONTYPE w/ exceptions if field has no value
HAS_EXCEPTIONTYPE() Determine if EXCEPTIONTYPE has a value

FailureCode

The code of the error.

Accessible with the following methods

Method Description
GET_FAILURECODE() Getter for FAILURECODE, with configurable default
ASK_FAILURECODE() Getter for FAILURECODE w/ exceptions if field has no value
HAS_FAILURECODE() Determine if FAILURECODE has a value

FailureDescription

A description of the error.

Accessible with the following methods

Method Description
GET_FAILUREDESCRIPTION() Getter for FAILUREDESCRIPTION, with configurable default
ASK_FAILUREDESCRIPTION() Getter for FAILUREDESCRIPTION w/ exceptions if field has no
HAS_FAILUREDESCRIPTION() Determine if FAILUREDESCRIPTION has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_BATCHFAILURES

TYPES TT_BATCHFAILURES TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWTPARTIALFAILURE WITH DEFAULT KEY
.