Skip to content

/AWS1/CL_BDNLISTSESSRESPONSE

ListSessionsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_sessionsummaries TYPE /AWS1/CL_BDNSESSIONSUMMARY=>TT_SESSIONSUMMARIES TT_SESSIONSUMMARIES

A list of summary information for sessions in the workflow run.

Optional arguments:

iv_nexttoken TYPE /AWS1/BDNNEXTTOKEN /AWS1/BDNNEXTTOKEN

The token for retrieving the next page of results, if available.


Queryable Attributes

sessionSummaries

A list of summary information for sessions in the workflow run.

Accessible with the following methods

Method Description
GET_SESSIONSUMMARIES() Getter for SESSIONSUMMARIES, with configurable default
ASK_SESSIONSUMMARIES() Getter for SESSIONSUMMARIES w/ exceptions if field has no va
HAS_SESSIONSUMMARIES() Determine if SESSIONSUMMARIES has a value

nextToken

The token for retrieving the next page of results, if available.

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