/AWS1/CL_IOI=>UPDATEMODELMANIFEST()
¶
About UpdateModelManifest¶
Updates a vehicle model (model manifest). If created vehicles are associated with a vehicle model, it can't be updated.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_NAME
TYPE /AWS1/IOIRESOURCENAME
/AWS1/IOIRESOURCENAME
¶
The name of the vehicle model to update.
Optional arguments:¶
IV_DESCRIPTION
TYPE /AWS1/IOIDESCRIPTION
/AWS1/IOIDESCRIPTION
¶
A brief description of the vehicle model.
IT_NODESTOADD
TYPE /AWS1/CL_IOINODEPATHS_W=>TT_NODEPATHS
TT_NODEPATHS
¶
A list of
fullyQualifiedName
of nodes, which are a general abstraction of signals, to add to the vehicle model.
IT_NODESTOREMOVE
TYPE /AWS1/CL_IOINODEPATHS_W=>TT_NODEPATHS
TT_NODEPATHS
¶
A list of
fullyQualifiedName
of nodes, which are a general abstraction of signals, to remove from the vehicle model.
IV_STATUS
TYPE /AWS1/IOIMANIFESTSTATUS
/AWS1/IOIMANIFESTSTATUS
¶
The state of the vehicle model. If the status is
ACTIVE
, the vehicle model can't be edited. If the status isDRAFT
, you can edit the vehicle model.