Workforce Planning "Status" Formula

In Workforce Planning, the "Status" formula has a couple of lines that don't make sense to me. I'm wondering if anyone knows what this code is trying to accomplish.
Here's the member formula:
IF (@ISDESC("New Employees"))
IF ("BegBalance"->"Start Month" != #MISSING)
IF (0 == 0)
IF ("Cal TP-Index">= "BegBalance"->"Start Month")
"Status" = 1;
ENDIF
ELSEIF (("BegBalance"->"Start Month" - 0) > 0)
IF ("Fiscal TP-Index">= ("BegBalance"->"Start Month" - 0))
"Status" = 1;
ENDIF
ELSEIF ("Fiscal TP-Index">= ("BegBalance"->"Start Month" + 12 - 0))
"Status" = 1;
ENDIF
ENDIF
ELSE
In the third line, the code seems to be saying . . . "if zero equals zero". This section is then followed by two ELSEIF clauses. When would zero NOT be equal to zero, and how would those ELSEIF clauses ever run? Am I misinterpreting the code?
Thanks!
- Jake

Hi Jake,
Take a look at page 81 in the Workforce Planning Admin Guide for 9.3 at:
http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/wfp_admin.pdf
I'm guessing you are looking at the formula in Essbase and not in Planning. In Planning it should say something like
If ([FiscalOffset] == 0) ...
As part of the planning deployment to Essbase that it changed to reflect the month offset from Jan based on a Fiscal Year not beginning in Jan.
Please let me know if you have any more questions.
Regards,
John A. Booth
http://www.metavero.com

Similar Messages

  • Activity missing in Workforce planning:project view

    Dear experts,
               I an caught up with the following problem:
    1) I created a project with WBS and activities.
    2) Created relationship between activities.
    3) Created project team
    When I try to perform workforce planning (project view) using transaction CMP2, some of the activities are missing in the list.
    Please let me why this happens and also how to include the missing activities.
    Thanks and regards

    Hi
    Please check following prequisites-
    1.HR mini-master record (infotypes 0001and 0002).
    2.Assigned work centers to the internally processed activities.
    3.Entered  Formulas in the work center to determine capacity requirements.
    4.Scheduled the activities to generate capacity requirements.
    5.Assigned only one labor capacity to a work center. (that is catagory 002)
    6."Determine Cap. Check" indicator is ticked in the network header.
    Regards

  • Workforce Planning Customization Assistance

    We are rolling out a very vanilla planning application in the next few weeks. The application consists of a plan named FinPlan (contains income statement, balance sheet, etc.) and a plan called Payroll (workforce planning plan type). The WFP is the piece I am struggling with as I am working to customize many of the calcs (we wont use the performance metrics - mainly just the headcount, salary, taxes, merit, and possibly benefits tracking and calculation) and am stuck trying to unwind some of the predefined rules that come out of the box when you intialize WFP. I have downloaded the admin guide and it has been helpful, but it isnt enough to keep me going. Here are my current questions I am trying to run down...
    1. What is the best way to track an employee's job title? I can't use the "position" member as it is a predefined smart list and we will have too many variations to try and list there (Director is a position, but we have 20 different director level positions I need to keep track of). This will help with open position budgeting as turnover occurs and we keep a total fixed number of employees in the system based on the approved org chart. I was thinking of having a member with text properties associated with the employee name when I set them up. Not sure if that will be enough to have it available for reporting and other analysis.
    2. Do you have to input the "merit month" by employee? We have an annual merit cycle where everyone receives their appropriate raise at the same time. I tried applying the merit month and % increase in a similar fashion as I did payroll taxes but it did not work. For taxes I loaded rates at the "No Entity", "No Scenario", etc levels and it applied to all employees properly. I would assume whatever method will work for merit would also work for equity adjustments or merit overides (where someone gets planned to receive a "higher than average" merit increase).
    3. Can someone provide some insight around how to plan over multiple years? We will be planning in 2013 in this application. Our model is built to covers a 5-year strategic view (2013-2017) as well. Is there a way to have whatever we plan in 2013 carry over into subsequent years so that our 2014-2017 years build on 2013 with an assumption around merit each year? I assume this will require a business rule to make happen but wanted to verify before i start down that path.
    Thanks in advance for your help. In addition, any assistance or resources anyone can point me to would be greatly appreciated.

    Hi Jake,
    Take a look at page 81 in the Workforce Planning Admin Guide for 9.3 at:
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/wfp_admin.pdf
    I'm guessing you are looking at the formula in Essbase and not in Planning. In Planning it should say something like
    If ([FiscalOffset] == 0) ...
    As part of the planning deployment to Essbase that it changed to reflect the month offset from Jan based on a Fiscal Year not beginning in Jan.
    Please let me know if you have any more questions.
    Regards,
    John A. Booth
    http://www.metavero.com

  • Workforce Planning for Partially Confirmed Activities

    Hi All,
    I have recently configured Workforce planning for one of the clients, and it has been working as per the requirement. Here, I have configured Workforce Planning profile and Scheduling parameters of Network. So, once a Project and a Network is created, User plans Personnel for this Network's activity using CMP2. Also, CATS profile is maintained in such a way that Worklist shows the Planned hours and accordingly a person can book Time against it.
    Now, the problem arises after a Personnel assigned to an activity books the Timesheet. Once a Person books time against this particular Activity, it gets disappeared from CMP2 screen. Now, practical implications are that, suppose that person goes for a leave or leaves the organization and PM wants to assign another person for the same Activity (which is partially confirmed).
    How can we address this issue - to perform workforce planning for Partially Confirmed activities?
    Any pointers to User Exits, BADIs, BAPIs or SAP Notes are highly appreciated.

    Hi Sanjeev,
    Thanks for your feedback.
    In CMP2, we are already checking the activity work hours. According to that only we are adding resource, then checking that resource's availability and then assigning work.
    As an example, activity work duration is from 20.08.2014 to 30.09.2014. I assigned a resource A from 20.08.2014 to 30.09.2014 for 8 hours because he is available in that duration.
    Now, the real problem comes when this resource is suddenly unavailable (due to any reason) and PM comes to know about this on 07.09.2014. Resource A has already booked Timesheet for the duration he has worked (20.08 to 06.09). So activity is PCNF.
    So PM wants to reduce the Work assignment for Resource A from 30.09.2014 to 06.09.2014 and assign Resource B from 07.09.2014 to 30.09.2014, but he is unable to get this activity in CMP2 view because it is PCNF. Here PM can only see activities of same project which are in REL status.
    So how can I enable this PCNF activity in CMP2 view.
    If there is any IMG activity settings, then let me know.
    If this is standard behavior and can be done through User Exit/BADI/BAPI then also let me know.
    Message was edited by: Aditya Kotak

  • Workforce planning query

    Dear Experts,
             While trying to do workforce planning (Workforce planning:Project View), I get the following message: "No requirements were found for the selection criteria".
    Kindly let me know what may be the possible reasons for getting this message.
    Regards,
    Shynu John
    Edited by: Shynu John on Nov 7, 2009 8:14 AM
    Edited by: Shynu John on Nov 7, 2009 8:17 AM

    Hi,
    Use SAP008. And under the scheduling tab in the Other formula field maintain SAP004 and under the costing tab besides the activity tab there is a field without a label. Maintain the formula SAP008 there.
    Hope this helps.
    Regards,
    Gokul
    Edited by: Gokul on Nov 11, 2009 11:40 AM

  • How to make changes in Savings plan calculation formula

    How can we make changes in savings plan calculation formula in benefits module?

    I have to configure the following scenario.
    There are 2 health plans into the system like
    a) BCBS with plan options: Basic & Special
    b) Mediservice with plan options: Basic & Supplementary.
    currently both the plans with all the corresponding plan options are available for hourly employees.
    Changes in configuration required isthat: Hourly employees are eligible only for BCBS-Basic plan and Mediservice-Basic plan.
    How do I make these changes in the system?
    Kindly help
    Thanks

  • PS Workforce planning, Person Assignment in internal activity.

    Hello PS colleagues!
    I’m trying to use the workforce planning functions but I can not get the screen for person assignment in the internal activity.
    I have done this, IMG I go to this path:
    Project System -> Structures -> Operative Structures -> Network -> User Interface Settings -> Layout of Activity Detail Screens -> Define layout activity detail screens
    Then I create all tab, I copy the standard to my network profile and there is tab 8, in standard is call ”Admin.” then when I try it out it do not appear in the project, I use project builder.
    Does any one what more I need to do for this to work??
    Please help me out with this.
    Best Regards
    Jose Marin

    Check the consulting note 543362
    This note explains the steps/configuration node that needs to be in place for workforce planning
    Regards
    Sreenivas

  • Workforce Planning: Relation between Employee and Entity dimension

    Hi,
    I was looking at the Workforce Planning module and the hierarchy/forms/rules that come built with it. One of the major points I noted was that the forms showed data for all employees (with a suppress missing data condition applied) so only those employees showed up against a particular entity for whom there was data.
    I was just curious if accidentally a user enters any data for a particular employee against an incorrect location (maybe using the excel add-in), this will show the associated costs for that employee for the wrong entity.
    Is there any way that I can create a relationship against these two dimensions which can restrict employees to a particular entity member?
    Regards,
    Shehzad

    Hi
    Kindly ref to the below tables
    MCAFVGV : Versions: Order Procedure
    CAUFV: View "Order Headers PP/CO"
    Regards
    S.Senthil

  • Workforce Planning through Portal

    Hi All,
    Please help me out with the issue mentioned below,
    Users are accessing SAP through a portal and most of the project activities done by the Managers is through portal only. Managers are using the transaction CMP2 for workforce planning but off late we are facing a typical issue here. I would also  like to bring into light that this is happening only after application of some new HR module patches. Prior to this the system was working fine.
    When we try to assign a resource after selecting an activity in CMP2 transaction system pops up an information message in the portal as "First select an activity". We are not able to figure out as to why this information message is popping up even after selecting the activity. Request you to help out in this as this is hampering the process since managers are not able to assign the resources to the respective activities.

    No replies. So closing the thread.

  • Workforce planning data not getting copied into the CATs

    Dear all,
    I am doing the activity confirmation in the project by transferring the data from CATs. However in order to maintain the data in CAT2 we have to copy the data from workforce planning.
    currently it is not happening. The data is not getting copied in CAT2.
    regards,
    sudhir

    Hi,
       how about with worklist, these are the options required to transfer the data from PS to worklist.
    refer to the period which you have planned in CAT2?
    Rgds
    Sudhir reddy

  • Workforce planning- issue with available capacity

    Hi All,
    I have an issue in workforce planning. I have created a workcentre and have entered the required details in capacity tab to arrive at available capacity. The available capacity for this workcentre is visible in transaction CM01.
    I have done the workforce palnning using worcentre view in transaction CMP3, but for some reason I am unable to see the workcentre avaliabile capacity. I only see the distributed total requirements.
    Would appreciate any pointers on this.
    Regards
    Pradeesh

    Regarding the availablity of CMP3, it refers the availability of  assigned persons rather than the work centers.
    Please check the involved person with transaction PA30 using infotype 007
    (see details in consultant note 543362).
    Kind regards,
    Zhenbo

  • Workforce Planning in Planning and Budgeting Cloud Servie

    Hi Experts,
    Does Oracle Planning and Budgeting Cloud Service (PBCS) have Pre-build modules Workforce Planning, Capital Asset Planning and Project Finance Planning.
    According to my understanding PBCS doesn't have any pre-build modules. I am not sure whether recently it has been added or not, so I wanted to double check.
    Thanks in Advance.
    Regards
    SKH

    PBCS still does not offer other planning modules like Workforce plnning/Capex etc.
    you can see more info at https://docs.oracle.com/cloud/latest/pbcs_common/CSPGS/apes02.html
    Regards,
    Sunil

  • Workforce planning in maintenance orders

    Hello experts
    I did already a lot of research and I made also some tests in the SAP system but I didn't find any answer to my question.
    I have two work centers. Both should work for Projects and for maintenance orders or orders in general. The capacity planning and the workforce planning for projects (CMP1,3 e 9) is all clear. I have two work centers, assign them to a project and with the transactions mentioned before I can assign a person to the activity for the projects. But now I want to setup the maintenance order in a way that I'm able to make the workforce planning.
    I create a new order with IW31. There I'm going to maintain a work center for the first operation. In the operation itself I maintain the work load, the date and the assignment for the person. I release and schedule the order.
    Afterwards I'm able to see the requirement for this work center in the CM50.
    Now my question
    If I want to make the workforce planning report I can't see the assignment of the person I assigned before in the order. I can only see assignments of project activities. How can I handle this issue? Is there a change to be made on the work center or are setup some categories or profiles wrong?
    I'm looking forward to get a helpful answer and I'm thanking all of you who are going to reply to this thread
    Best regards
    Jimsonweet

    Hi,
    You can use CM51 for assignments of persons in operations. I am not sure this report combines these with assignments for networks.  Nevertheless, capacity evaluation can be configured in great detail in SAP. You may create your own profiles under customization for Capacity Requirements Planning and call your own evaluation profiles with CM07. Maybe you can create a report which better suits your requirement than standart reports in terms of selection and representation.
    Regards.

  • Workforce planning in maintenance order

    Hello experts
    I did already a lot of research and I made also some tests in the SAP system but I didn't find any answer to my question.
    I have two work centers. Both should work for Projects and for maintenance orders or orders in general. The capacity planning and the workforce planning for projects (CMP1,3 e 9) is all clear. I have two work centers, assign them to a project and with the transactions mentioned before I can assign a person to the activity for the projects. But now I want to setup the maintenance order in a way that I'm able to make the workforce planning.
    I create a new order with IW31. There I'm going to maintain a work center for the first operation. In the operation itself I maintain the work load, the date and the assignment for the person. I release and schedule the order.
    Afterwards I'm able to see the requirement for this work center in the CM50.
    Now my question
    If I want to make the workforce planning report I can't see the assignment of the person I assigned before in the order. I can only see assignments of project activities. How can I handle this issue? Is there a change to be made on the work center or are setup some categories or profiles wrong?
    I'm looking forward to get a helpful answer and I'm thanking all of you who are going to reply to this thread
    Best regards
    Jimsonweet
    Edited by: Jimsonweet on Nov 21, 2011 1:23 PM
    Edited by: Jimsonweet on Nov 21, 2011 1:24 PM

    Hi,
    Just check if you assigned the person responsible in Basic data tab of the work centre in u201CIR02u201D.Also check if you have maintained partner determination for the person
    In addition please check the following link if it may be of some use to you.
    http://help.sap.com/content/bobj/sbu/docu_epm_swp_design.htm
    Best regards
    DSR

  • Workforce planning in Projects

    What are the different ways of assigning people to Work Centers?
    My target is to get a worklist for CAT2 transaction from project internal activities.
    1. I can assign people to Work Centers in workforce planning?
    2. I can assign people to Work Centers with Organizational structure?
    3. Is there any infotype in HR mini-master also to set such link?
    What is the best practice to get that worklist updated?  I have it just empty and not sure why.
    Also is it possible to do a workforce planning at the WBS-element level?  If so, how?
    Thank you.

    Best practice is based on requirement.
    Please check  the customization of your data entry profile in  worklist area.
    If you are using workfoce planning stricly for all the project then frist  is best approach. but that you have to update regularly the assignments.
    2. I can assign people to Work Centers with Organizational structure?
    Here you assign person, most probabaly permenanatly for long time to workcenter, so you need not to chagne.
    3. Is there any infotype in HR mini-master also to set such link?
    As per my knowledge  there is no such infotype to set up.
    With regards
    Nitin P.

Maybe you are looking for