Skip to content

/AWS1/CL_EBN=>UPDATEAPPLICATIONVERSION()

About UpdateApplicationVersion

Updates the specified application version to have the specified properties.

If a property (for example, description) is not provided, the value remains unchanged. To clear properties, specify an empty string.

Method Signature

IMPORTING

Required arguments:

IV_APPLICATIONNAME TYPE /AWS1/EBNAPPLICATIONNAME /AWS1/EBNAPPLICATIONNAME

The name of the application associated with this version.

If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.

IV_VERSIONLABEL TYPE /AWS1/EBNVERSIONLABEL /AWS1/EBNVERSIONLABEL

The name of the version to update.

If no application version is found with this label, UpdateApplication returns an InvalidParameterValue error.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/EBNDESCRIPTION /AWS1/EBNDESCRIPTION

A new description for this version.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_EBNAPPLICATIONVRSDS00 /AWS1/CL_EBNAPPLICATIONVRSDS00