Skip to content

/AWS1/CL_COAASSOCACCTSRESPONSE

AssociateAccountsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_accountids TYPE /AWS1/CL_COAACCOUNTIDLIST_W=>TT_ACCOUNTIDLIST TT_ACCOUNTIDLIST

The IDs of the member accounts that were successfully associated.

it_errors TYPE /AWS1/CL_COASTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

Any errors that occurred during the association process.


Queryable Attributes

accountIds

The IDs of the member accounts that were successfully associated.

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 association 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