Wrong total in Account hierarchy

Hi
I have 2 application where the only difference is that one is YTD (Legal reporting) the other is Periodic (Forecast). They have exactly the same dimensions and are in the same AppSet.
My problem is that the total for my P&L is different eventhough the data are exatly the same. It is my Periodic application that returns the wrong result, only 0.73, but wrong non the less.
If I add the detailed records together, they return the correct result.
Any suggestion welcome
Jesper

Thats ok, the only way to avoide mistakes i to do nothing :O)
The legal application is YTD the Forecast is Periodic, my error only appeares in the top of my account hierarchy.
From net result to net reslut including subsidiaries,
I have
Netres with the parent netressubs
subs.8000 with the parent netressubs
subs.8009 with the parent netressubs
Last 2 are base members
I my case there are no values on the last base members, meaning that the result of netres and netressubs should be equal, but is is not there is a difference of 0.73.

Similar Messages

  • TS3899 When sending email from the Mail App or through other Apps, my default From: address will change when I enter a To: address.  This sometimes leads me to send the email from the wrong outgoing email account.  It is frustrating and poor design.

    When sending email from the Mail App or through other Apps on my iPad, my default From: address will change when I enter a To: address.  This sometimes leads me to send the email from the wrong outgoing email account.  It is frustrating and poor design, especially since I had already checked the From: address.
    iPad 4 running iOS 8.1.3

    3rd party email addresses have to be deleted on every synmced mac product, although I have 1and1.co.uk and my imac updatetes the mails in that account from mac mail.
    Yahoo etc is a 2 step deleting process but good to get your emails pushed when on the go.
    LJ
    http://www.facebook.com/The.Cowboy.Party

  • Wrong GR/IR account derivation for PM01 orders

    Wrong GR/IR account derivation for PM01 orders which will settle to related WBS elements
    Two gr/ir accounts have been determined with object class investment and overhead. The FI document picking up different accounts and not the same account for pm01/pm02/pm03/pm04 orders and the costs are getting settled to wrong wbs elements.(example a pm order with object class investment is getting settled to wbs element with object class overhead).The right account in not getting picked up.
    Can anyone provide a suitable solution?
    An early reply will be much appriciated
    Thanks in advance
    Shekhar
    Edited by: V_Shekhar on May 12, 2011 6:16 PM

    Dear Chandra,
    Can you please  share the screen shot of OB22 for your company code?
    Regards,
    Sachin

  • TS3988 I create my icloud account under totally different account I cant remember what is it how can I set my icloud account to my present apple id account?

    Hello
    Can someone please help me I created my icloud account under totally different account and I cant remember what it is. How can I change to my current apple id account so I can use all the new cool stuff available? Each time I try to sign in it states account not verified because I am not loggin in with the account I originally create my icloud under. What can I do the resolve this issue Ugh this *****
    Thanks any and all suggestions would be helpful

    Welcome to the Apple community.
    If you've forgotten the password for the Apple ID that you created, you can reset it at iForgot.com

  • How to Restrict the node level in account hierarchy

    Hi experts,
    I want to restrict the node level in account hierarchy. I attached one example. in that if i click 6000 node again it want to show error message. for one parent node i want to create only two child node. Further if i create means it want to show error msgs and not allow to create the node..
    Regards,
    gopi

    Hi ,
    The component is bp_hier, and method is onnew_node.
    IF lv_tree->is_locked( ) = abap_false.
         lv_tree->lock( ).
       ENDIF.
       CHECK lv_tree->is_locked( ) = abap_true.
       lv_index = typed_context->accounthierarchy->selected_index.
       lv_tree_node = typed_context->accounthierarchy->get_node_by_index( lv_index ).
    *key = lv_tree_node->node_key.
      CALL METHOD lv_api->get_node_parent
         EXPORTING
           iv_node_key        = key
         IMPORTING
           ev_parent_node_key = lv_paent_key
    *      ev_tree_guid       =
    *   lv_parent = lv_tree_node->parent_entity.
    *    typed_context->accounthierarchy->parent_entity.
    CALL METHOD lv_tree_node->get_children
       receiving
         rt_children = rt_child.
       CHECK lv_tree_node IS BOUND.
       lv_tree_node->is_leaf = abap_false.
       TRY.
           lv_proxy_node ?= lv_tree_node.
           TRY.
               lv_object ?= lv_proxy_node->bo.
             CATCH cx_sy_move_cast_error.
               lv_mixed_node ?= lv_proxy_node->bo.
               lv_object ?= lv_mixed_node->if_bsp_wd_ext_property_access~get_model_node( ).
           ENDTRY.
           lv_object_name = lv_object->get_name( ).
           IF lv_object_name = 'BuilHierarchyNode'.
             lv_relation_name = 'BuilHNodeRel'.
           ELSEIF lv_object_name = 'BuilHierarchyHeader'.
             lv_relation_name = 'BuilHeaderNodeRel'.
           ELSE.
             RETURN.
           ENDIF.
           lv_tree_node->get_children( ).
           lv_object = lv_object->create_related_entity( lv_relation_name ).
           lv_child_node = lv_proxy_node->node_factory->get_proxy(
               iv_bo = lv_object
               iv_proxy_type = 'CL_BP_HIER_HIERARCHYTREEV_CN05'
               iv_parent_proxy = lv_tree_node ).
           lv_tree_node->expand_node( ).
           typed_context->accounthierarchy->refresh( ).
           typed_context->accounthierarchy->deselect_all( ).
           lv_child_node->selected = abap_true.
           lv_child_node->is_leaf  = abap_true.
    *accounthierarchy
    *      selectedhierarchynode
           lv_col_wrap = typed_context->selectedhierarchynode->get_collection_wrapper( ).
           lv_col_wrap->clear( ).
    This is the code.
    i wrote . but its not getting.

  • GL Account Hierarchy related issue

    Hi BI gurus,
    The Scenario is like this:-
    We are doing reporting for Profit&Loss based on GL Account Hierarchy (0GL_ACCOUNT).
    The GL Hierarchy have Asset & Liability nodes.
    The problem is that, in BW, regardless of credit or debit values, it will just display the report the same values on both nodes. so certain GL accounts (e.g. Cash Loan) would appear both side of the hierarchy - Asset node and Liability node.
    Is there a way to make it so when we do reporting based on Hierarchy, when the value's Credit, shows on "Asset Node", and Value's Debit will shows on "Liability node"?
    Any advice is greatly appreciated.
    Thanks,
    Vince

    Thanks for the info Yiannis, but I think I've found out the theory for this.
    According to this [http://help.sap.com/saphelp_nw04s/helpdata/en/04/7b95fb42b0f94aba334c0890dbbda4/content.htm|http://help.sap.com/saphelp_nw04s/helpdata/en/04/7b95fb42b0f94aba334c0890dbbda4/content.htm]
    I have read through it, not fully understand how this works yet, but I think should be able to use the following:-
    1. InfoObject 0GLACCEXT (instead of 0GL_ACCOUNT)
    The exception aggregation (balance sheet aggregation) that is in effect here is only possible for the Financial Statement Item characteristic (technical name 0GLACCEXT). The hierarchy table for this characteristic contains a special attribute called Balance-Dependency of a Hierarchy Node (technical name 0BAL_DEPEND), which controls the balance sheet aggregation of the Financial Statement Item characteristic.
    2. Virtual InfoCube  0FIGL_VC1 (will read data from 0FIGL_C01).
    3. There is a balance sheet query available 0FIGL_VC1_Q0001, which displays the balance sheet data the same way as the R/3 report RFBILA00 does.
    [http://help.sap.com/saphelp_sm32/helpdata/en/2d/955a73da4d6d41a0a6128caf274ce8/content.htm|http://help.sap.com/saphelp_sm32/helpdata/en/2d/955a73da4d6d41a0a6128caf274ce8/content.htm]
    Rgds,
    Vince

  • What is the Purpose of Account  Hierarchy Manager

    Dear Members
    Advantages of Account Hierarchy Manager.
    Regards
    Padarthy

    Hi,
    You question is answered in "Oracle General Ledger User Guide", Chapter 7 - The Account Hierarchy Manager.
    Applications Releases 11i and 12
    http://www.oracle.com/technology/documentation/applications.html
    Regards,
    Hussein

  • MB11 - 411 E stock to sales order posting to wrong G/L account

    MB11 attempt to post to a sales order 411 movement results in an error.
    G/L account 5120000 blocked for posting in company code 1101
    It is referencing the wrong G/L account.  It should be 1151020

    resolved this.  materials in question were simply setup in the wrong (old) semi finished valuation class.  Had to remove all demand...reverse movements on the PO, remove from PO, remove delivery, remove from the sales order.  Then change valuation class to 7910.  SAP is configured to relate the correct G/L based on valuation class and movement types.  good description here Movement type & G/L account determination

  • GL Account Hierarchy

    Hi BW Experts,
    Our's is a BW 3.0B system connected to ECC 6.0. In BW we have a hierarchy defined for GL Account which has GL accounts listed in both Assets & Liabilities. This hierarchy is coming from ECC as designed by functional team. The client requirement is : When the GL Account is active with the hierarchy, it should not display the accounts in both Assets & Liabilities. It should only display the accounts in Assets( if it is an Asset Account) & Liabilities ( if it is a liability account). We are reporting on a multiprovider which has the basic infocube.
    Example:
    GL Account: 10001 - Bank .
    In the GL Account hierarchy, Account 10001 - Bank is under Assets & also Liabilities. Std. report in ECC for Balance Sheet and P/L statement, depending on the Net Amount, it goes under Assets or Liabilities group.
    In BW, when the hierarchy is activated for the report, as the GL Account is manitained in both Assets & Liabilities: it would display the amounts under Assets -for Eg: 100001 - $1000.00
    and also under Liabilities as: 100001 - $1000.00.
    Is there a way to do this kind of reporting? Please let us know if anyone had came across a similar requirement or have a soultion for it.
    Thanks,
    Bala

    Hi Bala,
    I do understand you need. You cannot figure out the issue with GL Account. You definetly need to use 0GLACCEXT characteristic in a virtual infoprovider like 0FIGL_VC1. Then, you would have a chance to build your balance sheet report with hierarchy. This will prevent double assignment of GL account both in Assets and Liabilities.
    Good luck,
    MCA

  • Rollup calculations in Account hierarchy (parent-child type)

    Hi,
    I want to create a parent-child relationship type Account hierarchy using Universe. The hierarchy has to support different set of calculations for roll ups action for different branches in the same level.
    Eg.
          Balance Sheet
              (+)Assets
              (-)Liabilities and Owners Equity
          Net Income
           (+)Operating Profit
           (+)Other Income and Expenses
           (-)Taxes
    Balance Sheet = Assets -Liabilities and Owners Equity
    Net Income = Operating Profit + Other Income and Expenses - Taxes
    Regards, Sujeev

    Measures automatically roll up.
    Whether you define your measure with an aggregate or not, if the projection is set to Sum, it will roll up.
    Measures that are to be summed should have Sum() wrapped round them at the universe level though.
    What you may have is a lot of positive values in your database and no negatives.
    If that's the case, you will need to use a case statement to determine the sign of the value.
    E.g.
    Sum(CASE WHEN Type='Asset' THEN table.value WHEN Type='Liability' THEN -1*table.value ELSE 0 END)

  • HT1277 i have set up an email account on my iPad, but i can not set up same account on iMac or iPhone , it keeps saying wrong password for account, any help please

    i have set up an email account on my iPad, but i can not set up same account on iMac or iPhone , it keeps saying wrong password for account, any help please

    i am trying to use my sky email on imac & iphone 4gs

  • Billing Doc Automatic posting to wrong G/L Accounts

    Hey,
    Billing documents for certain customers are being automatically posted to the wrong G/L account in my company's (4.7) SAP system. I have checked transactions OMWB and FBKP but the G/L account in question is not linked to any activities.
    Can anyone please guide through resolving this issue?
    Thanks
    Nicholas

    Dear Nicholas,
    With VKOA settings also check OKB9 settings from Costing point of view.
    Regards,
    Sandeep

  • Account Hierarchy to BW..

    Account hierarchy, how does it gets created in ECC. It is account grouping or financial statement version.
    I need to being the account hierarchy to BW.. and trying to know..where the hierarchy data should be pulled from?
    Please give your inputs

    Resolved

  • Tcode for Maintaining GL Account Hierarchy

    Hi Gurus!
    I just want to ask where can I find the Tcode for Maintaining GL Account Hierarchy in R/3.
    Thanks.

    Hi,
    I guess, there is no Hierarchy as such maintained for G/L Account, in order to create a G/L acct. you can use FS00 t-code, whereas as mentioned in the earlier response you can also check FSE3 t-code for respective assignment of the Financial statements for the 'Assets' and 'Liabilities' followed with the G/L acct.
    Hope it helps..
    assign points if useful..
    Cheers,
    Pattan.

  • ERP G/L Account Hierarchy - Transaction Code

    Hi,
    I'm able to extract GL Account hierarchy from ERP into BI using standard extractor. However, I would like to know the transaction where this GL Account hierarchy is maintained in ERP.
    Could someone please let me know the transaction to maintain GL Account hierarchy in ERP?
    Thanks,
    Sri.

    It is in the OB58 -> Change Financial Statement Versions

Maybe you are looking for

  • Problem job/submit a FM

    Hi! I have this code: SELECT SINGLE PROCPROG JOBNAME   INTO (lv_procprog, lv_jobname)   FROM ZGL_MPF_CONFIG   WHERE interfacename = INTERFACENAME.   CALL FUNCTION 'JOB_OPEN'     EXPORTING       jobname                = lv_jobname     IMPORTING      

  • HT4009 I have purchased items from CityVille and they are not available in the App although my card has been charged for the purchases.

    I have purchased items from CityVille and they are not available in the App although my card has been charged for the purchases. I also have an email receipt with the purchase. Can you please tell me how to resolve this issue?

  • Need help finding a Palm Zire 72S wall charger

    Does anyone know where I can find a wall charger (ac) that is reliable with a Palm Zire 72S? Thanks for your help! Post relates to: Zire 72

  • Sales for BOM components

    Dear All, We have all the components of a finished product in our stock. The product assembly is very simple. So, very well, we can send the components directly to customer, if he is willing to assemble it himself. This way we can reduce the time to

  • Folders

    How do I move a folder, to change it's placement within the folder list?  #2 question, why can't I rename a folder, changing a date within the name?