Skip to content

/AWS1/CL_UNTLISTORGALUNITSRSP

ListOrganizationalUnitsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_organizationalunits TYPE /AWS1/CL_UNTORGALUNITS_W=>TT_ORGANIZATIONALUNITS TT_ORGANIZATIONALUNITS

The list of organizational units that match the specified criteria.

Optional arguments:

iv_nexttoken TYPE /AWS1/UNTNEXTTOKEN /AWS1/UNTNEXTTOKEN

The token to use for the next page of results. If there are no additional results, this value is null.


Queryable Attributes

organizationalUnits

The list of organizational units that match the specified criteria.

Accessible with the following methods

Method Description
GET_ORGANIZATIONALUNITS() Getter for ORGANIZATIONALUNITS, with configurable default
ASK_ORGANIZATIONALUNITS() Getter for ORGANIZATIONALUNITS w/ exceptions if field has no
HAS_ORGANIZATIONALUNITS() Determine if ORGANIZATIONALUNITS has a value

nextToken

The token to use for the next page of results. If there are no additional results, this value is null.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value