Hi Gurus,
We have developed a fiori app that helps to update the PM order, and we have one of requirements where we need to re-order the operations. Re-ordering should change the operation number. Also user can edit the operation details whenever he wants.
We are using the BAPI BAPI_ALM_ORDER_MAINTAIN to update activity number for the operation. But when there are components assigned to an operation, we need to re-assign the components as well as the operation number itself got changed. But we are getting error, You cannot change the operation number &1 for component &2 in the BAPI (IWO_BAPI/302). It looks like re-assignment of the component is not allowed.
I believe this part of the note 1906891 and SAP has specifically put this check.
Can you please provide me the any ideas how to implement the re-assignment for the component to different operation to achieve the re-ordering functionality.
Thanks
Raveesh