Skip to content

/AWS1/CL_WKRBATCHDELETEUSERRSP

BatchDeleteUserResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_message TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING

A message indicating the overall result of the batch deletion operation.

it_successful TYPE /AWS1/CL_WKRBTCUSERSUCCRSPITEM=>TT_BATCHUSERSUCCESSRSPITEMS TT_BATCHUSERSUCCESSRSPITEMS

A list of user IDs that were successfully deleted from the network.

it_failed TYPE /AWS1/CL_WKRBTCUSERERRRSPITEM=>TT_BATCHUSERERRORRESPONSEITEMS TT_BATCHUSERERRORRESPONSEITEMS

A list of user deletion attempts that failed, including error details explaining why each user could not be deleted.


Queryable Attributes

message

A message indicating the overall result of the batch deletion 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 user IDs that were successfully deleted from the network.

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 user deletion attempts that failed, including error details explaining why each user could not be deleted.

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