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

Similar Messages

  • Some hierarchy related issues, SQL Query is including unselected columns?

    Hello Guys...
    I have something strange happening in my report.. First of all, the RPD I have is built according to JDE model.
    There is a schema which looks like this:
    BU Dim ------->Fact<---------Account Dim <--------BU Account Dim (Indeed a copy of BU Dim)
    A dim hierarchy is created as AccountDim with Account Desc at the lowest bottom level, the dimension key at that level is AcctID which is the unique identifier.
    The issue comes when I created a report using Account, Account Desc, Fact Measures. The measures are not displayed as per account even if the joins and aggr levels are all defined correctly at the proper level..
    I checked the sql that is generately, it is interested that whenever I include Account Desc column in the report, the SQL will include Actid column in the select and groupby part, which results in data being at the wrong level..
    When I remove Actid from Account Hierarchy as the key, the report runs correctly and the SQL query won't include Actid column.. However, since the removal of the ACTid key from Account Hierarchy will cause other reports not running properly, I have to revert the change back to normal.. I'd like to know what to do in order to investigate more deeply as what's going on and as why the SQL will include columns fields that are not selected at answer levels..
    Any suggestions will be greatly appreciately.. I'd like to provide the rpd file, but not sure how to..
    Many Thanks

    Hi, Vikeng,
    Why use the salary table at all, if you're not ever getting any information from it?
    Why not:
    SELECT  EmpName
    ,      DeptName
    ,      'N/A'          AS SalaryValue
    FROM     Employee
    ,     Department
    WHERE      Employee.EmployeeId     = Department.EmployeeId
    Are you saying that somethimes there is a relationship, but not with this sample data?
    If so, post some different sample data (CREATE TABLE and INSERT statements) that has a relationship for some rows, and not for others. Post the results you want from that data, and explain, with specific examples, how you get those results from that data.
    You might just need an outer join.

  • Accounts Hierarchy--Design Issue

    Hi All,Iam designing a P&L Cube & a Balance sheet Cube.I have a specific problem---Please read below1. In JDE, Account number is the combination of the BU , Object Account & Sub Account.Seems the unique number of accounts (with Account Numbers) are 1.5 million.Upto (Level 6 in JDE) , Accounts are standard across the Companies or business unitsOne company has several business units.Building hierarchy till level 6(level 6 means level 6 in JDE) may not be a problem in Essbase.The real challenge is after level 6,level 7 level 8 level 9 accounts are there & these are not standard for all business units. They differ for each business unit.For example,Bank Account ( suppose at level 6) for a BU 41100000 , BU 41000000 , BU 40000000Bankone (level 7          ) for the 4110000053 bank (level 7          ) for the 41100000Firstunion ( level 7)          for 41000000FleetBank (level 7)          for 41000000FleetBank (level 7) for 40000000So in this case how to achieve uniqueness vis-a-vis Essbase.Answer is : Account number which is the combination of the BU , object account & Sub accountBut what worries me is if we have 20,000 (suppose) Business units & we have level 7 accounts on an average 10 per BU, then which means we have to build 20,000 * 10 which is equivalent to 200,000.... if we think of level 8 , same logic continues....so when we build hierarchy.... for 1.5 million unique records we might end up having atleast 500,000 stored members, I think.My solution to this was not to go to level of detail after 6th level in JDE.What is your opinion?Did anyone come across such a situation. The Business people want to see the level of detail till level 9 of JDE & report also on that...What is the solution for this kind of problem??Notes : Levels in JDE are equivalent to generations in Essbase

    even though it might become a very sparsely populated cube, and I don't know if your business requirements would allow it, can you split the Accounts dimension across three dimensions: BU , Object Account & Sub Account?Or if you are using EIS to build the cube, to use Hybrid analysis to store levels in the hieracrhy relationally?

  • Essbase Accounts Hierarchy--- Design Issue

    Hi All,Iam designing a P&L Cube & a Balance sheet Cube.I have a specific problem---Please read below1. In JDE, Account number is the combination of the BU , Object Account & Sub Account.Seems the unique number of accounts (with Account Numbers) are 1.5 million.Upto (Level 6 in JDE) , Accounts are standard across the Companies or business unitsOne company has several business units.Building hierarchy till level 6(level 6 means level 6 in JDE) may not be a problem in Essbase.The real challenge is after level 6,level 7 level 8 level 9 accounts are there & these are not standard for all business units. They differ for each business unit.For example,Bank Account ( suppose at level 6) for a BU 41100000 , BU 41000000 , BU 40000000Bankone (level 7          ) for the 4110000053 bank (level 7          ) for the 41100000Firstunion ( level 7)          for 41000000FleetBank (level 7)          for 41000000FleetBank (level 7) for 40000000So in this case how to achieve uniqueness vis-a-vis Essbase.Answer is : Account number which is the combination of the BU , object account & Sub accountBut what worries me is if we have 20,000 (suppose) Business units & we have level 7 accounts on an average 10 per BU, then which means we have to build 20,000 * 10 which is equivalent to 200,000.... if we think of level 8 , same logic continues....so when we build hierarchy.... for 1.5 million unique records we might end up having atleast 500,000 stored members, I think.My solution to this was not to go to level of detail after 6th level in JDE.What is your opinion?Did anyone come across such a situation. The Business people want to see the level of detail till level 9 of JDE & report also on that...What is the solution for this kind of problem??Notes : Levels in JDE are equivalent to generations in Essbase

    I do something similar with JDE. I use short account id's in some cases to create uniqueness. I also have member names consisting of the full three tier account structure. My app is a read/write budgeting/forecasting application. Not sure what you are trying to do with your app. You can e-mail me if you havent't aleady figured out your [email protected]

  • Account Posting Related Issue in INvoice

    Hello SAP gurus,
    There is incorrect posting is happening for Invoice document . Actually invoice is getting posted for Sold-to-party instead of Payer.
    Here Invoice document is created wrt Sales Order.
    I have cheched Partner function assignments & it seems to be working well.
    Can anyone tell me how to resolve this issue?
    What are the settings/configurations i need to check??
    Thanks in advance
    Warm Regards
    Mayank

    Dear mayank,
       Kindly check the partner determination once again whether your Account group has been assigned to PY, SH, BP. sometimes only for SP, the account group gets copied.
    Regards,
    Sudhir

  • 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

  • System relate issue

    Hi friends,
    im in guess of where to post system related issue, since this is my problem
    run --> drivers --> host file,
    i couldnt able to edit & save host file.
    Tried below steps:
    1. host --> properties --> Security --> add --> everyone --> given full control also.
    2. Not able to do that in administrator account alsoWhich is the right place to post this question.
    Regards,
    Saro
    Edited by: Saro on May 17, 2011 12:48 PM

    Hi,
    Probably in your OS provider support forum?
    Regards,
    Jari

  • 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

  • Problem with account hierarchy created in the rpd.

    Hi Everyone,
    A account hierarchy has been created in rpd with 14 levels. The problem is, for some account names when we click on the account name, it does not go to to the next level. For example, The account names "Phillips Van Heusan" - A1 and " Phillips Van Heusan"- A2 are present and they have separate account id's. When queried in the db with the account name which has a space in the front, am getting data but for the account name without space in the front am not getting any data. Both A1 and A2 have different account id's. And the Account name is set as primary key in the rpd in the dimensions hierarchy.
    But in the answers, when I filter out with these two account names, the account A2 gets displayed. When i click on this A2 , it does not drill down to next level where as shows no results. Nothing related to A1 is getting displayed.
    Same problem is faced for all the account names that are similar but have a space in the front.
    My questions:
    1. Is there a possibility that both account names can be displayed along with the measure columns coming from the service fact?
    2. Or else is it possible to filter out the record A1 so that only A2 gets displayed and the drill down happens properly to next level?
    Thanks in advance

    Ok, first the solution I gave to you is not negociable :) I MUST put the ID as the key and not the NAME.
    Once we have that in place, I need you to please change the name of your member and and make it different, not with a space but with a letter or namer. Let's say, go to the database , and add a 1 at the end of the member name so we make it different. Reload the repo and let me know it works.
    J.

  • Oracle DBA related issues ?????

    where can i discuss DBA related issues?
    thanks

    The standard tasks necessary for the SAP system are supposed to be done via the brtools which can be triggered from within the SAP system if needed.
    The reason for this is that SAP does not use all of Oracle's functionalities (some may be even harming the SAP system). Therefore SAP recommends to administer the db only via the brtools to allow a safe administration taking into account the special requirements of the SAP system.
    If you need to know more about the functionality of the brtools I suggest you use help.sap.com or use the SDN information given.
    Kind regards,

  • BPC Alternate hierarchy rollup issue - require help

    Hi All,
    We are seeing a rollup issue on Alternate Hierarchies. We had set-up alternate hierarchies on our Country Dimension (DC) to assist some managerial reporting that is only relevant to one of our Operating segments.
    To show the problem, I am listing an example of our Country dimension member sheet. I have put "**" delimiter between the pertinent values to show which columns the values land under.
    ID*DescriptionPARENTH1PARENTH2FORMULAH1*FORMULAH2
    MAIN_HIER*Main Hier* ** ** ** **
    D1*DC EuropeMAIN_HIER* ** ** **
    A*Country AD1SG1* ** **
    B*Country BD1SG1* ** **
    C*Country CD1SG2* ** **
    D*Country DD1SG3* ** **
    D2--DC India*MAIN_HIER* ** ** **
    E*Country ED2--ALT_HIER* ** **
    C1*Calc Eur* ** *DC.H1.D1+DC.H1.E* **
    ALT_HIER*Alt Hier* ** ** ** **       
    SG1*Sub Reg 1* *ALT_HIER* ** ** 
    SG2*Sub Reg 2* *ALT_HIER* ** **
    SG3*Sub Reg 3* *ALT_HIER* ** **
    We have our main Country hierarchy that comes under the root parent MAIN_HIER. In addition to that on our main hierarchy we had a calculated node for Calc Europe (C1) which is supposed to be a summation of DC Europe (D1) + Country E (E). We had created an alternate hierarchy to represent a breakdown by more subregions (SG1, SG2, SG3 and Country E) within DC Europe so basically the root node of the alternate Hierarchy (ALT_HIER) should show the same amounts as the calculated node C1 on the main hierarchy.
    If we take a higher level Account dimension member like NET_SALES the values tie out but if we take a base member in the Account Hierarchy (e.g one representing Customer Sales), the values don't match with the ALT_HIER values seem being the wrong ones. It almost seems like the rollups of the Alternate Hierarchy are not accurate.
    Could you pls. shed some light on if the dimension member set-up above is wrong from any angle.
    BTW, we are on BPC 7.0M SP04 Patch 2 and SQLServer version is SQLServer 2005 EE SP3.
    Your insights would be greatly appreciated. Thanks in advance.
    Regards,
    Abhay Shanbhag

    Abhay:
    Please try below...
    Add "RollupChildren(Account.Hx.CurrentMember,"+") to all non-base members who don't aggregate properly under FORMULAHx. For instance, I have below hierarchy PARENTH1 for Balance Sheet Total Asset
    BALSHEET
    TotalAsset
    -CurrentAsset
    -NonCurrentAsset
    If CurrentAsset and NonCurrentAsset all roll up fine but TotalAsset doesn't add up. In your Dimension, put MDX formula RollupChildren(Account.H1.CurrentMember,"+") for TotalAsset and BALSHEET under FORMULAH1.
    We have this issue when we created additional hierarchies, and it took us a while to debug before I got this hint from SAP Support. Ever since it works like a charm =)
    Hope this helps
    Brian

  • Account Hierarchy - Need Guidance

    Hi All,
    Please could you brief me about the account hierarchy?
    How it works?
    Inheritance is applicable for .....?
    What are the complexity can come in future?
    Regards,
    Piyush

    Hi Piyush!
    Relationships and Hierarchies are comparable only to a certain extend.
    With Hierarchies you can create a Structure and assign multiple Accounts to one node.
    Relationships are always between two Accounts. However the Shareholder Relationship is used to add information like Ownership in %, Control-Flag, Amount of Ownership. In CRM we have an own Assignment-Block for this Relationship-type.
    These attributes are not available within the Account Hierarchy.
    If you want to create something like the structure of a corporate group I would recommend using Hierarchies as this allows restructuring. So a whole sub-tree can be transferred to another Hierarchy.
    For Account Planning and Trade Promotion Management you can also only use Hierarchy-Nodes and not relationships.
    On the other hand-side relationships are good to see all related Accounts within the Account Overview-Page. The Account Hierarchy Assignment Block in the Account Overview Page only shows the Hierarchy-Nodes the current Account is assigned to, but not all related Accounts.
    Best regards
    Arno

  • Restricted account hierarchy nodes

    Hi BI Gurus,
    I have a requirement to generate Profit and Loss statement in BI. I pulled up account hierarchy out of R/3 into BI.
    The issue is client want to see some nodes of the account hierarchy restricted by specific Functional Area only.
    Please suggest some solution.
    Regards,
    MV

    Hi KK,
    Can you please explain about manually restricting the nodes instead of using hierarchy? Should it be done at R/3 or BI level and how?
    At R/3 level in Report Painter reports each node of the account hierarchy can be easily restricted to a particular Functional Area (at account node or set level) and client want to achieve the same in BI.
    Also the account hierarchy should not be maintained at two places. Since well maintained account hierarchy is already there in R/3 which is why BI pulled it from there; now they are looking for ways to restrict some of the nodes by Functional Area.
    Hope I have explained the situation with all the variables.
    Please provide your valuable suggestions.
    Thanks & Regards,
    MV

  • COST GL account when goods issue - enhancement or user exist

    Hello SAP exports,
    There is a requirement from F&A department for different COGS GL account based on Customer Account Assignment Group value when goods issues (GI) (goods movement).  Customer Account Assignment Group field name is KNVV-KTGRD.   The solution is NOT possible for standard SAP SD (pricing procedure) / MM (T-Code:OBYC with GBB).    Therefore, I am searching solution for enhancement.
    the requirement is like following:
    KNVV-KTGRD                                   COGS GL account at goods issue
    01                    Domestic                   818100
    02                    Export                       818200
    03                    Testing - sample         818300
    04                    Testing - VOM            818400
    05                    Franchise                   818500
    Can you please let me know what and how this can be resolve by enhancement or user exist?
    Thank you.
    Kind Regards,
    Sylvia Chen

    Hello,
    The requirement is to provide different COGS GL account based on the Customer Account Assignment Group value(KNVV-KTGRD) when SAP performs goods issue.  for example, movement type 601,
    This means, when company ships goods to differnt customers, then SAP should generate different COGS GL account.
    for example, when company ships goods to customer account assignment group '01' (Domestic customers), then SAP should generate COGS GL account 818100.
    when company ships goods to customer account assignment group '02' (export customes), then SAP should generate COGS GL account 818200. 
    when company ships goods to customer account assignment group '03' (Testing - sample customers), then SAP should generate COGS GL account 818300. 
    the logic is following:
    KNVV-KTGRD              COGS GL account at goods issue
    01 Domestic                 818100
    02 Export                     818200
    03 Testing - sample      818300
    04 Testing - VOM         818400
    05 Franchise                818500
    I am not good at user exist.  
    Can you please provide solution with step-by-step guide?
    Thank you.
    Regards,
    Sylvia Chen

  • Can we set up a forum for Security related issues?

    I know many of us think security is a Windows related issue, but from time to time there are security issues that may come up. I had a question so I looked and couldn't find a forum, so I posted in one of the OS X 10.6 sub forums.
    Thanks!

    I am a co-founder of Calendar of Updates http://www.calendarofupdates.com/updates/index.php?act=idx This is a site that is primarily a Windows based security forum (I switched about 4-5 years ago). Over the years, I've tried to grow the Mac side of our forum, but, as you may know, there is little or no interest in security within the Mac community. For many, the feel security is a Windows issue.
    It's a free site, so don't think I have a vested interest in growing the membership, I'm not an owner, either.
    I just created an *Apple OS X Security Issues* forum http://www.calendarofupdates.com/updates/index.php?showforum=209
    Right now it's an empty forum since it was created 10 minutes ago. Please feel free to join the forum and share security related issues and questions.
    I am not aware of any other forums that deal with OS X security issues
    exclusively, so this forum could be a good place to bookmark and visit from time to time.

Maybe you are looking for

  • Itunes stops working trying to sync iphone 4

    itunes stops working when I try and sync my ipone 4.  message says itunes has stopped working and program will close.  Unlike other threads I dont even get to a position where I get to 'unclick' photos and videos.  I tried uninstalling and re install

  • Extension template/skeleton

    Hi Does anyone/adobe have an extension template/skeleton to get newbies started with? Best practice file management with useful things like outputting to a new file, saving to a new file, saving preferences. May help saving the community doing the sa

  • File download dialog box events and work around

    Hi all, I have a amall problem. when i set content type and header for downloading a file which is generated from the server i get a "file download dialog box" (open/save/cancel) but the problem is i cannot capture the events i.e. if the client click

  • How do i auto refresh pages please

    please how do i get the pages to auto refresh ?

  • Currency of fields in SBO DB

    Hi, i am looking for a documentation where I can see which currency is used in the fields of the sbo db. For example: LineTotal is in EUR Price, PriceBefDi and IMNPrice are in USD. USD is the foreign currency. Or is there a method to get the standard