cancel
Showing results for 
Search instead for 
Did you mean: 

production order eff report

Former Member
0 Kudos

Dear experts,

I want make a production order effciency report. for that the formula is

efficiency = Actual exe.time / planned exe. time .

We get planned exe. time from AFKO table.

While calculating actual exec. time I have a problem.

I have 3 operations

10, 20, 30.

Operation 10 starts at 7 am, 20 at 8 am and 30 at 9 am.

From 9 am to 3 pm all three operations r under execution.

At 4 pm operation 10 completes, at 5 pm oper. 20 completes, at 6 pm oper. 30 completes.

Now I want to calculate the total exec time of an order, i.e. from 7 am to 6 pm but time betwen 9 am to 3 pm is to be considered only once as it overlapping time.

How to map this?

thanks

sanket

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sanket,

Just a quick thought:

I guess your working on a Z report. You can calculate the efficiency of each operation i.e. actual vis a vis planned & then cummulate the % across to get overall efficiency.

Hope the above helps.

Regards,

Vivek

Answers (2)

Answers (2)

Former Member
0 Kudos

take a minimum of start time of all then operations and maximum of end time of all operations.

difference between these two will give you actual total operations time.

Former Member
0 Kudos

Dear Santosh,

But if I start the execution of another order in between by holding previous order for a while then the results will be wrong.

S J

Former Member
0 Kudos

Hi,

you can take the difference between the minimum of the start time and maximum of the end time. can take the help of yor abaper for this.