‎2009 Jun 24 8:13 AM
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
‎2009 Jun 24 8:52 AM
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.
‎2009 Jun 24 8:52 AM
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.
‎2009 Jun 24 10:06 AM
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