Skip to content

/AWS1/CL_WKRBTCRESETDEVFRUSE01

BatchResetDevicesForUserResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_message TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING

A message indicating the overall result of the batch device reset operation.

it_successful TYPE /AWS1/CL_WKRBTCDEVUCCESSRSPI00=>TT_BATCHDEVICESUCCESSRSPITEMS TT_BATCHDEVICESUCCESSRSPITEMS

A list of application IDs that were successfully reset.

it_failed TYPE /AWS1/CL_WKRBTCDEVERRORRSPITEM=>TT_BATCHDEVICEERRORRSPITEMS TT_BATCHDEVICEERRORRSPITEMS

A list of device reset attempts that failed, including error details explaining why each device could not be reset.


Queryable Attributes

message

A message indicating the overall result of the batch device reset operation.

Accessible with the following methods

Method Description
GET_MESSAGE() Getter for MESSAGE, with configurable default
ASK_MESSAGE() Getter for MESSAGE w/ exceptions if field has no value
HAS_MESSAGE() Determine if MESSAGE has a value

successful

A list of application IDs that were successfully reset.

Accessible with the following methods

Method Description
GET_SUCCESSFUL() Getter for SUCCESSFUL, with configurable default
ASK_SUCCESSFUL() Getter for SUCCESSFUL w/ exceptions if field has no value
HAS_SUCCESSFUL() Determine if SUCCESSFUL has a value

failed

A list of device reset attempts that failed, including error details explaining why each device could not be reset.

Accessible with the following methods

Method Description
GET_FAILED() Getter for FAILED, with configurable default
ASK_FAILED() Getter for FAILED w/ exceptions if field has no value
HAS_FAILED() Determine if FAILED has a value