Hi,
I want to update the equipment details in the OBJECTS tab. I am getting the error as " Reference object for business operation not allowed '' while running through BAPI_ALM_ORDER_MAINTAIN.
gw_meth-refnum = '000001'.
gw_meth-objecttype = 'OBJECTLIST'.
gw_meth-method = 'CREATE'.
gw_meth-objectkey = '000000000287'.
append gw_meth to gt_meth.
gw_meth-method = 'SAVE'.
append gw_meth to gt_meth.
gw_objectlist-counter = '1'.
gw_objectlist-equipment = '123456'.
append gw_objectlist to gt_objectlist.