Actual and Plan derived variables

here is the scenario.
User keys in month/year 04/2007 . I compute 2 interval variables and restrict a "Actuals KF" with 001/2007 -
004-2007 and then restrict a "Plan data KF" with 005/2007 - 012/2007. This is easy and works. But my issue is when the user keys in 012/2007 they want Actuals for 001/2007 - 012/2007 and NO PLAN data. I'm confused on how to make this happen. Any suggestion will be awarded !
Thanks
Richard

Hello Richard,
Can you have two variables Year and  Fiscal period separate instead of Fiscal Year/period  ?
If yes try the following
   Restrict your  actual data by period  and Fiscal Year.
For Fiscal year restrict by  single value, Mndatory user entry .
For Period select variable  (0P_PER3 : Single value mandatory entry or something that you have in variable list) and Restrict by value range less than or equal to.
Similarly for Plan data do the same but restrict the period by value range greater than .
Hope this helps.
Vijay.

Similar Messages

  • Rolling forecase for Actual and Plan

    Hi
    Iam working on Rolling Forecast for Actual and Plan report.. My Planning here is Quaterly based so for example say we plan it on April so the months after april (May - Dec) would be Planning. So when my month keeps on moving the forecase also moves..
    So can you please guys help me to get out of this with an solution..
    Thanks

    Hi,
    If you are using BI-IP for your scenario of forecasting then you can refer to the below links for forecatsing strategies.
    http://help.sap.com/saphelp_nw70/helpdata/en/43/0c033316cd2bc4e10000000a114cbd/frameset.htm
    for forecasting strategies
    http://help.sap.com/saphelp_nw70/helpdata/en/43/0c033316cd2bc4e10000000a114cbd/frameset.htm
    If you are using SEM-BPS you can consult these links:
    http://help.sap.com/saphelp_sem60ep1/helpdata/en/0a/242537cedf2056e10000009b38f936/frameset.htm
    http://help.sap.com/saphelp_sem60ep1/helpdata/en/0a/242537cedf2056e10000009b38f936/frameset.htm
    Forecast (old)
    http://help.sap.com/saphelp_sem60ep1/helpdata/en/0a/242537cedf2056e10000009b38f936/frameset.htm
    Forecast(Exit)
    http://help.sap.com/saphelp_sem60ep1/helpdata/en/0a/242537cedf2056e10000009b38f936/frameset.htm
    Regards,
    Priyanka Singh

  • Actual and Plan Versions annual view - Multiple versions per company code

    Good Day,
    Iu2019m creating an FI-CO query with an annual view of both Actuals and Plan Values, which uses period and version as input values. The dilemma is around the plan versions which are hardcoded per company codes (eg. 1 Company Code = versions 501 u2013 512)
    Can anyone suggest a possible solutions as normally there is only one version used for planning but in this instance there are multiple versions per Company Code.
    Currently the report is hardcoded for one Company Code and going forward it should cater for more than one(Company Company* 12 Version)
    Kind Regards

    Remove restriction on comp code. There could be 2 models.
    1. Include comp code, value type and version in the rows. This way you get multiple records for a comp code. One record for actual data and one record each for plan versions. To have this model at the query, the data model in the cube also should be in this way (what we call as the account model), multiple records differentiated into actual/plan by valuetype and different versions by version.
    2. Include comp code in rows. Create selections, one for actuals (restrict with key fig and value type 10, actuals), one for each plan versions (restrict key fig with value type 20, version 501. Create one selection for each version this way). This way we have one record per comp code with diff key fig for actual and plan versions. We call this as key fig model. To have this model at the query, the data model in the cube could be account model or key fig model. If it is key fig model then no need of selections. The key fig could be taken directly from the cube.

  • PWA 2010 timesheet: 2 different colors for the rows "Actual " and "Planned

    Hello,
    To make timesheet easier to read and fill, is it possible to have 2 different colors for the rows “Actual “ and “Planned”?
    Thanks,
    soudha

    Hello Soudha,
    By default the timesheet grid shows the cells in white color. But if you have little coding skills or a developer at your end, you can try this using "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\JsGrid.js" java
    script file.
    You may have to modify it but I recommend to take a backup of the file and test in your test environment first.
    Happy troubleshooting.....
    Vikram Daruru - MSFT

  • Tables req: Actual and planned values

    Hello Experts,
    I would like to create a new zprogram, which will give me output.
    Cost element- planned values- actual values-. Day1 actual cost -day2 actual costu2026day31 actual cost.
    Can any one tell me in which tables the planned(KP06) and actual data will be stored?

    Hi,
    Actual and plan values on line item level are stored in COEP. COSP is the table for totals (again for both actual and plan). You distinguish between the two by 'Value type' field.
    Regards,
    Eli

  • Actual and Plan Reporting

    Hey guys,
    as I am familiar with the Query Designer, I'm looking for a way, to select dimension members on rows. Anyway, I don't now how to achieve the following selections:
    ACTUAL / APR.2008  --  ACTUAL / MAY.2008  --  ACTUAL / JUN.2008  --  PLAN / JUL.2009  --  PLAN / AUG.2009  -- PLAN / SEP.2009  --
    I don't know how to achieve. I can select mimbers 2008 and 2009, and ACTUAL and PLAN...but then the cartesian product is shown.
    How to achieve the above mentioned structure?
    So far...
    Christian

    Christian,
       If  this  is  a static  report...in the  sense  that, you  do not  want  to have your  plan and  actual  categories to  move  with  time...i.e  next month  in Aug  , you  do  not want  your  actual  till  july  and  rest  as  plan....
    this  shld  be  achievable by  hard coding  the  values  of your  categories...
    1)when  you open your  evdre ..and  click  on the column headings plan/actual..you see  a  EVCVW()  formula...telling  you  tht  it  is being  pulled  from  current  view....delete  that  formula  and  hard  code  the  value  to  Actual/plan...  and  make  your  colkeyrange  NOEXPAND.
    But  if the  above  situation is  not your  case,  and  you  need  a  rolling  forecast  scenario...then one of  the  ways  to  achieve  this  is with  excel  functionality...  as  previously  pointed  by  subramaniam.... you  have  to   use  the  now ()  functionality  to  get  the  month and  year  and  concatenate these (TEXT(NOW(),"mmm") " "YEAR(NOW()))...
    and  based  on the  current  month  you  have to  define  the categories  Actual  and  plans  and  these  have  to  be  maintained   in your  excel...and  once you  have  your column  headers  right  and have the  colkeyexpansion locked with  noexpand....you  shld  be  set...
    hope this  helps...
    Edited by: Vishal Mahawadhi on Jul 7, 2009 10:11 AM

  • Actual and Plan Versions

    Hi,
    I was wondering if someone could give me a general overview of actual and plan versions.
    Points will be awarded generously.
    Thanks,
    Deki

    Versions are nothing but scenarios.
    There can be only one Actual, so only one version is available for Actual i.e 0
    But the comapny can have different plans on the basis of various business scenarios for example, if they acheive 80% capacity utilisation or achieve break even etc for flexible reporting. This will help easy comparison at the period end.
    Hope you are now clear about the versions.
    Thanks
    Siva

  • CO- Actual and Plan data

    Hi gurus,
    I am creating a query with actual and plan column and restricting each column with the value type object of actual and plan respectively,but the plan data is not been shown in the columns.
    I checked the value type master data and it has the plan and actual inside but when I am trying to restrict with the value type object, it only gives me the actual option and I have to force the plan option to restrict for the plan column.Don't know why it is not showing, cos I am showing it in the master data object for value type.Any help?
    Thanks in advance

    Hi Ravi,
    Thanks for ur quick answer. I already tried that and the problem I have is that no data is coming for the plan column. I checked the Value type master data infoobject and saw both 10 and 20  in there,but when I am trying to restrict with the value type 20 in the query, it does not give me the 20 option.
    I also checked the extractor in R/3 and could only see data for value type 10 and not 20, cos am using the datasource 0CO_OM_CCA9.Does that mean my datasource is not extraction data for value type 20 or how can I check for that?
    Thanks

  • Joining Actuals and Planned Work from Project Server

    Hi,
    I have an SQL based query which returns Actuals and Planned work from Project Server; however a number of records (generally generic resources based on the ResourceIsGeneric column) are excluded. I believe this is because my Actuals query does not return
    generic resources as we are joining both sides of the query on ResourceUID. I have included a snippet below - is there a way to join Actuals and Planned work so I can return all Resource data?
    Thanks
    SELECT tl.ResourceUID
    ,tl.ProjectUID
    ,tl.ResourceName AS [ResourceName]
    ,CASE
    WHEN tl.ProjectName = 'Administrative'
    THEN tl.TaskName
    ELSE tl.ProjectName
    END ProjectName
    ,ruv.RBS AS [RBS]
    ,Sum(ta.ActualWorkBillable) ActualWorkBillable
    ,Sum(ta.ActualWorkNonBillable) ActualWorkNonBillable
    ,Sum(ta.ActualOvertimeWorkBillable) ActualOvertimeWorkBillable
    ,Sum(ta.ActualOvertimeWorkNonBillable) ActualOvertimeWorkNonBillable
    ,CASE
    WHEN Sum(ta.ActualOvertimeWorkBillable) > 0
    THEN Sum(ta.ActualOvertimeWorkBillable)
    END [HOURS]
    ,DATEPART(year, ta.TimeByDay) AS [Year]
    ,DATEPART(month, ta.TimeByDay) AS [Month]
    ,DATENAME(month, DATEADD(month, DATEPART(month, ta.TimeByDay), - 1)) AS [MonthName]
    ,puv.[Project Status] AS [ProjectStatus]
    ,ruv.[Primary Role] AS [PrimaryRole]
    ,ruv.[Resource Department] AS [Department]
    ,ruv.ResourceIsGeneric
    ,ruv.[Cost Category] AS [ResourceType]
    ,puv.[SAP Project Code] AS [SAPProjectCode]
    ,CASE
    WHEN tl.ProjectName <> 'Administrative'
    THEN NULL
    ELSE tl.TaskName
    END TaskName
    ,puv.[Project Plan Type] AS [ProjectPlanType]
    ,puv.[GEM Project Manager] AS [GemPM]
    ,ruv.[Rate Code] AS [RateCode]
    ,ruv.[Cost Centre] AS [CostCentre]
    ,ept.EnterpriseProjectTypeName AS [EPT]
    ,puv.[I DO Phase]
    ,puv.ProjectOwnerName AS [ProjectOwner]
    FROM dbo.MSP_TimesheetActual_OlapView ta
    INNER JOIN dbo.MSP_TimesheetLine_UserView tl
    ON ta.TimesheetLineUID = tl.TimesheetLineUID
    INNER JOIN dbo.MSP_EpmResource_UserView ruv
    ON ruv.ResourceUID = tl.ResourceUID
    LEFT JOIN dbo.MSP_EpmProject_UserView puv
    ON puv.ProjectUID = tl.ProjectUID
    LEFT JOIN dbo.MSP_EpmEnterpriseProjectType ept
    ON ept.EnterpriseProjectTypeUID = puv.EnterpriseProjectTypeUID
    WHERE ta.TimeByDay >= @xDate1
    AND ta.TimeByDay < @xDate2
    AND tl.TimesheetStatus IN (
    SELECT ParamValues
    FROM @ParamTable
    AND ta.ActualWorkBillable > 0
    GROUP BY ...
    ) TimesheetActual
    FULL JOIN (
    SELECT ruv.ResourceUID
    ,puv.ProjectUID
    ,ruv.ResourceName
    ,puv.projectname AS ProjectName
    ,ruv.RBS AS [RBS]
    ,Sum(abduv.AssignmentWork) AS [PlannedWork]
    ,DATEPART(year, abduv.TimeByDay) AS [Year]
    ,DATEPART(month, abduv.TimeByDay) AS [Month]
    ,DATENAME(month, DATEADD(month, DATEPART(month, abduv.TimeByDay), - 1)) AS [MonthName]
    ,ruv.ResourceIsGeneric
    ,puv.[Project Status] AS [ProjectStatus]
    FROM dbo.MSP_EpmResource_UserView ruv
    INNER JOIN dbo.MSP_EpmAssignment_UserView auv
    INNER JOIN dbo.MSP_EpmAssignmentByDay_UserView abduv
    ON auv.AssignmentUID = abduv.AssignmentUID
    AND auv.ProjectUID = abduv.ProjectUID
    ON ruv.ResourceUID = auv.ResourceUID INNER JOIN dbo.MSP_EpmProject_UserView puv
    ON auv.ProjectUID = puv.ProjectUID
    AND abduv.ProjectUID = puv.ProjectUID INNER JOIN dbo.MSP_TimeByDay_OlapView tbdov
    ON abduv.TimeByDay = tbdov.TimeByDay WHERE abduv.TimeByDay >= @xDate1
    AND abduv.TimeByDay < @xDate2
    AND ruv.ResourceName <> 'Unassigned Resource'
    AND ruv.ResourceName IS NOT NULL
    AND abduv.AssignmentWork > 0
    GROUP BY ruv.ResourceUID
    ,puv.ProjectUID
    ,ruv.ResourceName
    ,puv.projectname
    ,ruv.RBS
    ,DATEPART(year, abduv.TimeByDay)
    ,DATEPART(month, abduv.TimeByDay)
    ,ruv.ResourceIsGeneric
    ,puv.[Project Status]
    ) TimesheetPlanned
    ON TimesheetActual.ResourceUID = TimesheetPlanned.ResourceUID
    AND TimesheetActual.[Year] = TimesheetPlanned.[Year]
    AND TimesheetActual.[MonthName] = TimesheetPlanned.[MonthName]

    Hi,
    you pasted just part of your query, e.g. is declaration of @ParamTable missing. Without complete query, it is difficult to see, what you are trying to do.
    Could you please provide complete query?
    Barbara
    To increase the value of this forum, please mark the replies that helped to solve your issue as answer. If you find answers to questions from other forum participants to be helpful, please mark them as helpful. Your participation will help others to find
    an appropriate solution faster. Thanks for your support!

  • Can we use actual and plan data for same cube?

    hi friends,
    can we use actual data and plan data in same cube in bps.
    Thanking u
    suneel.

    Hi,
    Let us take std cube 0SD_C03 where we store billing info,sales order info and delivery info. But still in reporting we can get values without any mismatch in their respective KF. It is possible because of a cahracterstic called Documnet category which gets values in update rule by constant .
    Similarly we can have 2 types of data (plan and actual) in a single cube by having different value for a characterstic. Most frequently used characterstics for this are 0VERSION and Value type.
    With rgds,
    Anil Kumar Sharma .P

  • Report for extracting the actual and planned cost from service orders

    HI all
    we are creating a report in BI for Module - Customer service . LIke , the report is all about how many complaints created in the system and how many completed technically and what is the cost involved for each complaint .
    Like we want the comparision between the planned cost and the actual cost .
    Now to give the logic to the BI Team for planned cost and actual cost , please suggest the flow of logic or table flow to arrive the planned and actual cost
    thanks in advance

    Hi Marthand,
    I am not sure which datasource your are using. In this case, you can use the 0VALUETYPE to differencitae between th eplan and actuals. Normally Plan which is budget will have value 050 and for actuals will have 010. For costs, you will have one key figure and at the reporting level, you will have the costs restricted by the value type for plan and actual to make comparisons.
    Hope this helps.
    Regards,
    Srinivas

  • Activity prices in KP26 used for actual and plan in version 0

    We plan activity prices via KP26 in version 0. We then plan activity consumption via KP06, and run the plan reconciliation via KPSI.
    During the year, we need to update the activity prices used in actual activity allocation. This price also comes from version 0.
    When we change the activity price, the planned amounts change also. We are looking for a way to maintain a separate price for actual activity allocation.

    Ajay,
    Your answer definitely sent me down the right path...thank you!
    For other's benefit, these are the steps I took to make this work:
    1) set the "Purely Iter. Price" indicator in plan version 0
    2) import planning layout 1-N01 from client 000 (OBKF)
    3) add planning area "Cctr: Manual actual prices" to planning layout SAPALL (KP34)
    4) add planning layout 1-N01 to planner profile SAPALL (KP34)
    5) create and run custom program from note 551309 to add cost element field to the input screen in KBK6 (SE38)
    6) transport planning layout for planning area "Cctr: Manual actual prices" (OKEX)
    Now we can plan a price in KP26, and maintain a different price in KBK6 which is used in the actual activity allocation.
    Thanks again,
    Linda

  • Copa actual and planning data

    Hi,
    May I know if I am correct for the below where
    1)
    KE26 or KE21N is meant for correction of actual data in copa and
    KE13N or KEPM is to load copa planning to copa
    2) we have many planning tcode like kpf6, kp06, kp26.
    what is the difference between them and ke13n/kepm?
    thanks

    KE13N is for mass upload of Plan data into COPA, COPA planning os for operating margin planning this is different from cost planning in controlling
    KEPM is for input of planning data by the users in the system
    Thanks
    Naveen

  • Capturing the difference between Actual and planned time

    Hii...
    I have created and released a production order which contains 25 operations and qty: 3 nos. I have done operation confirmation for 0010 operation as 2.5 hours (where as planned time is 1.5 hours). I would like to know how to get a report which can show the difference between actual & planned times.
    And also I would like to know the operation time 1.5 hours which entered ny me was for operation of 1 number qty or its for 3 quantities.
    Best regards,
    Haneesh R

    >
    Haneesh Ramisetty wrote:
    >
    >
    > "Order quantity is 3 Nos and operation time is 1.5 hours (for 1 qty). But in routing I have entered for the 0010 operation as 1.5 hours, my doubt is, how system will consider, time 1.5 hours is time for operation of 1 number qty or its for 3 quantities."
    >
    >
    >
    if you maintained in routing 1 qty = 1.5 hrs, when you create production order qty 3 = 3 * 1.5 hrs so total 4.5 hrs for that operation 0010 to completed
    regards,
    sankaran

  • Actual and Plan Line items

    Hi Gurus,
    Just want to ask if GLPCA and GLPCP are for P&L accounts only?  We have been using KE5Z to analyze the postings of GL accounts.  However, we cannot do the same for the balance sheet accounts.  Kindly advise if there's a specific SAP table where we can see the actual line items of the balance sheet accounts.
    Thanks,
    Ellicec

    Hello Enzo,
    It seems to be that you are receiving Error message GX214 "There are no versions in Customizing that match your selections", although versions are available.
    Please ensure that you have implemented the latest version of the note 370299. You can check whether you are using the latest version of the archiving and deletion programs via t-code SE38 -> Utilities -> Versions -> Version Management. The latest version of this note will resolve most problems concerning archiving up to release 46C. Please check  very carefully this note.
    In addition, please check the following in your system:
    At least version 0 has to be maintained in trx. 0KEQ for profit center accounting otherwise no data would be transfered to PCA as actual postings are always transfered to PCA in version 0.
    I hope it helps
    Best Regards,
    Vanessa Barth.

Maybe you are looking for

  • How do I unlink my friend's Facebook account and my notification center?

    My notification center keeps receiving notifications from my friend's Facebook page. I have logged her out from all of my web browsers, but I am still receiving her notifications. I would like to know how to unlink her page from my notification cente

  • MAC book air 2013

    2013 MAC Book Air I am unable to get the USB to network connector to work. I tried USB3 and USB2 adapters.

  • Human Task form deployment issue

    Dear Experts, How to deploy Human Task form WAR file to the BPEL OC4J container through SOA em console. I have viewed through em console but i cant see any option for (war or ear ) work flow deployment. Please suggest. Thanks Rajesh A

  • Use Oracle Linux packages to fix GHOST: glibc vulnerability on RHEL4

    Dear All, It is the first time I use the discussion function. Hope someone from Oracle supprot team can help me. P.S.  I have Oracle support CSI for DB but I don't find whhich category I should submit my question. Here is the our case. Our user is st

  • Querying from a database

    Hi, I would like someone to help me coding the search from a database. I have a html document which asks for a title or an author. My servlet should execute the query using the given title or author retrieving data from the database. I am trying to e