Planning working hours and actual working hours

Hi All,
From which cube or data source i will get the job Order Planning Working hours & Actual Working hours.
       Thanks in Advance
Edited by: ranamk on Jan 24, 2011 7:10 AM

Hi Anil,
I have already go through the links and couldn't able to find the solution.
I need Actual Working and Planned working Hours by Job Order.
Thanks

Similar Messages

  • Planned and Actual Labour hour

    Hi,
    Pl. let me know the table and field name for the following.
    1) Planned and delivered date for the production order.
    2) Planned and Actual labour hours for the production order.
    3) Work centre for the production order operation reference.
    Madhava

    Hi,
    Find the below related  tables
                         AUFK                    Production order headers
         AFIH                    Maintenance order header
         AUFM                    Goods movement for prod. order
         AFKO                    Order header data PP orders
         AFPO                    Order item
         RESB                    Order componenten     
           AFVC                    Order operations
         AFVV                    Quantities/dates/values in the operation
         AFVU                    User fields of the operation
         AFFL                    Work order sequence
         AFFH                    PRT assignment data for the work order(routing)
         JSTO                    Status profile
                          JEST                    Object status
         AFRU                    Order completion confirmations
    Regards
    SANIL

  • Averaging over the last hour and last eight hours.

    This is fairly simple but I'm not sure what a "good" approach is. Basically I need to track how many times a user has performed an action over the last hour and last eight hours. I'll receive a notification of some sort when they perform this action and could get the current time, but I'm not sure what a fast way of determining how many times this has occurred in a given time period is.
    I was thinking perhaps an array with the time of each in milliseconds and just find the first index that was < 8 hours or < 1 hour ago and then subtract the index from the current size. I think that would be problematic though. To keep the array from continuously growing I'd have to shift everything over to the left which means an expensive arraycopy. Perhaps if I only did the resizing when there were > 20 or elements I no longer care about or something would help, but then I'd have to iterate over 20 elements I don't care about everytime it's calculated, which is once a second.
    Any algorithms that will solve this?

    Here is a method with a granularity of a minute (i.e.
    it only updates the average value every minute - you
    can change it to give whatever granularity you want)
    Keep an array with 60 elements in it. The array
    counts the number of times that the user performed
    the action each minute.
    The array in indexed modulo real time, and you make
    entries based on actual time of day. So when a user
    performs an action at 8:38:45 you increment slot 38.
    Each slot counts the number of actions that took
    place in that particular minute. When the next minute
    rolls around, you move to the next slot, set the
    value to zero (thus throwing out the events that
    happened over an hour ago, and prepare to count the
    new events)
    The sum of the entire array is of course the total
    number of events that have taken place in the last
    hour.
    You do not need to actually run through the array and
    total the events every time you want to calculate the
    average. You can use the fact that you increase the
    total by one every time you get a new event and you
    decrease the total by X everytime you zero out a slot
    that had X for its event count.
    So you can just keep a single value, Total, along
    with your array that goes up by one on every event
    and then drops back a little every minute, when you
    throw out the hour old events.That is probably a good solution to the question I posed, but I realize now I was not thorough or accurate enough in describing the context and requirements. I don't think that will work without a lot of unnecessary memory, but maybe I'm wrong.
    The user action is actually the successful completion of entering a form, a bill to be more precise. I expect this to happen 100-300 times an hour to give an idea of the frequency. Given a period of time, if they've been at it for that period of time or longer I need to find the number of bills completed in that most recent period of time. Otherwise, I need to use what is available to predict what they will reach in that period of time. In other words, if the time period is an hour I need to figure out how many bills were completed in the last hour, but if they've been going for only five minutes I need to predict what they will have completed in an hour including those last five minutes. Then I need to do the same thing for seven hours, using the last seven hours or less of data.
    I guess I'd just have to use a granularity of a minute or less and calculate how many bills over how many minutes and make a prediction on that? I suppose I was hoping for something more precise, but now that I think about it that will probably suffice.
    How would you implement it though? Create a "minute" array of size 60 initially, then when reaching the end of that array adding the total for that array to an "hourly" array (keeps track of bills in that hour) and then start over? I guess then you'd just have to add each from the hourly array to the current total and calculate based upon that. At any given time I'd have the number of bills processed in the last x hours and y minutes, which is enough to calculate how much can be completed at that rate in a given hour or seven hour day.
    I'll try this tomorrow when I get to work, thank you very much I was needlessly complicating it with timestamps. In fact, this inadvertently (or perhaps purposefully?) solves an issue with not calculating time when a user is at lunch or on break. At least I think it does.

  • How to display planned movement date and actual movement date together?

    Hi, Professionals,
    My purpose is to list delayed outbound deliveries.
    Anyone could tell me how to display planned movement date and actual movement date?
    Appreciate your help.

    Thanks Shiva.
    I tried another way to do it. It works only for a short period of time.
    By using VL06O, I list all outbound deliveries by limiting both planned goods movement dates and actual goods movements dates to the same week I would like to inspect. Say both from 7th/11 to 14th/11.
    then I list outbound delivery list with planned goods movement date to 7th/11 but left out actual goods movements dates this time.
    In excel, I compare those two lists and filter out those unique ones because those unique documents means delayed deliveries which cannot delivery according to planned date.
    However, the "delayed" list generated by this method has some noises. Not all of documents are really delayed although most of them do.
    I'm also looking for a way to list sales documents number of these delayed delivery documents so i can retrieve order details from it such as order value.
    Help still needed.

  • What do you mean by standby 4 hours and usage 2 hours

    What do you mean by usage 2 hours and standby 4 hours?  Can we off the phone after setting the alarm ? Nokia phone able to do it, the alarm will ring if the phone is off.
    So that I do not have to on the phone to let the battery drain overnight.

    Off is off.  Nothing will work when the iphone is off.
    Your Nokia is not truly off either. It is simply in stand-by.

  • Fieldes planned delivery date and actual good recipt date for SAP QUERY

    Hi Gurus
    I am changing sap query. I need to find two fieldes  : planned delivery date and actual goods recipt date
    I dont know MM tables, do you know wrhere are?
    in table EKPO i don't find the fieldes.
    Thanks in advance

    Thank a lot!
    Regards

  • Planned Delivery Date and Actual Delivery date.

    Hi,
    Is there a report in SAP which shows the delivery date of a PO line item and actual GR posting date from PO history in one report?
    I need to display the planned delivery date and actual delivery date in one report, preferably in columns next to each other.
    Thanks in advance.

    Hi
    To my knowledge there is no such report. You will have to develop this report through ABAP help. You need to pick the planned delivery date from the PO and GR posting date from material document. Both this fields (EEIND & BUDAT) can be viewed in the PO history.
    However, challenge will be when you have multiple delivery dates and receipt posting dates are for part quantities.
    Regards,
    Jagadeesh

  • Update Work Process and Background work process

    Hi Friends,
    I have a doubt regarding the "Update Work Process and Background work process" ......
    which one is used at what scenario ?????
    If not wrong --> update work process is used when there is an update task .........??? and similarly If background work process is used when there a background task is given explicitly .........???
    Can we can update anything through Background>????
    If yes .... which workprocess will be selected at that time??????
    Expecting your answers ??
    Thanks in advance !!
    Cheers
    R.Kripa.

    HI
    GOOD
    UPDATE WORK PROCESS->
    http://help.sap.com/saphelp_nw04s/helpdata/en/e5/de86e135cd11d3acb00000e83539c3/content.htm
    BACKGROUND WORK PROCESS->
    http://help.sap.com/saphelp_nw2004s/helpdata/en/4a/2d513897110872e10000009b38f889/content.htm
    THANKS
    MRUTYUN

  • TS4268 I still have "Waiting for Activation" while trying to activate iMessage on the iphone, noting that it was working normally and stopped working suddenly, as well I had done all the mentioned steps.. what should I do else?

    I still have "Waiting for Activation" while trying to activate iMessage on the iphone, noting that it was working normally and stopped working suddenly, as well I had done all the mentioned steps.. what should I do else?

    Define "mentioned steps." 
    See this:
    iOS: Troubleshooting FaceTime and iMessage activation

  • I have a factory unlock iphone 5 with the lasted version. Since yesterday my sim card stopped working and now says `No Sim`, was working fine and stopped working now, other sim works but just not mine. ¿What can be happening?

    I have a factory unlock iphone 5 with the lasted version. Since yesterday my sim card stopped working and now says `No Sim`, was working fine and stopped working now, other sim works but just not mine. ¿What can be happening?

    I thought that, but I put the sim card in another device that is not Apple and works. Definitely the sim card work, but no longer in my iPhone 5 or maybe in any other Apple device, i dont know why!! But i gonna get a replacement to see what happen

  • Project Versions: Plan Work and Actual Work

    Hi,
    Can you pls suggest me,
    where can i get Project actual work and planned work from R/3.
    which R/3 table will provide this information for different Project Versions.
    Thes values are required against each Project version.
    Your valuable inputs will be rewarded.
    Thanks,
    Lakshmi.

    Hi,
    We have the following scenario: The system does not default the Actual Duration when the Start Date, Time and Finish Date, Time are entered on the time confirmation, it should calculate the time and insert the value in the Actual Duration field.
    Is it possilbe.
    Regards
    JF
    Please open a thread for your specific query.
    -Paul
    Moderator
    Edited by: Paul Meehan on Sep 9, 2011 10:59 AM

  • Question on original work and actual work

    Hey folks,
    Sometimes the simplest things in Project befuddle me. I'm working in Project 2010 Standard. I have a whole bunch of "Fixed Work" tasks. This is a pretty simple project, and I haven't done baselines or anything like that.
    So let's say I have a task, "Build X" that is was originally estimated as 4 hours of work. That is entered into the Work column.
    During the project, Build X gets completed, and I learn that it only took 2 hours of work. I want to enter this into Project so that we know that:
    Task "Build X" is 100% complete
    The actual work was only 2 hrs
    The original estimate was for 4 hrs
    However, if I enter 100% into either % complete or % work complete, Project changes the Actual Work to 4 hrs, which is wrong. If I set the Actual Work to 2 hours, Project changes % complete or % work complete to 50%, which is also wrong.
    Is there anything I can do here that doesn't involve baselines?
    Thanks!

    sbattisti,
    What have you got against setting a baseline? A baseline captures your original plan. The schedule will be dynamic and as things happen Project updates that dynamic plan to reflect what really happened. So no, there is no way to do what you want without
    a baseline, except perhaps of capturing the original work value in an extra field (e.g. Text1), but there's no point in doing that.
    Set a baseline. That will capture "Build X" as being originally planned at 4 hours work. When you later find out that it only took 2 hours, you enter that into the Actual Work field and set the Remaining Work field to zero. That tells Project that
    the task is in fact complete and it only took 2 hours. If you then display the Baseline Work field you will see that the original plan was 4 hours. You can also display Work Variance.
    Hope this helps.
    John
    OK, thanks very much. I'll do that. 
    I have a follow-up question, but it's not really directly related, so I will post separately, thanks!

  • Error Project Server 2010, % Complete, Work and Actual Work

    Hi Everyone
    I have a Project Server 2010 SP2 Environment, The farm contains 3 Servers.
    1 WFE, 1WebApp, 1 BD. All servers in the farm are Windows Server 2008 R2 and the Data Base Server is SQL Server 2008 R2
    The Context:
    The Project Managers create the Project in Project Professional 2010 SP2 for support Annual Maintenance about a software, then the team members go to my tasks in PWA to create the task inside the stage in the project, then they put the actual work, then they
    send the progress to his project manager.
    So, the project manager goes to the approval page to approve two times, one, the task creation and two, the progress.
    So far all ok but when the project manager open the Gantt in Project Professional 2010 SP2 , the task that the team member has sent appear with a 100 percent complete, but the work with 0 hours and the actual work with 0 hours too, being that should appear
    with the hours the team member has sent, that is my problem.
    This occur only with this project manger and his team member, all of others project managers in the platform don't report this issue.
    I already have  re open the project and re publish too
    So , let me know if you have some idea about this issue.
    Erick Gutiérrez PMI Membership #ID 2089740 MTCS - Microsoft Project Server Managing Projects

    Only other ideas is to make sure the duration isn't 0, which would make it a milestone.
    Have the resources, recall the timesheets and resubmit.  Run it thru cycle again and see if they actual show up.
    Finally, you can run SQL query and see where the data may be. 
    1) Check if status manager is who you think it is
    2) Check if project shows actuals in sql.  Doesn't explain why not showing in schedule.
    cheers!
    Michael Wharton, MVP, MBA, PMP, MCT, MCTS, MCSD, MCSE+I, MCDBA
    Website http://www.WhartonComputer.com
    Blog http://MyProjectExpert.com contains my field notes and SQL queries

  • Password not working, reset and not working again ...

    Hi I have had nothing but problems today I think my account has been hacked.  Couldn't log in to Skype on PC or iPad kept saying my password was incorrect, though same password I have always had.  I changed my password by having Skype send me a new one to my email.  I activated it and created new password and all good.  IN the middle of a call it shut down suddenly and when I tried to log on again, it said it didn't recognise the password I only just created that had worked already.  Kept trying and still nothing. So I went to create a THIRD password and now skype is saying my email address doesn't exist.  I have had this account for years and they only just sent me a new password to that email address so it certainly does exist.  Left for a few hours and now tried again and it says i have tried too many times today.  I have actually tried to create  new account to be able to use skype.  Can anyone explain what is happening? I am currently scanning for viruses but i really want to be able to use my old account with all my contacts on it rather than start from scratch!  My mother in law is having the same problem with her account so I wonder if it's a virus??  At the same time I have started receiving a bunch of emails from 'skype' in Chinese so I assume this is connected somehow?  Please any ideas on how to fix this?! 

    Have received numerous of the following:  also my account isn't working, passwords not working, can't access anything.  I think it's been hacked.  It is now not even recognising my email address.  Please advise how to fix.  Please note I did not follow any links in any of these emails that have been sent to me.
    本邮件自动发送,请勿回复。
    您好,sarahodonnell79:Skype管理器分配的Skype点数
    管理员Brian Leahy(来自Skype管理器Recognize polite beauty)为您分配了一些Skype点数。 您可以立即开始使用该功能。
    以下是为您分配的内容:
    Skype点数:EUR 8.00
    您的Skype用户名为sarahodonnell79 日期:2012-10-3
    查看您的Skype帐户
    Skype点数的用途:
    拨打世界各地的座机和手机 通过Skype WiFi使用WiFi热点 激活Skype To Go号码 启用呼叫转移
    如果需要协助或想要申请其它Skype功能,请联系您的管理员,他们的详细资料位于成员列表。 或者,如果需要任何其它帮助,请查看Skype的支持页面。
    我们希望您尽情享受使用Skype点数的乐趣。           
    谢谢! Skype同仁

  • My usb stopped working. It say it cannot be read. While it works yesterday, and still works on pc

    It still works yesterday
    but today every time i plug it in, It will either not appear at all, or say it cannot be read.
    Disk utility gives me this for repair .
    Verify and Repair volume “disk5s1”
    ** /dev/disk5s1
    could not read boot block (Input/output error)
    Error: Filesystem verify or repair failed.
    Verifying volume “disk5s1”
    ** /dev/disk5s1
    could not read boot block (Input/output error)
    Error: Filesystem verify or repair failed.
    It still works on windows.

    Actually...I post this in the wrong place..sorry
    iMac, eMac. They sound similar in every language but English! I'll get the Hosts to move this to the eMac section so you don't have to repost.
    The good news is we have two eMacs in the family: one the first generation; one the last.
    When you get the messages, what ports are you using? It is fairly normal for a flash drive to fail when plugged into a port on the keyboard (low-powered port). If you used a port on the right side of the eMac case, then it should work.
    Have you experienced any other odd symptoms with the computer? Unexpected freezes, video defects, or no video, etc? I ask because a fair number of 1.25Ghz eMacs had near-fatal logic board problems. As odd as the symptoms of the logic board problems seemed to be, it would no longer surprise me if it affected USB. If you are seeing other problems than this, I can post a list of serial numbers that Apple said contains the affected computers.

Maybe you are looking for

  • 27: iMac Apple Mini DisplayPort to DVI adapter quits working post-firmware

    I iMac Apple Mini DisplayPort to DVI adapter suddenly quit working after I installed Apple's latest iMac display firmware update. This is an Intel Core i5; the monitor is an LG Flatron 24" Wide, and when it powers up it says "no video input" and goes

  • Help with PDF Expert

    So I just downloaded the PDF Expert app. I have a ton of PDF files on my iPad but I can't figure out how to add them to the PDF Expert document folder. The manual has instructions for adding files from everywhere except the iPad you are using. Can so

  • Connecting tomcat and apache

    hi, i am having problem connecting Apache and Tomcat with mod_jk connector. i am not getting any exceptions. the problem is when i am trying to access .jsp pages from apache ... its showing me code .... i have used this just below the <server port=80

  • How rate is calculated for activity types

    Hi Gurus, There is activity type XYZ created and when in do KB21N and enter the cost center and activity type the rate is calculated. I do not know where is the rate maintained. It is coming 27.96 hence how the system is taking 27.96 rate for 1 Qty.

  • No. of users using same transaction

    hai iam shivaa. how can we find no. of users using same transaction at a given time on a given server.can i also know the order(time) in which the users started using the transaction? eg--no. of users using transation VA01 on a given server at a give