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

Implement BOM Calculation

Former Member
0 Likes
665

Hello,

I need to implement BOM Calculation in my report process, I didn't find any suit Bapi for that or similar function to make this happened.

The process includes several items that have been weighted and by their total amount I have to recalculate the rest of quantities in the collective order (in the current one and the son of it).

Can anyone help me with this issue ?

Thank you,

Amit Berku

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
509

Hi,

Check the function module DMU_MAT_BOM_READ available.

Based on the main material, plant, bom usage and validity it will give the details of the bom components and its corresponding weight.

Using this output, you can modify accordingly as per your requirement.

Regards,

Santhosh.

2 REPLIES 2
Read only

Former Member
0 Likes
510

Hi,

Check the function module DMU_MAT_BOM_READ available.

Based on the main material, plant, bom usage and validity it will give the details of the bom components and its corresponding weight.

Using this output, you can modify accordingly as per your requirement.

Regards,

Santhosh.

Read only

0 Likes
509

Hello Santhosh,

First thank you for your quick response,

the function that you wrote only gives the bom details (materials, quantities, documents ...),

I need a function that implements the bom calculation process by getting a bom and changing the quantities for the rest of items according to the quantities of the main items (with considering the relation of the bom items) in the production order.

Kind regards,

Amit Berku