Skip to content

/AWS1/CL_GML=>UPDATEALIAS()

About UpdateAlias

Updates properties for an alias. Specify the unique identifier of the alias to be updated and the new property values. When reassigning an alias to a new fleet, provide an updated routing strategy. If successful, the updated alias record is returned.

Related actions

All APIs by task

Method Signature

IMPORTING

Required arguments:

IV_ALIASID TYPE /AWS1/GMLALIASIDORARN /AWS1/GMLALIASIDORARN

A unique identifier for the alias that you want to update. You can use either the alias ID or ARN value.

Optional arguments:

IV_NAME TYPE /AWS1/GMLNONBLANKANDLENGTHCN00 /AWS1/GMLNONBLANKANDLENGTHCN00

A descriptive label that is associated with an alias. Alias names do not need to be unique.

IV_DESCRIPTION TYPE /AWS1/GMLNONZEROANDMAXSTRING /AWS1/GMLNONZEROANDMAXSTRING

A human-readable description of the alias.

IO_ROUTINGSTRATEGY TYPE REF TO /AWS1/CL_GMLROUTINGSTRATEGY /AWS1/CL_GMLROUTINGSTRATEGY

The routing configuration, including routing type and fleet target, for the alias.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_GMLUPDATEALIASOUTPUT /AWS1/CL_GMLUPDATEALIASOUTPUT