Skip to Content
0
Former Member
Nov 26, 2012 at 07:24 AM

BAPI_ALM_ORDER_MAINTAIN not updating Component's Requirement quantity

1098 Views

Hii All,

I have a requirement where I have to update Requirement quantity of the component.

To update it, I am using BAPI_ALM_ORDER_MAINTAIN where I am providing following values:

IT_METHODS:

000001 COMPONENT CHANGE 4000197

000001 SAVE 4000197

IT_COMPONENT:

IT_COMPONENT-RESERV_NO = 0000000353

IT_COMPONENT-RES_ITEM = 0010

IT_COMPONENT-ITEM_NUMBER = 0010

IT_COMPONENT-ACTIVITY = 0010

IT_COMPONENT-REQUIREMENT_QUANTITY = 3

IT_COMPONENT_UP:

IT_COMPONENT_UP-ITEM_NUMBER = 'X'.

IT_COMPONENT_UP-ACTIVITY = 'X'.

IT_COMPONENT_UP-REQUIREMENT_QUANTITY = 'X'

When I execute the BAPI with above values, RETURN table shows me following output:

E CMC 003 Components with Keys 0000000353 0010 Not Found

E IWO_BAPI2 113 Error during processing of BAPI methods

Please let me know, what is missing as the component key is valid.

Thanks,

Manish Verma