GL ACCOUNT hierarchy load

Hi BI Guru's,
Could someone help me to understand a strange issue on my customer BW.
I mantained a GL_ACCOUNT hierarchy for my P&L on SAP R/3 ECC 6 throw t-code ob58.
As a test I created a simple structure with only 10 account under Profit node.
Save and load into BW.
Now, a strange issue appear.
The accounts under Profit Node are showing correctly but I have the same 10 accounts under "Unassigned nodes"!Only the 10 accounts are showing twice!
If I load into BW the standard P&L hier (complete of all the nodes) ALL THE ACCOUNTS are duplicated into "Unassigned nodes"!
I have to make a precisation: I don't need to see GL ACCOUNT Hier into a bex query, I've to load it into BPC 7.5 with dedicated package.
Someone can help me to solve the issue?
Thanks and sorry for my english!
Andrea
Edited by: Andrea Davoli on Sep 23, 2011 6:22 PM

Thanks to all for your replies.
I try to clarify: the structure under R/3 and under BW are the same.
So the nodes and the account under standards nodes are the same. But under unassigned nodes into BW I've all the account that are under the other nodes but in R/3 the unassigned node is empty (I suppose that node is populated by system at runtime when abap report is run).
BW
+ Asset
++ 1000001 - Asset
+ Unassigned nodes
++ 1000001 - Asset
R/3
+ Asset
++ 1000001 - Asset
+ Unassigned nodes
It's possible to have some customization under R/3 customizing?

Similar Messages

  • Load CRM Account Hierarchy into BW

    Hi Experts,
    how can i load crm account hierarchy, which is build in crm with transaction BPH, into BW ?
    Techn. Details: CRM 2007, BW 3.5
    Kind Regards
    E. Imal

    Hi Venkata,
    thanks for reply.
    Where can i find the table "setnode" ? It doesnt exist in se11 in both systems.
    Regards
    E Imal

  • Debit/Credit Balances and Account Hierarchy

    Hi
    I need to show accounts in the Account Hierarchy according to whether the account has a debit or credit balance. For example, if an account has a debit balance, it must be displayed under debtors and if it has a credit balance, under creditors.
    How can I do this type of reporting in BPC, when the same d/c indicator as in the Financial Statement Version in ERP is not available in BPC?
    Any response appreciated.
    L.

    Hi Lambertus,
    BPC doesn't have something like the financial statement version built in. Neither does BW, actually, but there are business content transformations and queries that use some complex methods to do the kind of reporting you are talking about.
    In BPC I think you are going to need three accounts to accomplish this functionality - one in each branch of the hierarchy (accounts A & B in the example), plus one account that you actually load data into (account C in the example), which will not be displayed in the hierarchy. The two accounts in the hierarchy will either be formula accounts (not ideal) or populated using MDX script logic (better because the values will roll up the hierarchy). Your MDX, either in a formula or a script, would need to look something like this:
    [ACCOUNT].[#A] = iif([ACCOUNT].[C] >= 0, [ACCOUNT].[C], 0)
    [ACCOUNT].[#B] = iif([ACCOUNT].[C] < 0, [ACCOUNT].[C], 0)
    Have I tested this code? No. So buyer beware. But hopefully it sets you on the right track.
    Ethan

  • Error while deactivating Group account hierarchy

    Hi,
    I was executing an adhoc summary report(web report) where in I had to expand group account hierarchy upto node level 8.
    When I tried to deactivate the group account hierarchy ,there is an error messages saying "an error occured during loading.Please look into the upper frame for further information" & "System error in program SAPLRRK0 and form SORTING_PRUEFEN_01-04-..."
    Now I tried to go back to the variable selections from the toolbar, there is one more error message " the internal error is a targetted termination since the program has an incorrect status".
    I executed the same report now Using Bex,
    Using local view I selected group account hierarchy upto level 8 and executed.Later I deactivated the hierarchy and found report working fine with out any errors.
    Can U some suggest me why only on web reporting iam encountering this error.Please suggest me a remedy.
    ThanX N Regards,
    Suku

    Hi,
    Have you entered "111111" in the filed group account number?  If so, this account should be available / created in your group chart of account.
    Hope it helps
    Saravanan.A

  • CRMOD - Account Hierarchy (Relationship)

    All ,
    I am evaluating CRMOD - Account Hierarchy (Relationship) and I am having a few issue to identify the best practices to import and map the data according to the below scenario. I am not sure, if I am to use Portfolio Accounts / Books , PRM or just a Parent and Child Account relationship. Can someone provide guidance in regards to this requirement?
    Scenario 1:
    Parent Account (Distributor 1) has a 1:M Child Account(Partner 1) to which will have 1:M Sub Child Account(Customer 1)
    Scenario 2:
    Parent Account (Distributor 2) has a Child Account (Partner 2) to which will have Sub Child Account(Customer 1-same as the above)
    Regards ,
    Patrick

    To create a parent child relationship in Accounts:
    You create the account and then create the Sub-accounts accordingly. When you create the sub-account (b) to an account (a) the account b will have its parent account name defaulted with value of the parent account (a)
    To import using import wizard:
    1. Load all parent accounts with an External Unique Id
    2. Then load the sub-accounts with External Unique Id and The parent account External Id (which is specified in step 1)
    eg
    parent account import
    Account Name, Ext Id
    ABC, 123
    Sub-account import
    Account Name, ext id, par account extid
    def, 789, 123
    ghi, 901, 123
    Once you complete loading you can see parent account abc has 2 child accounts def and ghi - hope this helps

  • Essbase import - Accounts Hierarchy missing

    Hi all,
    well I have a weird one: I'm importing Essbase 9.3.1. cubes into 10.1.3.3.2. and 10.1.3.4. and can't get the "Accounts" hierarchy to be represented correctly in the physical layer.
    Normally, Essbase dimensions of type "Accounts" are to be represented as hierarchy objects in OBI EE upon import. I looked at Oracles demo DB (Oracle2go) plus Marks example ([http://www.oracle.com/technology/pub/articles/rittman-essbase.html]) and Venkat ([http://oraclebizint.wordpress.com/2008/05/12/oracle-bi-ee-1013332-hyperion-essbase-connectivity-handling-measures-and-account-dimension/], [http://oraclebizint.wordpress.com/2008/05/08/hyperion-data-integration-management-931-loading-data-into-essbase-cubes-using-type1]) state the same.
    What happens here is, that all the measures arrive flat after the import and I end up with my dimensions and hundreds of measures as physical columns.
    As mentioned, I tried both 10.1.3.3.2. and 10.1.3.4. for the imports. Plus, I imported several different cubes, all containing Accounts dimensions. Everytime with the same results.
    Anyone has got any thoughts on that?
    Thanks in advance and cheers,
    Christian
    Edited by: Christian Berg on Sep 19, 2008 3:41 PM

    Did you ever manage to solve this problem? I'm on the verge of starting on a similar initiative and from the info I gathered, it seems that this is as easy as just changing the dimension type of the "Account" dimension to "Other" on the cube itself within the Administrator - and define one of your other dimensions as a "Measures" dimension. I did a quick test and it seems to do the trick - maybe I'm missing something.

  • Account Hierarchy - Sumation behaviour

    Hi Gurus,
    This is quite simple but can't figure it out yet. As I display some data in a Report using an account hierarchy I noticed that Net income is expressed as the difference between "Pre Tax income" and "Taxes". So if Pre Tax is 10 and "Taxes" is 3 I get a calculated value of 7 in the calculated Account "Net incomne".
    That's fine, but where it is said that this have to be sustracted. I guess that the system looks at the Account Type property. One is INC and the other is EXP. But I don't see any formula in the member, or any script logic in Default.LGF.   I guess some customers prefer loading taxes as a negative amount and would like to control this behaviour.
    If I change the taxes account to property "INC" (just to do a test) suddenly the report will display the taxes amount in red with a negative value and still get the same overall amount for the Net Income. So what's actually stored in the database..a negative or a positive amount? 
    Thanks for your comments.
    Alberto Sabate

    Hi,
    As I know acctype is used to format numbers on reporting. If acctype is set to AST or EXP it shows database values as they are and if is set to LEQ or INC it shows database values with reverted sign.
    Accounting principles says an AST and EXP are positive and LEQ and INC are negative values so in database you should found this accounts with negative amount.
    It seems like something like this is happenning in your case.
    account              database value        acctype    reporting value
    NETINCOME               -7                      INC              7
       pretax                    -10                      INC             10
       Tax                          3                      EXP              3
    account              database value        acctype    reporting value
    NETINCOME               -7                      INC              7
       pretax                    -10                      INC             10
       Tax                          3                      INC              -3
    That makes sense.....
    I hope it helps,
    Regards,
    Carlos

  • 1405 Replicate Account Hierarchy from ECC to C4C - new content needed ?

    In 1405 integrations in C4C, a new feature provides Account Hierarchy replication from ECC.
    We were implementing in 1402 and got upgraded so C4C side should be fine.
    How do we get those new content - IDOC type, load report, mappings, etc. ?

    The IDOC types will be in the Add-On.   The updated integration guide includes the configuration.  I just downloaded it from SMP yesterday and noticed that the new customer hierarchy loading has been added. 

  • How do i add a new phone to my itunes account and load my backup

    how do i add a new phone to my itunes account and load my backup

    The bottom section (iTunes part) gives instructions. The first few panels discuss backing up the old phone but then it gets into restoring to the new phone: http://support.apple.com/kb/HT2109

  • I received a 1st Gen IPad from a supplier as a gift to promote their products. They used their Apple account to load the apps.  I am not able to load my own apps because their apple user is the one that pops up. How can I change it to mine?

    I received a 1st Gen IPad from a supplier as a gift to promote their products. They used their Apple account to load the apps.  I am not able to load my own apps because their apple user is the one that pops up. How can I change it to mine?

    Set it up as new device, explained in this article, without using the backup afterwards:
    How to back up your data and set up as a new device

  • 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

  • Error in WBS Element Hierarchy load after ECC 6.0 Upgrade

    Hi All,
    After ECC 6.0 Upgrade in R/3, we are doing test load in a Test server. While doing, we have encountered an issue with 0WBS_ELEMENT Hierarchy load. The message in the monitor is like below.
    "Node ID 00014240 has not been included in the hierarchy
    Message no. RH207"
    When I run the same hierarchy in another system which is not upgraded , it works fine.
    Anybody has faced similar kind of issues and can throw some light on this issue?
    Thanks,
    Mohan

    Try activating the Heirarchy in R/3 and re-trigger the load, error is very specific to structure of the hierarchy. there is a possibility that this Hierarcy could have got inconsistent after the upgrade.
    Thanks,
    Amit

  • 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

Maybe you are looking for