Skip to content

/AWS1/CL_FNDLISTCHANGESETSRSP

Response to ListChangesetsResponse. This returns a list of dataset changesets that match the query criteria.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_CHANGESETS TYPE /AWS1/CL_FNDCHANGESETSUMMARY=>TT_CHANGESETLIST TT_CHANGESETLIST

List of Changesets found.

IV_NEXTTOKEN TYPE /AWS1/FNDPAGINATIONTOKEN /AWS1/FNDPAGINATIONTOKEN

A token that indicates where a results page should begin.


Queryable Attributes

changesets

List of Changesets found.

Accessible with the following methods

Method Description
GET_CHANGESETS() Getter for CHANGESETS, with configurable default
ASK_CHANGESETS() Getter for CHANGESETS w/ exceptions if field has no value
HAS_CHANGESETS() Determine if CHANGESETS has a value

nextToken

A token that indicates where a results page should begin.

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