Skip to content

/AWS1/CL_BLD=>LISTBUILDBATCHES()

About ListBuildBatches

Retrieves the identifiers of your build batches in the current region.

Method Signature

IMPORTING

Optional arguments:

IO_FILTER TYPE REF TO /AWS1/CL_BLDBUILDBATCHFILTER /AWS1/CL_BLDBUILDBATCHFILTER

A BuildBatchFilter object that specifies the filters for the search.

IV_MAXRESULTS TYPE /AWS1/BLDPAGESIZE /AWS1/BLDPAGESIZE

The maximum number of results to return.

IV_SORTORDER TYPE /AWS1/BLDSORTORDERTYPE /AWS1/BLDSORTORDERTYPE

Specifies the sort order of the returned items. Valid values include:

  • ASCENDING: List the batch build identifiers in ascending order by identifier.

  • DESCENDING: List the batch build identifiers in descending order by identifier.

IV_NEXTTOKEN TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING

The nextToken value returned from a previous call to ListBuildBatches. This specifies the next item to return. To return the beginning of the list, exclude this parameter.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_BLDLISTBUILDBTCESOUT /AWS1/CL_BLDLISTBUILDBTCESOUT