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

Function Module to Calculate Capacity per Shift.

0 Likes
790

Hello SAPients.

I have to create a report where I have to distribute the production requirement (table KBED) in different shifts. I tried to calculate the values with normal calculation in programming but it's getting too complicated finding the right amounts per shift. For example, I have a requirement of 100 CAses and 3 shifts for the 09/10/2006, the output should be 50 in first shift and 25 for the second and the third shift. I have to consider the capacity of the Work Center and the Shift.

Do you know of a function module to achieve this?

Thank you in advance for your help.

Message was edited by: Ricardo Fernández Vázquez

2 REPLIES 2
Read only

0 Likes
561

Just to give you a better idea, I have to do something like what the MF50 does.

Read only

0 Likes
561

Hi All,

Just to reopen this issue, even I am looking for a similar functionality.

To reinstate the requirement:

I want to find shifts and corresponding capacities for a work center. These details are obtained from CR03 and CR13 transaction.

If possible do let me know Function module or tables for the same.

Debs