Skip to content

/AWS1/CL_MPC=>LISTCHANGESETS()

About ListChangeSets

Returns the list of change sets owned by the account being used to make the call. You can filter this list by providing any combination of entityId, ChangeSetName, and status. If you provide more than one filter, the API operation applies a logical AND between the filters.

You can describe a change during the 60-day request history retention period for API calls.

Method Signature

IMPORTING

Required arguments:

IV_CATALOG TYPE /AWS1/MPCCATALOG /AWS1/MPCCATALOG

The catalog related to the request. Fixed value: AWSMarketplace

Optional arguments:

IT_FILTERLIST TYPE /AWS1/CL_MPCFILTER=>TT_FILTERLIST TT_FILTERLIST

An array of filter objects.

IO_SORT TYPE REF TO /AWS1/CL_MPCSORT /AWS1/CL_MPCSORT

An object that contains two attributes, SortBy and SortOrder.

IV_MAXRESULTS TYPE /AWS1/MPCLSTCHANGESETSMAXRSI00 /AWS1/MPCLSTCHANGESETSMAXRSI00

The maximum number of results returned by a single call. This value must be provided in the next call to retrieve the next set of results. By default, this value is 20.

IV_NEXTTOKEN TYPE /AWS1/MPCNEXTTOKEN /AWS1/MPCNEXTTOKEN

The token value retrieved from a previous call to access the next page of results.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_MPCLISTCHANGESETSRSP /AWS1/CL_MPCLISTCHANGESETSRSP