Skip to content

/AWS1/CL_M2_LSTAPPLICATIONSRSP

ListApplicationsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IT_APPLICATIONS TYPE /AWS1/CL_M2_APPLICATIONSUMMARY=>TT_APPLICATIONSUMMARYLIST TT_APPLICATIONSUMMARYLIST

Returns a list of summary details for all the applications in a runtime environment.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/M2_NEXTTOKEN /AWS1/M2_NEXTTOKEN

A pagination token that's returned when the response doesn't contain all applications.


Queryable Attributes

applications

Returns a list of summary details for all the applications in a runtime environment.

Accessible with the following methods

Method Description
GET_APPLICATIONS() Getter for APPLICATIONS, with configurable default
ASK_APPLICATIONS() Getter for APPLICATIONS w/ exceptions if field has no value
HAS_APPLICATIONS() Determine if APPLICATIONS has a value

nextToken

A pagination token that's returned when the response doesn't contain all applications.

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