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

How to Create Fixed Bom using BAPI

Former Member
0 Likes
621

Hi all,

Iam using the BAPI "BAPI_BOM_UPLOAD_SAVE" for creation of Fixed BOM of Materials.

I don't know how that is used,I mean i don't know the inputs,

Pls can any one Provide me TEST DATA for this Bapi.

or a sample Program how fixed bom is created.and how can we know thet bom has been created.

for e.g if we create super bom ,the Bom links are stored in cs41,so we are able to know super bom has been created but how to check for fixed bom.is that the same for fixed also.

i have some inputs and with that inputs ,BOM is not being created and the BAPI return table type was E.

2 REPLIES 2
Read only

Former Member
0 Likes
421

Hi Balaji.

Check this thread.

It has got a sample program.

Reward if useful.

Thanks

Aneesh.

Read only

Former Member
0 Likes
421

Hi,

The FM BAPI_BOM_UPLOAD_SAVE is using CSAP_MAT_BOM_CREATE to create the BOM but it does not have any option to specify the alternative to be created.Look for some other FM if you need to create an alternative BOM.Check if the FM BAPI_MATERIAL_BOM_GROUP_CREATE can be used as an alternative

also check this FM.

CS_BI_BOM_CREATE_BATCH_INPUT1 - Create a new BOM or New Alt. BOM.

CS_BC_BOM_CHANGE_BATCH_INPUT - Maintain the BOM.

<b>Reward points</b>

Regards