cancel
Showing results for 
Search instead for 
Did you mean: 

get labor time

Former Member
0 Kudos

Hi gurus,

In a production order , How to get the Labor time of that production order :

There are 2 types of labor time ( Comfirmed ) and to confirmed , Here I want to get labor time ( to confirm ) . Is the any FM to do that ,

Thank in advance .

Points rewarded Immeadiately

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can get it from COOIS. Or if you want for some development you can get it from AFVV table - ISM01 etc..

Answers (2)

Answers (2)

Former Member
0 Kudos

In coois,

use list = confirmations.

enter plant and order type

you will get the result in that choose to be confirmed field to get waht you want

or use FM - CO_EXT_CONFIRMATION_DISPLAY or use table AFRU

Edited by: Rajesha Vittal on Apr 21, 2008 7:23 AM

Edited by: Rajesha Vittal on Apr 21, 2008 7:24 AM

Former Member
0 Kudos

Hi,

Thank for your helpful answer , however , When i try to get from AFVV or AFRU , I see that the field ISM03 contains the ' Confirmed quantity' only , But the I need to get the 'To confirm quantity' and i do not see this in these table . I also try CO_EXT_CONFIRMATION_DISPLAY ( with input = Production order ). This displays both 'Confirmed ' and 'To confirm' . So I can not get 'To confirm' for my development . So which table contain ' To confirm' of a production order ?

Or is there any FM esle to get this ?

This is urgent to , Thanks !

Former Member
0 Kudos

If you dont find that value, apply simple formula.

(Order quantity - confirmed qty.)

Sumeet

Former Member
0 Kudos

VGW01, VGW02, VGW03.. give the standard values for an operation. Suppose VGW03 is the std labour time. Then you could get the total order labour qty = AFVV-MGVRG * AFVV-VGW03 / AFVV-BMSCH. If you subtract ISM03 from the above you would bet the qty to be confirmed.

Regards

Ram

Former Member
0 Kudos

I think it is better to do the formula, operation qty - confirmed qty = qty to confirm.

Hence AFVV-AFVV-VGW01 minus Sum of all entries for the order in AFRU-ISM01 will give you activity to confirm for each activity.

I hope it is clear now.

Former Member
0 Kudos

Hi,

In CO02 - Operations overview - Qty/Activities tab - You can see the Confirmed and To Confirm values for all the activity types.