Skip to content

/AWS1/CL_COADISASSOCACCTSRSP

DisassociateAccountsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_accountids TYPE /AWS1/CL_COAACCOUNTIDLIST_W=>TT_ACCOUNTIDLIST TT_ACCOUNTIDLIST

The IDs of the member accounts that were successfully disassociated.

it_errors TYPE /AWS1/CL_COASTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

Any errors that occurred during the disassociation process.


Queryable Attributes

accountIds

The IDs of the member accounts that were successfully disassociated.

Accessible with the following methods

Method Description
GET_ACCOUNTIDS() Getter for ACCOUNTIDS, with configurable default
ASK_ACCOUNTIDS() Getter for ACCOUNTIDS w/ exceptions if field has no value
HAS_ACCOUNTIDS() Determine if ACCOUNTIDS has a value

errors

Any errors that occurred during the disassociation process.

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