Skip to content

/AWS1/CL_PTSLSTENGAGEMENTMEM01

ListEngagementMembersResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_engagementmemberlist TYPE /AWS1/CL_PTSENGAGEMENTMEMBER=>TT_ENGAGEMENTMEMBERS TT_ENGAGEMENTMEMBERS

Provides a list of engagement members.

Optional arguments:

iv_nexttoken TYPE /AWS1/PTSSTRING /AWS1/PTSSTRING

A pagination token used to retrieve the next set of results. If there are more results available than can be returned in a single response, this token will be present. Use this token in a subsequent request to retrieve the next page of results. If there are no more results, this value will be null.


Queryable Attributes

EngagementMemberList

Provides a list of engagement members.

Accessible with the following methods

Method Description
GET_ENGAGEMENTMEMBERLIST() Getter for ENGAGEMENTMEMBERLIST, with configurable default
ASK_ENGAGEMENTMEMBERLIST() Getter for ENGAGEMENTMEMBERLIST w/ exceptions if field has n
HAS_ENGAGEMENTMEMBERLIST() Determine if ENGAGEMENTMEMBERLIST has a value

NextToken

A pagination token used to retrieve the next set of results. If there are more results available than can be returned in a single response, this token will be present. Use this token in a subsequent request to retrieve the next page of results. If there are no more results, this value will be 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