Dimension order in planning outline and consequences on FR Reports

If dimension order is altered in a planning outline, does it affect the usability of Financial Reports made with the previous order?

One other thing to keep track of -- you didn't specify what dimensions you are changing the order of, but there is a slight possibility that you will change the order in which dynamically calculated members are evalulated. In turn, this may impact your results.
There's a whole section in the DBAG that goes over stored and dynamic calc order.
Regards,
Cameron Lackpour

Similar Messages

  • SQL Query to get Project Plan Name and Resource Name from Reporting database of Project Server 2007

    Can you please help me to write an SQL Query to get Project Plan Name and Resource Name from Reporting database of Project Server 2007. Thanks!!

    Refer
    http://gallery.technet.microsoft.com/projectserver/Server-20072010-SQL-Get-a99d4bc6
    SELECT
    dbo.MSP_EpmAssignment_UserView.ProjectUID,
    dbo.MSP_EpmAssignment_UserView.TaskUID,
    dbo.MSP_EpmProject_UserView.ProjectName,
    dbo.MSP_EpmTask_UserView.TaskName,
    dbo.MSP_EpmAssignment_UserView.ResourceUID,
    dbo.MSP_EpmResource_UserView.ResourceName,
    dbo.MSP_EpmResource_UserView.ResourceInitials
    INTO #TempTable
    FROM dbo.MSP_EpmAssignment_UserView INNER JOIN
    dbo.MSP_EpmProject_UserView ON dbo.MSP_EpmAssignment_UserView.ProjectUID = dbo.MSP_EpmProject_UserView.ProjectUID INNER JOIN
    dbo.MSP_EpmTask_UserView ON dbo.MSP_EpmAssignment_UserView.TaskUID = dbo.MSP_EpmTask_UserView.TaskUID INNER JOIN
    dbo.MSP_EpmResource_UserView ON dbo.MSP_EpmAssignment_UserView.ResourceUID = dbo.MSP_EpmResource_UserView.ResourceUID
    SELECT
    ProjectUID,
    TaskUID,
    ProjectName,
    TaskName,
    STUFF((
    SELECT ', ' + ResourceInitials
    FROM #TempTable
    WHERE (TaskUID = Results.TaskUID)
    FOR XML PATH (''))
    ,1,2,'') AS ResourceInitialsCombined,
    STUFF((
    SELECT ', ' + ResourceName
    FROM #TempTable
    WHERE (TaskUID = Results.TaskUID)
    FOR XML PATH (''))
    ,1,2,'') AS ResourceNameCombined
    FROM #TempTable Results
    GROUP BY TaskUID,ProjectUID,ProjectName,TaskName
    DROP TABLE #TempTable
    -Prashanth

  • Planning Outline mess up

    Hi
    i was testing some members load through ODI, accounts dimension in our planning outline messed up.Most of the accounts moved under one incorrect parent.
    How can i fix this issue
    please suggest
    Thanks,

    Either reload the hierarchy again or restore from backup, hopefully you didn't run a refresh after the load.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • I have two pnones on my account...my iPhone 4 and my wife's crappy old Samsung.  I pre-ordered an iPhone 4S and plan to give my iPhone 4 to my wife and I will use the new 4S.  How do I switch the 4 to her number once I make the switch to a new 4S?

    I have two pnones on my account...my iPhone 4 and my wife's crappy old Samsung.  I pre-ordered an iPhone 4S and plan to give my iPhone 4 to my wife and I will use the new 4S.  How do I switch the 4 to her number once I make the switch to a new 4S?

    Just call yur provider and they will set it up with you.
    This is what I do, when I get a new iphone and give mine to my wife.

  • Service Order Planned Costs and Cost Center Planned Line Items

    Experts,
    I am curious of Service Order Planned costs, and whether or not these planned costs are being posted to the Cost Center linked to the Service Order Operation's work center.
    I am a but puzzled as I don't see any planned costs from any Service Order Operation in a cost center linked to the Operations work center, when reviewing "Cost Centers: Plan Line Items" report.
    BR,
    Cenk

    The planned costs were input in one of the Service Order operations as planned hours. There is a column for it in the operations list. The amount of hours have incurred a planned cost on the Service Order header.
    I simply assumed that this cost would be credited to the Cost Center linked to the operation's Work Center. But that is obviously not the case. I am not familiar with the PLICC field and the functionality it provides.
    Thanks!

  • In which table production order planned cost and actual cost i can see?

    Dear PP Guru,s,
    from which table i can see productuion order planned and actaul cost. i checked following tables AUFK, AFVC, AFVV, CAUFV, AFRU, AFKO, AFPO. but i did not found planned cost and actual cost field. is there any other way to get this data with respect production order?
    Regards,
    sree

    Dear,
    Planned and actual costs of prod order from COEP, COSS, COSP  S027 tables
    production order shows the planned cost based on the quantity structure.
    Please refer my reply in this thread for details,
    Re: Actual Halb Material Cost
    Regards,
    R.Brahmankar

  • What is the best way to query planned orders or work orders for make items and identify the buy component that is short for supply and vice versa?

    What is the best way to query planned orders or work orders for make items and identify the buy component that is short for supply and vice versa?

    What is the best way to query planned orders or work orders for make items and identify the buy component that is short for supply and vice versa?

  • Unable to see planning application and dimension menus under navigate tab

    Dears
    Unable to see planning application and dimension menus under navigate tab in EPM 11.1.1.1 workspace.
    Is there any configuration lost?
    All EPM service have already started.
    Thx
    Hector

    I also don't see the menu under "Consolidation" or "Planning" applications. I can naviaget to these applications from Navigate -> Application ->Consolidation or Planning and I see a box with up arrow and down arrow. If I keep my cursor between these two boxes, or the boundary, sometime I could start my applications in these two modules. I checked context.properties in \Hyperion\home\deployment\Tomcat5\workspace\webapps\workspace\conf folder.
    #Appended properties
    #Sat Jan 17 14:14:43 EST 2009
    Reports=Y
    HFM=Y
    HPSU=Y
    HP=Y
    HPS=Y
    Analyzer=Y
    BPMA=Y
    ChangeManagement=Y
    Subcontext.properties file is as follows:
    Analyzer=WebAnalysis
    Reports=hr
    HMB=metrics
    HPS=HPSWebReports
    HFM=hfm
    HP=HyperionPlanning
    BPMA=awb
    HFM-version=9.3.1
    HP-version=9.3.1
    HPS-version=9.3.1
    HMB-version=9.3.1
    BPMA-version=9.3.1
    # Parameters for all contexts
    #KeepAliveInterval=10
    #SessionTimeout=30
    #logon=bpm.logon
    #startup=cds.mode
    I also removed # character in the last four lines but I cannot see my aplications under "Consolidation" or "Planning.
    This is in Hyperion 9.3.1 environment all my websites are working. Workspace, Shared Services etc. I checked all my servies and they are working ok.
    http://lewisxphub:19000/workspace/index.jsp
    Any Ideas?
    Thanks
    Jay
    Edited by: Keerthi on Jan 29, 2009 4:31 AM

  • Planned order with Lot size and Planning Calendar in MRP

    Hi All
    I request your help in understanding MRP results in below mentioned scenario:
    Material: A
    Planning Calendar: D1 (Monday only)
    MRP Type: PD
    Lot size: Z1 (this is copy of PK with Period Start = Start Date)
    Safety Days Time: 3
    Safety time indicator: 2
    In house Production time: 1
    I am running MRP with
    NETCH
    Planning mode: 3 (Delete and recreate planning)
    scheduling: 2 (lead time scheduling)
    "My PIRs are:
    "Date--------------------PIR   -----Receipt------Avail Qty------ATP Qty ----Actual Cover
    "Friday :08.4.11" ----  "-100"   ------ "0"  ----   "-100.00"  ------ "0" ----   "-5"
    "Monday:  11.4.11" ---  "-200"  ----- "0" -----    "-300.00"  ------ "0" -----  "-2"
    "Wed      :  12.4.11" --- "0" ----  "370" ---------- "70.00" --------"20"----- "5"
    "Thursday 14.4.11" --- "-50" ------ "0"  -------- "20.00" ------- "0" ------"3"
    "Saturday 16.4.11" -- "-10" ---------- "0" ------- "0.00" --------  "10" ----- "1"
    "Sunday    17.4.112" ---- "-10" ------- "0" ------- "0.00" ---------- "0" ----- "0"
    "Tuesday   19.4.11" --- "0" ------- "2000" ------- "2000.00" ------ "2000" --- "6"
    "Thursday 21.4.11" -- "-1000" ------ "0"  -------"1000.00" ------- "1000"  --- "4"
    "Monday   25.4.11" --- "-1000" ------- "0" ---------- "0" ----------- "0"------- "0"
    "Tuesday  26.4.11"---- "0" -------- "100" -------- "100" -------- "100" ----- "3"
    "Friday      29.4.11" --- "-100"  ---- "0" ------ "0" -------- "0" -------- "0"
    I am executing MRP on 7.04.11
    As shown above the, can you please explain why the planned order is on Wed 12th and it covers 5 days requirement and similarly Tuesday 19th and covers 6 days.
    I am not able to relate the relation between Planning calendar and Lot size procedure used. Also what would happen if I make planning calendar valid for two days in a week.
    Thanks in advance
    Rahul

    Thanks dear
    Yes you are right the Planning Calendar starts 18.4.11 and ends 24.4.11
    Now as far as first planned order is concerned I thought it should be scheduled to start&end  on Monday 11.04.11, rather it starts&ends on Tuesday 12.4.11. Also the actual coverage days goes up to 5 days even though its maintained for 3 days.
    Similarly the second planned order also comes up on Tuesday 19.04.11 and covers 6 days (more than the setting and planning Calendar of only Monday)
    On the whole this is confusing me on Lot size and Planning Calendar relation and how it impacts MRP. Can you please help me on this.
    Also if you can throw some details on: how to restrict MRP to give planned order only on, say, Monday and Thursday, as only then it could be produced.
    Thanks in advance
    Rahul

  • Planned orders to Purchase Requisitions and orders

    Hi,
            Just wondering if this is possible. I heard this from a client and want to confirm if it's true.
    The client owns the technology and has contractors manufacture the product.
    A planned order is generated by the client and based on the type of contractor, some of them are converted to Purchase orders and others to Purchase requisitions.
    Is this possible? I was thinking, planned orders ans purchase requisitions are completely different entities. Planned orders are for internal manufacturing which are subsequently changed to Production orders and purchase requisitions are for external procurement that would be converted to Purchase orders.
    But converting the Planned orders to Purchase Requisitions and orders is what I could not digest.
    Is there any possibility of this case?
    Thanks.

    Hi,
    We can create planned orders & convert them into purchase requisition or into production order.
    In the material master ,mrp2 view give the procurment type as 'X', for both internal & external procurement.
    Also include purchasing view for this material.
    When you run mrp using md02, a planned order will be created for the rquirement (Eg:say 100 nos given using t.code md61).
    Use t.code md04 to view the stock/requirement list.
    Here double click the planned order, you can see tabs such as convert into purchase requisition, into production order, into process order.
    Click convert into pur req & enter 50 Nos. Then a pur req will be created which can be further converted into pur order.
    Again come to md04 screen.
    You can see a planned order & pur req for 50 nos.
    This planned order can be converted into production order & 50 nos can be produced internally.
    Hope this clears your doubt.
    Regards,
    Senthilkumar SD

  • Planned orders to Purchase Requisitions and Purchase Orders

    Hi,
            Just wondering if this is possible. I heard this from a client and want to confirm if it's true.
    The client owns the technology and has contractors manufacture the product.
    A planned order is generated by the client and based on the type of contractor, some of them are converted to Purchase orders and others to Purchase requisitions.
    Is this possible? I was thinking, planned orders ans purchase requisitions are completely different entities. Planned orders are for internal manufacturing which are subsequently changed to Production orders and purchase requisitions are for external procurement that would be converted to Purchase orders.
    But converting the Planned orders to Purchase Requisitions and orders is what I could not digest.
    Is there any possibility of this case?
    Thanks.

    Hi,
    We can create planned orders & convert them into purchase requisition or into production order.
    In the material master ,mrp2 view give the procurment type as 'X', for both internal & external procurement.
    Also include purchasing view for this material.
    When you run mrp using md02, a planned order will be created for the rquirement (Eg:say 100 nos given using t.code md61).
    Use t.code md04 to view the stock/requirement list.
    Here double click the planned order, you can see tabs such as convert into purchase requisition, into production order, into process order.
    Click convert into pur req & enter 50 Nos. Then a pur req will be created which can be further converted into pur order.
    Again come to md04 screen.
    You can see a planned order & pur req for 50 nos.
    This planned order can be converted into production order & 50 nos can be produced internally.
    Hope this clears your doubt.
    Regards,
    Senthilkumar SD

  • Difference between plan,actual and target in order

    hi
    plz tell me ans.
    In the manufacturing order WHAT is the difference PLAN, ACTUAL and TARGET.
    In the CK11N, we will estimate plan cost for one finished product but in order we are taking 2 costing variant that is PRODUCTION ORDER PLANDED (PPP1) and PRODUCTION ORDER ACTUAL(PPP2) . in the ORDER calculation which is taken as an account  and  tell me their functionality separately         
    thank u
    sowmya

    Plan Cost means this is the cost of Product or Material or Activity or any others statistical price which we estimate and Plan prices for organizations future activities.
    Actual cost is the original/Actual cost we incurred for Product or Material or Activity or any other.
    Target cost are the costs that are expected for a certain operating rate.  It is the dynamic value which will be calculated on the basis Operating rate (Operating rate = (Actual activity / Plan activity) X 100), and It is a consistent basis useful for comparisons of the plan and actual costs of a period.
    Ex:
    we plan $110 per hour of Labor activity.
    but we incurred $125 as actual cost.
    for this Target cost is (125/110)*100=113
    We use Costing variant for plan to calculate plan price of Order. 
    when order is created system posts planned costs to the order according to standard cost estimate of product, which uses the planned cost variant.
    when the production is carried out Actual costs are posted to the order using Costing variant for actual.  when order is completed system uses this two values to calculate the variance of production order. which can be settled to FI.
    Hope U got...

  • Unable to load Dimension into Hyperion planning using ODI ?

    Hi All
    We are trying to load Dimension into hyperion planning Ver. 11.1.2 using ODI. We have created the interface and mapped the source csv file to target planmning application using ODI KM.
    LKM file to SQL
    IKM SQL to Planning
    We get success in ODI's Operator but the Dimension is not updated nor new data is insreted.
    We get this message in Error file:-
    +
    Retail Format,Parent,Alias: Default,Data Storage,Two Pass Calculation,Smart List,Data Type,Plan Type (APlan),Error_Reason
    ABC,Total Format,,StoreData,,,,Aplan,Cannot load dimension member, error message is: java.lang.RuntimeException: Fetch of saved member "ABC" failed.
    +
    We get this message in log files:-
    +
    2010-07-22 07:04:06,550 INFO [DwgCmdExecutionThread]: Oracle Data Integrator Adapter for Hyperion Planning - Release 9.3.1.1
    2010-07-22 07:04:06,550 INFO [DwgCmdExecutionThread]: Connecting to planning application [******] on [********]:[11333] using username [admin].
    2010-07-22 07:04:06,597 INFO [DwgCmdExecutionThread]: Successfully connected to the planning application.
    2010-07-22 07:04:06,597 INFO [DwgCmdExecutionThread]: The load options for the planning load are
         Dimension Name: Retail Format Sort Parent Child : false
         Load Order By Input : false
         Refresh Database : true
    2010-07-22 07:04:06,612 INFO [DwgCmdExecutionThread]: Begining the load process.
    2010-07-22 07:04:06,612 DEBUG [DwgCmdExecutionThread]: Number of columns in the source result set does not match the number of planning target columns.
    2010-07-22 07:04:06,659 INFO [DwgCmdExecutionThread]: Load type is [Load dimension member].
    2010-07-22 07:04:06,675 ERROR [DwgCmdExecutionThread]: Record [[ABC, Total Format, null, null, StoreData, null, null, null, null, null, null, null, null, null, Aplan, null, null, null]] was rejected by the Planning Server.
    2010-07-22 07:04:06,675 INFO [DwgCmdExecutionThread]: Planing cube refresh operation initiated.
    2010-07-22 07:04:08,425 INFO [DwgCmdExecutionThread]: Planning cube refresh operation completed successfully.
    2010-07-22 07:04:08,425 INFO [DwgCmdExecutionThread]: Load process completed.
    +
    Please help out .....

    Can you check the error log file as you have posted the log file, it should give more information to why the records were rejected.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to design Flat file for loading attribute dimension in a planning application

    Dear Gurus,
    I have a requirement to extract attribute dimensions from an essbase application and load it to another planning application. I have a dimension called Program and two attribute dimensions Sales Manager, Accounts manager associated with Program dimension in Essbase application. I will Extract these dimensions using Essbase outline extractor. After Extracting the attribute dimensions I have to load these dimensions to planning applications using outline load utility. Kindly guide me how to design the flat file for loading attribute dimensions in planning application.
    Thanks and Regards
    SC

    You could dig through the docs and try to figure out the file format manually, or you could do this the easy way.  Simply use the Outline Load Utility to export your attribute dimension from Planning.  The export file format is the same as the import file format.  You might have to manually add a couple of test members to your attribute dimension so that your export file has some content.  Then simply update the file you exported, and import it.
    (I am assuming you have already manually created the Attribute dimension in Planning, and that you simply need to add members to it.)
    Hope this helps,
    - Jake

  • Maintain attribute dimensions in Hyperion Planning, via ODI

    How can I move/maintain attribute members in Hyperion Planning, preferably via ODI?
    I have been loading an attribute dimension into Hyperion Planning, via ODI. The problem is that some children have been previously loaded to incorrect parents. However, a reload does not seem to move the children to their rightful place in the hierarchy.
    There are no errors being generated.
    Cheers

    Are you definitely sure it is not on the planning side the issue lies, I would create a file and then use the outline loader to compare load times to see where the issue is first.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for