Skip to content

/AWS1/CL_GML=>UPDATEBUILD()

About UpdateBuild

Updates metadata in a build resource, including the build name and version. To update the metadata, specify the build ID to update and provide the new values. If successful, a build object containing the updated metadata is returned.

Learn more

Upload a Custom Server Build

All APIs by task

Method Signature

IMPORTING

Required arguments:

IV_BUILDID TYPE /AWS1/GMLBUILDIDORARN /AWS1/GMLBUILDIDORARN

A unique identifier for the build to update. You can use either the build ID or ARN value.

Optional arguments:

IV_NAME TYPE /AWS1/GMLNONZEROANDMAXSTRING /AWS1/GMLNONZEROANDMAXSTRING

A descriptive label associated with a build. Build names don't need to be unique.

IV_VERSION TYPE /AWS1/GMLNONZEROANDMAXSTRING /AWS1/GMLNONZEROANDMAXSTRING

Version information associated with a build or script. Version strings don't need to be unique.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_GMLUPDATEBUILDOUTPUT /AWS1/CL_GMLUPDATEBUILDOUTPUT