Work Field In Resource Sheet

The Work field in the Resource Sheet is calculated total hours for each resource based on the Duration in the Gantt chart. However, I have another field in the Gantt chart named Duration1 and I want Work field in the Resource Sheet to be calculated based
on Duration1 not Duration. What formula can I use to customize Work field in Resource Sheet?

Thanks guys! Since, there is no way to keep Duration different from the Actual Duration, I baselined Duration. Now, similarly, I would also like to baseline Work; however, baselined Work doesn't reflect
input values of Work field. Also, just how Duration and Work data are different in my plan, Actual Duration and Actual Work may also differ. I was able to keep the Work values different from the Duration by changing the Duration task type.
Is there a way to fix Actual Duration as well so that it's not same as Actual Work?
Duration = allocated duration to complete the task [Task Type: Fixed Duration]
Work = time it should take to complete the task [Different from Duration]
Actual Duration = taken duration to complete the task
Actual Work = time it took to complete the task
Also, in Resource Sheet, is there a way to compare Baseline Work with Actual Work for
each resource as well as Baseline Cost based on Baseline Work with Actual Cost based on Actual Work?
This would allow us to work in the same plan while comparing the plan (by Start/Finish, Work in Gantt, Work in Resource Sheet, and Cost) before and after implementation. If not, then I guess we can have two copies of the plan (one for before implementation
and the other for after) with Duration and Work where task type is fixed Duration.
A few comment: 
baselined Work doesn't reflect input values of Work field : when you
save a baseline, the behavior is the same for all data copied in the baseline fields. The current value is stored is the corresponding baseline field. Ie when saving baseline n, work is copied in the baselinework n and duration is copied in the baselineduration
n.
Actual Work = time it took to complete the task
: actual work is the effort and not the time it took to complete the task
is there a way to compare Baseline Work with Actual Work for each resource :  if you split your screen and display the task form with work
information, you'll see for each assignment work, actual work, baseline work, remaining work. Another way, if you need it timephased, is to use the resource or task usage views and add the baseline, actual and planned work (double clicking the right part of
your screen).
Hope this helps.
Guillaume Rouyre - MBA, MCP, MCTS

Similar Messages

  • Help creating time worked field on time sheet.

    I am new to acrobat. I am creating a time sheet submittable form. I have start time fields and end time fields and now i need a field that  calculates total time worked in hours. I could do this using military time except that in the calculations tab in field properties there is no subtraction calculaton option, just addition. Is there anyway to acomplish this by writing a script? I know nothing abiut writing scripts, PLEASE HELP.

    You need to use JavaScript to write the custom JavaScript Code. You can convert the time string to a JS data object and do the math at milliseconds.
    You can split the time string into hours and minutes, convert the hours to minutes and add to the minutes, do the math in minutes and finally convert the minutes back into hours and minutes.
    Since you will be repeating the math for each day, I would look at creating a function to convert the time string cell to minutes for the computation.
    There can be problems with leading zeros and no separator symbols since the Number format strips the leading zeros from number character strings.
    function Time2Min(cTime){
    var min = 0
    var hr = 0
    cTime = cTime.toLowerCase();
    // civilian time
    if (/(\d{0,2})[:](\d{2})[ ]?([ap])/.test(cTime)) {
       hr =  Number(RegExp.$1);
       if (RegExp.$3 == "p") {
          hr += 12;
       min = (60 * hr) + Number(RegExp.$2);
       } // end civilian time
    // 24 hour time
    if (/(\d{0,2})[:](\d{2})/.test(cTime)) {
       min = (60 * Number(RegExp.$1)) + Number(RegExp.$2);
       } // end 24hour time
    // military time
    if (/(\d{0,2})(\d{2})/.test(cTime)) {
       min = (60 * Number(RegExp.$1)) + Number(RegExp.$2);
       } // end military time
    return min;
    } // end function
    function Min2HH:MM (nMinutes) {
    return util.printf("%,1 01.0f" + ":" + "%,1 02.0f", Math.floor(nMinutes / 60), Math.floor(nMinutes % 60));
    var elapsed = 0;
    var sEnd = "1600"; // change for field value as string
    var sStart = "0900" // change for field value as string
    // add loop to go through fields:
    if (sEnd != "" & sStart !="") {
    elapsed += (Time2Min(sEnd)  - Time2Min(sStart)) ;
    // end of loop
    // format the output
    Min2HH:MM(elapsed);

  • User defined fields in Resource object; Resource object form

    Hi,
    Can anyone tell me what is the purpose of having user defined fields for resource object and resource object form and how can we use those fields while requesting for target resource.
    Regards,
    Alabhya Goel

    Thanks for your reply!!!!!!!!!!
    I know about resource object form i am just asking what is the use of user define field in resource object form. How can we use it. Like when we create any user defined field in under User form those fields display on create user form but when we create any user defined field in resource object from those are not displayed in form.
    If anyone has used or worked on user defined fields in Resource Object or resource object form; please give me an overview over the same.
    Regards
    Alabhya Goel

  • Jabber for Windows contact card mapping to Work field

    Hi All
    In Jabber for Windows 9.7, the fields that sync from AD display in the contact card as Work: multiple times, I am trying to undewrstand how it determines to call the field Work as we get multiple entries as follows
    Chat (IM Address):  username@domain (this is because user id + domain is different to the email)
    Email:                      email address
    Work:                       email address (which I believe is Directory URI)
    Work:                       telephoneNumber
    Work:                       IpPhone
    This isnt very user friendly is there any way this can be changed, I know the Jabber-config.xml file does not have this work field as a mapping.
    Kind Regards
    Nick

    I believe that mapping is businessphone

  • Timesheet BP not shown in Rollup source under Actual Summary Resource sheet ?

    Hi All, I am trying to roll up time sheet data in Resource sheet, When I am opening Actual Summary Sheet as Resource Manager -> Resource Sheet -> Actual Summary a property pop up window opening. In which Business Process drop down list does not contain any BP ? I am expecting to load Time sheet BP. Can anybody help me out please?

        Hi Rohit ,
    I had copied these .class & .xml files under Myclasses -> oracle.apps.icx and oracle.apps.po and oracle.apps.fnd was same which comes part of the standard OA tutorial.
    I copied same under Myprojects as well.
    you have to decompile the class file into java file and then place it in Myproject directory , also copy all dependency files like BC4J components , and then
    try to run from Jdeveloper .
    Alternatively you can get the entire ICX folder and zip it and add it via library .
    --Keerthi

  • How to Map Proces form field with Resource form field?

    Hi,
    How to Map Proces form field with Resource form field while creating Process form in Form designer

    Are you talking about Provisioning ?
    then you do that in Data Flow under Process Defintion in OIM 10g
    In OIM 11g you use Request Dataset. In that you can directly map fields to process form.

  • Updation of INPUT Request fields in PI sheet automatically from xMII system

    Hi,
    We are getting the consumption data(Material Weight and Batch) from xMII in SAP browser based PI sheet through Z function module as a parameters .These values needs to updated automatically in PPPI_INPUT-REQUEST fields (PPPI_MATERIAL_CONSUMED & PPPI_BATCH),so that PI_CONS(Consumption) process message will be created automatically.
    We are facing problem to update the input request fields(PPPI_MATERIAL_CONSUMED and PPPI_BATCH) automatically in Browser based PI sheet.
    Can you please help us out to populate the input request fields automatically in PI sheet to automate the xMII with SAP PI sheet. I can provide the screen shots of PI sheets and configuration of process management if required.
    Thank you
    Warm Regards
    Darga Ali

    Hello Udayan,
    The issue is in SAP PI Sheet.
    We are getting the data from xMII into variables through function module and able to populate these values in PI sheet,But we need to update these values directly in input request fields ,so that it will create a process message and updated the process order with material consumption data.
    Is there any functionality available in xMII ,to update the vaules directly in input request fields in PI sheet.
    Thank you
    Warm Regards
    Darga Ali

  • Additional fields in excel sheet in bid

    Hi,
    I have to add some additional fields in excel sheet by using the badi
    BBP_BID_EVAL_DISPLAY.
    if any one already came across please provide some sample code .
    Thanks
    Ram

    hi
    just refer to the link below
    http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g
    regards
    ravish
    <b>plz dont forget to reward points if helpful</b>

  • Error for input method in 'Work' field of Activity

    Hi gurus,
    I have this problem while planning an internal activity.
    In the work field, i have to put a value of 1800000 (18 Million) m3,
    but when I do so, I am getting an error " Input must be in the format ___,__~._
    I have checked the user profile in SU3, the format is 1.234.567,89
    Kindly, suggest the proper format, how can I enter the quantum of work.
    Regards,
    VDS

    This is because the field Work 'ARBEI' is 7 units long with 1 decimal place. So max. value possible is 999999.9 (which is less than 1 million). Try distributing the work on other activities.

  • Field SNPLC is not an entry field for resource type 02

    While transferring resource, getting the error message below;
    Field SNPLC is not an entry field for resource type 02
    Message no. /SAPAPO/DMRES149
    Is that something to do with CFC9??
    Please help.

    Hi,
    You have defined the resource type as 2 ( single activity resource)  which is PPDS relevant but in the Planning parameters tab of the APO resource you have defined it as SNP relevant.( Not ticked the Not SNP relevant)
    Request you to make tick in the Not SNP relevant  field and then try Ciffing.
    Since SYSFAIL has happend request you to clear the failed Queues and then CIF it.
    Thanks,
    nandha

  • Unhide A Column In Resource Sheet

    After I mae hide a column how do I make it visible again in resource sheet?

    Hi,
    Either right click on the columns' headers and select "insert column", or scroll to the right and click on the "add new column".
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Location field in resource

    Hi experts,
            i want to  know what is the use of the field location in resource(CRC1) basic data view...??? can we take location into reporting purpose..???
    Regards,
    Joseph.

    This field also has no major implications, though you may configure this field values as well.
    Key which describes the physical location of the work center.
    For more details please refer the link.
    http://www.sapsword.com/home/learn-sap-pp/sap-workcenter
    Thanks,
    MS

  • Issue in displaying DATE field in Excel sheet

    Hi All,
    Kindly help me with the below issue:
    A report program when exexuted fetches the data's from database tables and populates in to an itab and the same is then moved to a itab which is declared like this:
    DATA: BEGIN OF t_downd OCCURS 0,
            line(4096) TYPE c,
          END OF t_downd.
    This T_DOWND will have all the obtained records and the same is used to pass the entries to GUI_DOWNLOAD function module inorder to save the excel sheet in '.csv' format to the desktop.
    The issue is the user wants the 'DATE' field to be displayed in 'DD-MM-YYYY' format in the excel sheet. So I have fetched the date based on the position(fdpos) and used the concatenate statement separated by '-'. Now when I run the program, some dates are not getting displayed in 'DD-MM-YYYY' format and some dates are getting displayed correctly as per the requirement.
    While debugging also, I could find the date value in T_DOWND in the 'DD-MM-YYYY' format only. Not sure where it is actually getting changed and why.
    Can some one please provide a soultion for this.
    Thanks,
    Deepa

    Hi Soumya,
    Thanks for the reply!
    I declared a constant in the below format for the quotes:
    constants : c_quotes type c value ''''. (i have put 4 quotes)
    Now i have concatenated the above quotes to my date value.
    But the output in the excel sheet is now getting displayed like this '30-02-2011
    All the dates are getting displayed in the correct expected format, but the only issue is we are getting an extra quotes in front of the date.
    Can you please suggest why this is happening.
    Thanks,
    Deepa
    Edited by: Deeparani.D on Jan 9, 2012 11:53 AM
    Edited by: Deeparani.D on Jan 9, 2012 11:54 AM

  • @Resource annotation does not work for XA resource?

    Okay, sounds absurd that it works for everything except XA, but that is all I have to go with for now. We are moving from EJB2.x to EJB3 and I am encountering an issue when using the @Resource annotation for an XA connection factory. See deployment exception at bottom of post.
    First, I deploy my-aqjms-jms.xml which contains two connection factories (sorry, I do not know the equivalent "pre" tag for this board so all formatting is lost):
    <weblogic-jms>
    <foreign-server name="MY-AQJMS-JMS">
    <foreign-connection-factory name="ForeignConnectionFactory-0">
    <local-jndi-name>my/jms/QCF</local-jndi-name>
    <remote-jndi-name>QueueConnectionFactory</remote-jndi-name>
    </foreign-connection-factory>
    <foreign-connection-factory name="ForeignConnectionFactory-1">
    <local-jndi-name>my/jms/XAQCF</local-jndi-name>
    <remote-jndi-name>XAQueueConnectionFactory</remote-jndi-name>
    </foreign-connection-factory>
    <initial-context-factory>oracle.jms.AQjmsInitialContextFactory</initial-context-factory>
    <jndi-property>
    </jndi-property>
    </foreign-server>
    </weblogic-jms>
    Next, I look at my ejb-jar.xml:
    <session>
    <description>My EJB</description>
    <ejb-name>MyEJB</ejb-name>
    <ejb-class>demo.MyEJB</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    <resource-ref>
    <description>connection factory</description>
    <res-ref-name>jms/myQCF</res-ref-name>
    <res-type>javax.jms.QueueConnectionFactory</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    <resource-ref>
    <res-ref-name>jms/myXAQCF</res-ref-name>
    <res-type>javax.jms.XAQueueConnectionFactory</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    </session>
    These are the resource tags I want to move into annotations. (There are matching tags in weblogic-ejb-jar.xml which map "jms/myQCF" to "my/jms/QCF" and same for XAQCF). So, I open demo.MyEJB and add the annotation for the first one:
    @Stateless(name="MyEJB")
    @Resources({
    @Resource(description="connection factory",
    name="jms/myQCF",
    type=javax.jms.QueueConnectionFactory.class,
    authenticationType=Resource.AuthenticationType.CONTAINER,
    shareable=true,
    mappedName = "my/jms/QCF"),
    I remove the resource-ref tag for "jms/myQCF" in ejb-jar and weblogic-ejb-jar.xml but keep the one for "jms/myXAQCF", re-compile, re-package, re-deploy, and test. Everything seems to work fine. So, I open demo.MyEJB and add the annotation for the second connection factory:
    @Resource(description="XA connection factory",
    name="jms/myXAQCF",
    type=javax.jms.XAQueueConnectionFactory.class,
    authenticationType=Resource.AuthenticationType.CONTAINER,
    shareable=true,
    mappedName="my/jms/XAQCF"),
    I also remove the resource-ref tag for "jms/myXAQCF" in both *ejb-jar.xml's.  But now when I try to redeploy, I get the following exception:
    [EJB:011026]The EJB container failed while creating the java:/comp/env namespace for this EJB deployment.
    weblogic.deployment.EnvironmentException: [EJB:010176]The resource-env-ref 'jms/myXAQCF' declared in the ejb-jar.xml descriptor or annotation has no JNDI name mapped to it. The resource-ref must be mapped to a JNDI name using the resource-description element of the weblogic-ejb-jar.xml descriptor or corresponding annotation.
    If I comment the XAQCF annotation it will deploy again. I have since done the same annotation replacement for jms queues and jdbc resources. However, only this one XA connection factory is giving me trouble. Is this an issue in weblogic or is there something I am missing from the annotation?
    Thanks!

    Look like a bug in Appserver. XAResourceWrapper is
    used only for debugging. May be you want to reducethe
    log level to INFO and try it.Yeah, that worked.
    But this is a bug in the app server because a switch
    in the log level shouldn't influence transaction
    behavior.Yes. There is a bug when log level in FINEST. All other log levels should be fine. Please see the bug report at
    http://developer.java.sun.com/developer/bugParade/bugs/4973434.html
    >
    The only big issue I still have is that recovery
    doesn't work. See my other message in this forum. Do
    you have a solution for this?I have asked someone who knows that area well to answer your query.
    - Binod
    >
    -- Andreas

  • 'screen' no longer works in Yosemite - Resource Busy

    For many years I have used USB serial devices to connect to external machines, using commands like
    $ screen /dev/tty.usbserial-FTFZXCV 115200
    Since the upgrade to Yosemite, this no longer works.  The screen commands give an error
    'screen cannot open /dev/tty.usbserial-FTFZXCV for R/W - Resource Busy'
    There was a similar question from April but that talked about using lost to identify an orphan session. 
    $ lsof | grep usbserial   # no output
    $ pgrep screen # no output.
    The permission seems sensible:
    $ ls -l /dev/tty.*
    crw-rw-rw-  1 root  wheel   18,   8 21 Nov 19:42 /dev/tty.Bluetooth-Incoming-Port
    crw-rw-rw-  1 root  wheel   18,   6 21 Nov 19:42 /dev/tty.Bluetooth-Modem
    crw-rw-rw-  1 root  wheel   18,   0 21 Nov 19:42 /dev/tty.usbserial-FTZXCV

    From Sony:
    In regard to your inquiry, compatible drivers for MAC OS Yosemite will be released by the end of this year.
    If needed, please contact me at the phone number below.
    Regards,
    SONY

Maybe you are looking for

  • Dynamic Configuration Error

    Hi All, I have tried a simple scenario following the blog: /people/jin.shin/blog/2007/04/27/sap-netweaver-xi-variable-substitution-with-adapter-specific-message-attributes-via-dynamicconfigurationbean I tried just the way as mentioned but getting err

  • Passing values to adapter

    Hi I have created an adapter and configured that adapter in a provisioning process. Process is supposed to send values to adapter but adapter gets NULL values from process. I have configured it following way. Let me know if I am missing something. 1.

  • External Editor Photoshop CS doesn't open image

    When I attempt to open an image from Aperture with Photoshop CS as my external editor, the Photoshop application opens, but the image doesn't open. If I use another external editor (ie iPhoto) the image does open. This is true whether it is tiff, psd

  • CS Photoshop/Illustrator, User interface-Brightness

    It is possible to adjust User Interface-Brightness in Preferences in Illustrator, but I can't find any in Photoshop. Anyone can help me?

  • I recently loaded Mac OS X Snow Leopard and now cant save PDF files It ask me for my Owners password. Cant remember it

    I recently Loaded Mac OS X Snow Leopard 10.6.3 on my MacBook. Now I cant print or save PDF files. I am asked for my "Owners Password" I bought this mac new, 3 years ago and dont remember my Owners password only my admin. How can I fix this? Please Ad