Skip to content

/AWS1/CL_IOI=>UPDATEDECODERMANIFEST()

About UpdateDecoderManifest

Updates a decoder manifest.

A decoder manifest can only be updated when the status is DRAFT. Only ACTIVE decoder manifests can be associated with vehicles.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/IOIRESOURCENAME /AWS1/IOIRESOURCENAME

The name of the decoder manifest to update.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/IOIDESCRIPTION /AWS1/IOIDESCRIPTION

A brief description of the decoder manifest to update.

IT_SIGNALDECODERSTOADD TYPE /AWS1/CL_IOISIGNALDECODER=>TT_SIGNALDECODERS TT_SIGNALDECODERS

A list of information about decoding additional signals to add to the decoder manifest.

IT_SIGNALDECODERSTOUPDATE TYPE /AWS1/CL_IOISIGNALDECODER=>TT_SIGNALDECODERS TT_SIGNALDECODERS

A list of updated information about decoding signals to update in the decoder manifest.

IT_SIGNALDECODERSTOREMOVE TYPE /AWS1/CL_IOIFQNS_W=>TT_FQNS TT_FQNS

A list of signal decoders to remove from the decoder manifest.

IT_NETWORKINTERFACESTOADD TYPE /AWS1/CL_IOINETWORKINTERFACE=>TT_NETWORKINTERFACES TT_NETWORKINTERFACES

A list of information about the network interfaces to add to the decoder manifest.

IT_NETWORKINTERFACESTOUPDATE TYPE /AWS1/CL_IOINETWORKINTERFACE=>TT_NETWORKINTERFACES TT_NETWORKINTERFACES

A list of information about the network interfaces to update in the decoder manifest.

IT_NETWORKINTERFACESTOREMOVE TYPE /AWS1/CL_IOIINTERFACEIDS_W=>TT_INTERFACEIDS TT_INTERFACEIDS

A list of network interfaces to remove from the decoder manifest.

IV_STATUS TYPE /AWS1/IOIMANIFESTSTATUS /AWS1/IOIMANIFESTSTATUS

The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is DRAFT, you can edit the decoder manifest.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_IOIUPDECODERMANIFES01 /AWS1/CL_IOIUPDECODERMANIFES01