cancel
Showing results for 
Search instead for 
Did you mean: 

Confirmation Unit of Work in Minutes

0 Kudos

I am seeing random table entries into table AFRU that is in minutes when the confirmation is is hours.  What would cause this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please check this thread for the solution:

http://scn.sap.com/thread/3708363

The actual work field on a confirmation can only accept one decimal place. If you enter a number with two decimal places, it converts the value to minutes when it stores it in the table.

Paul

0 Kudos

Thanks Paul!  This was the problem.  I was trying to create a BOBJ Webi report and BOBJ brought in the confirmations in Minutes, not hours.  So I had to create a variable to correct this.

In case anyone needs it:

=Sum(If([Uom Id Work Actual]InList("MIN";"STD");[SVC CONF - Qty Work Actual]/60;[SVC CONF - Qty Work Actual]))

Answers (2)

Answers (2)

pardhreddyc
Active Contributor
0 Kudos

Dear,

what is the base unit of measurement capacit mentioned in workcenter.and capacity utilization unit in workcenter master.

REgards

PArdhu

jogeswararao_kavala
Active Contributor
0 Kudos

This might be due to the Unit maintained for Work in Operations tab of the Order.

0 Kudos

The Operation is in Hours.