cancel
Showing results for 
Search instead for 
Did you mean: 

Missing parts for Production

Former Member
0 Kudos

Hi PP Experts,

Our client having ECC.5.0 and is not using MRP for material procuremnt.

In PP they are using the master datas Material master and BOM. In shopfloor, for sub assembly and assembly they will create production order (CO01) and MB31 for the goods receipt.

When the demand comes they will physically check all required material in store and procure the shortage mitems.

In most of the cases they are procuring sub assemblies and assemble to make the finish product.

Now they need a way to figure out the missing parts from SAP before creating a Production order.

Do you have any suggestion inorder to develope a report where the user will input the material number (for the finish product ) , production quantity and production date in the selection and the output will give the missing item and quantity based on production quantity.Here the availability will be checked only in the store.

Thanks in Advance

Pradeep

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks all for your valuable inputs.

former_member196398
Active Contributor
0 Kudos

Pradeep,

I would suggest you to use FM / BAPI within your program to perform the required check.

1. Use Function Module CS_BOM_EXPL_MAT_V2 to explode the BOM for the material to get the required Components list with quantity.

2. Based on the output of the first step, for very component perform the availability check using BAPI_MATERIAL_AVAILABILITY.

Regards,

Prasobh

Former Member
0 Kudos

Hi SAP Gurus,

Can anyone suggest how best we can customise a report to meet this requirement.

Is it viable to develop a report by calling transaction CO01 while selecting the material # and by using the availability check logic to figure out the missing parts list and display the output on the screen.

Please advise.