Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while creating BOM using BAPI 'BAPI_BOM_UPLOAD_SAVE'

Former Member
0 Likes
660

Hi All,

We are getting an error as 'Data is incomplete' while trying to create BoM using the bapi 'BAPI_BOM_UPLOAD_SAVE', if the item contains Item category as 'T'. But for other item category like 'L' or 'N', the bapi is sucessfull.

The values that we pass to fill the item category 'T' are operation, item_cat, bom_itm_no, COMPON_QTY, FIXED_QTY as 'X', UNMEAS as 'ST', ITEM_TEXT1 and ITEM_TEXT2.

Anyone who has faced same problem or has a solution to the problem, kindly provide a solution.

Regards,

Vijay

1 REPLY 1
Read only

Ashutosht09
Participant
0 Likes
390

The error you receive is because of different config for different Item Categories. Find out from the functional team what fields have they kept mandatory for the item category 'T'. You may not be passing one of those fields in the BAPI.

Try creating a BOM manually for item category 'T' and you may figure our which field you are missing.