Displaying all GL accounts according to hierarchy level(Based on ERGSL)

Hi all,
I have a requirement to display balance sheet and PL account for the given period...
1. I have to select all G L account numbers (BSEG-HKONT) with their amounts which belongs to same group (i.e. for those ERGSL value is same).
2.Display sum at each hierarchy level with respect to company codes.
From table FAGL_011ZC we can find the range of GL account (lower limit-VONKT upper limit-BISKT) and ERGSL using VERSN.
In T-code FSE2 we can see the hierarchy levels.
The table FAGL_011PC will get parent ane child relation ship for ERGSL.
I have to display all these GL accounts according to hierarchy leve.
please help me out in this regard.(if there any similer code it would be a great help).
Thank you all in advance!!!!
Ravi

Hi Bhanu,
thanks for your fast response, but this did not help. To make it more clear:
Lets assume, I have the following hierarchy:
<Root>
|
+- Good Customers
|  |
|  +- Customer_A
|  |
|  +- Customer_B
|
+- Bad Customers
    |
    +- Customer_C
    |
    +- Customer_D
I have the customer in the free characteristics of a more complex query. I restricted it to the hierarchy node "Good Customers".
In the web template i use a "Dropdown Box" with the customer as the assigend characteristic and read mode "Dimension".
In this example the dropdown box would show the entries
- All values
- Customer_A
- Customer_B
But I would like to see the entries
- All values
- Good customers
I already tried various settings in the query definition concerning the display hierarchy of the customer char with no success yet.
Regards,
Philipp

Similar Messages

  • DISCOVERER: grouping different set of data according to hierarchy level

    Hi,
    This is my problem:
    I have a classic hierarchy like the following:
    Region->City->Department->Store name
    In my fact table are stored some measures about product.
    Each product belong to a category (the category is another dimension in the fact table).
    I have to group togheter different set of category dynamically according to the level of hierarchy where user is during drilling operation.
    An example:
    where i am at Region level i have to group the category product 100 and 200
    if i drill down to the City level i have to group the categoty product 300 and 400.
    How can i do this at runtime (ie: during the navigation of the report)
    Thanks in advance,
    The discoverer version is 10.1.2
    P.S.sorry for my bad english

    Hi
    As mentioned above u can create an MP on top of the cubes. But in Report u will have to use only those characteristics which are common between the two cubes or the records will come in 2 rows. Say in ur case u cant use Item No and Doc No. But if u dont have any complex calculations u can use 'Constant selection' to get the records in the same row.
    Regards,
    Aparna

  • Display all blank nodes in a hierarchy

    Hi all,
    I want to display an entire hierarchy pulled from R/3 into BW.
    The problem now is that only nodes or rows with transaction data on are being displayed. It is the purpose that every line in the hierarchy will be displayed.
    Is there a way to force BW to display an entire hierarchy? (I don't want to work with a structure)
    Thanx!

    Hi dries,
    try to create 0 records in the cube or ODS.
    may then you will see the Nodes with value 0
    regards.
    kai Wachter

  • Display all G/L account codes

    Hi All,
    I would like to display all offset account codes of a certain transaction of a G/L account code. In G/L report, I only have one offset account code. I use this query but failed:
    SELECT T0.[RefDate], T0.[DueDate], T0.[BaseRef], T0.[TransId],
    T0.[Memo], T1.[ContraAct], T1.[Ref3Line], T1.[Debit], T1.[Credit]
    FROM OJDT T0  INNER JOIN JDT1 T1 ON T0.TransId = T1.TransId
    INNER JOIN OACT T2 ON T1.Account = T2.AcctCode WHERE
    T2.[Segment_0]  = '[%0]' and  T0.[RefDate]  between '[%1]' and '[%2]'
    but using this query:
    SELECT T0.[RefDate], T0.[DueDate], T0.[BaseRef], T0.[TransId],
    T0.[Memo], T1.[ContraAct], T1.[Ref3Line], T1.[Debit], T1.[Credit]
    FROM OJDT T0  INNER JOIN JDT1 T1 ON T0.TransId = T1.TransId
    WHERE T0.[TransId]  = '[%0]'
    I want to have the result of the 2nd query available in the 1st query. is it possible ? pls give advice. I appreciate your answer so much
    Rajh

    Dear Gordon,
    Thx for answer. What I want is to display all offset accounts of a certain G/L accounts code that are available in a transaction or journal entry.
    For example, in a certain journal entry:
    G/L account code : 1200 as Cr
    the offset account code : C4555, 1201, 1202, 1203 as Dr
    the original document is JE (30)
    in G/L report, I only can see C4555 the other is not .
    I expect that using query or SQL script, I can have it. My purpose is to have detail mutation of debit and credit  of a certain G/L account code for example, cash account.
    Pls give advice. TIA
    Rajh

  • Group a report based on a hierarchy level

    Hi,
    I'm struggling with a query that I'd like to group a report based on the selection of a hierarchy level.
    Here's the situation: I've got a table with a "normal" hierarchy, say the EMP table from SCOTT with its EMPNO and MGR columns. What I'd like to have is a report that gives me the sum of the SAL column group by all members on a given hierarchy level. So fi, if I choose LEVEL = 1, Id like to see the overall total, if I choose LEVEL = 2, I'd like to see the sum of salary of all employees managed by this respective manager etc.
    I know that there are possibilities to denormalize the table first and try to solve it from there, but what I'd like to know is whether anybody is aware of a more generic way to achieve that? What I could accept is a hard coded limitation of the number of nested levels, as this seems to be very hard to achieve in SQL.
    In the real scenario, I'm using only balanced trees, so from that point of view, the reports will be consistent.
    Any ideas?
    Thanks, Jürgen

    select l, sum(salary) from (SELECT last_name, employee_id, manager_id, salary, LEVEL l
    FROM employees
    START WITH employee_id = 100
    CONNECT BY PRIOR employee_id = manager_id) where l > :input_level
    group by l;

  • How to display dynamic values in poplist at row level in advanced table

    I want to display dynamic values in poplist at row level based on a row value in advanced table, with lov i can achieve it, is there any way to achieve this in poplist
    Thanks
    Bbau

    Babu,
    You have been long enough in forum and still come out with these one liners. Problem statement is not clear.
    --Shiv                                                                                                                                                                                                                                                               

  • Level based dimension

    Hi All,
    I have requirement to implement level based hierarchy using the fields from three different dimensions. The three columns are in three different tables. On all the examples I have seen all the components/fields for level based hierarchy are from one single dimension table( like country, region, state,district from Region table).Is there a way to create level based hierarchy from different dimension tables.
    Thanks,
    Virat

    Hi All,
    After I created the level based hierarchy dimension for logical table which have 3 LTS. I am getting the following warning.
    "Logical table hierarchy has a source D1 that does not join to any fact source."
    Thanks,
    Virat

  • Totals not Displaying at hierarchy Level.

    Hi All,
    There are 2 questions.:
    1)I have a report G/L a/c wise profit center hierarchy report which shows as for this G/l ac this is the profit center hier and hence there corresponding currency key figure values.
    I am nt able to c the total for each G/L account..The Totals Row gets displayed randomly after Some G/L Accounts.
    Why is this??
    2)When i drill down the hierarchy, it shows the Currency value only for the expanded level but in result row it displays as * (Star) ..I can C the Currency value as it gets Expanded, but in the totals i c as *..Please advice me on this to resolve this issue. Asap
    Thanks

    Hi,
    1)I have a report G/L a/c wise profit center hierarchy report which shows as for this G/l ac this is the profit center hier and hence there corresponding currency key figure values.
    I am nt able to c the total for each G/L account..The Totals Row gets displayed randomly after Some G/L Accounts.
    Why is this??
    ---the hierarchy level the values will display like this and if you want gl accounts wise and total value then put GL account in the row section and take the remaining objects after that and see the results.
    2)When i drill down the hierarchy, it shows the Currency value only for the expanded level but in result row it displays as * (Star) ..I can C the Currency value as it gets Expanded, but in the totals i c as *..Please advice me on this to resolve this issue. Asap
    --- * will have some values. just place cursor and see the value.
    Regs,
    VAC
    Assign points if usefull

  • HANA level based Hierarchy is not displaying in AOLAP

    Hi all,
    I have created a level based Hierarchy in HANA which I have been able to display in Excel using a HANA MDX Provider connection:
    However when I try to use the Hierarchy in Analysis for OLAP I am unable to see it, instead the dimensions are flat:
    I have used an OLAP connection to HANA which otherwise appears to be working correctly.
    We are on SAP BusinessObjects BI Platform 4.1 Support Pack 1 Version: 14.1.1.1036.  and HANA 1.00.69.01.386065.
    If anyone can help it would be greatly appreciated.
    Regards,
    Steve Willis.

    Hi Stephen,
    This should be possible. In my environment, I'm able to access both the flat and hierarchical presentations for a dimension, if I expand the dimension in the tree (see screenshot). I have noticed that the flat presentation is the default. However, if I expand and drag the appropriate hierarchy, I am seeing the hierarchy in the crosstab.
    Are you able to expand the dimension and access the hierarchy?
    Best regards,
    Philip

  • Hierarchy Level value displayed in BEx Query

    Is there a way to display the Hierarchy Level value (0, 1, 2, etc...) associated with each hierarchy level in BEx Query as a characteristic?
    we are currently using the Crystal Reports function HierarchyLevel(GroupingLevel(GL Account Node id)) to display the level of the node (0, 1, 2, etc...).  Is there something similar to this in BEx Query.
    We would like to use this Level value to do groupings in Crystal Reports.  When we try to create a Group, we can only create the groups on fields that are brought over in the BEx Query results.
    Thanks --

    Hi ,
    Hierarchy level can be defined in Bex query as well.
    In the query property there is option where you can say hierarchy active for that particular object.
    Also you can define level upto which it can be active in initial display say 3 level
    Also when you want to drill down further level 4,5 you can right click and select that particular level say 4 or 5 or 6.
    If you want to display hierarchy flat there is no option in BW then to right code,but I heard in crystal report it will automatically display in fl;at version as well  means
    Level 0 level 1   ......KF1 KF2  etc.
    Thanks and regards

  • ALL level in level based hierarchy

    I want to induce a level ' ALL' for a level based hierarchy. meaning ALL should display at toplevel as one value drilling ALL should come as follows
    Country code ---> country name--> site name--- > site id
    these are 4 columns here... inside a view ( joining 2 tables)
    Thanks prasad

    If you are using OWB, just use a constant operator to load your upper level with ALL. If you are using AWM, create a view on top of your dimension table with a mockup column that would just have ALL as its value.

  • Merchandise Hierarchy Level Code and Description to be displayed in report

    Hi Experts..
    I am working on a report that has to display the out put
    SITE | ARTICLE | VENDOR | Merchandise Hierarchy 1 Descrptn | Merchandise Hierachy 2 Descrptn| MC |MC Dscrptn| EAN | UOM|
    I had written a program and it is displaying all the above fields except Merchandise Hierarchy 1 and 2  Description. Can anyone help me to display those in output.
    MC Description also I've displayed by passing MATKL of MARA into CLASS of KLAH and CLINT to SWOR. Likewise any direct table is available for first two hierarchy group..  Since my comapny is using three Levels.  .. 1) MH1 2 ) MH2 3 ) MC.

    Try with function module "MERCHANDISE_GROUP_HIER_ART_SEL" or "MERCHANDISE_GROUP_HIER_SELECT"

  • Hi,how can i change the default settings on my adobe readerX1 such that it will display all my pdf files according to their individual cover pages (as cover picture thumbnails)before i click them to open and read........i really enjoyed this feature as a

    hi,how can i change the default settings on my adobe readerX1 such that it will display all my pdf files according to their individual cover pages (as cover picture thumbnails)before i click them to open and read........i really enjoyed this feature as a default settings upon installation in previous editions of adobe reader .i use a windows 8 pc now.thank

    For sideloaded content the nook pulls the metadata from ePub file itself.  I would suggest looking at a program like Sigil or Calibre that will let you edit the metadata in the book to make it appear like you want.
    For the PDF vs ePub - No, that's the way PDFs work (think of them as graphics, not text), wheres ePubs are Web Pages - so  no you can't them to behave exactly alike without converting the files.

  • Display the all text entered for all folder at Item and Header level of PO

    Hi everybody,
    I have the task like the following :
    In a PO there are text folders available at Header and Item level. I want POs with type Purchasing document type u2018ZFu2019 ( First Article PO ) should display all the texts entered into any of these folders either at Header level or Item level during print preview and PO output like Purchasing document type u2018NBu2019 ( Standard PO ).
    u2022 The technical information relating above subject ( SAPScript ):
    o The layout set ( form ): ZPCC_PURCHOR_STD
    o Print program : SAPLMEDRUCK
    u2022 The problems like the following :
    o I found out the differences in debugging of 2 types of Purchasing document type u2018ZFu2019 and u2018NBu2019 .
    o Only Purchasing document type u2018NBu2019 the print program processes Text Elements (HEADER_TEXT, ITEM_TEXT, SUPPL_TEXT) to display all the texts entered into any of these folders either at Header level or Item level.
    o To control the displaying of Text Elements as I know I need a print program, however, our print program is standard print program of SAP system in this case. So I can not make any changes there.
    Do we have the configuration place to this one.
    Please help me to fix the problem. Thank you in advance !

    Hi
    I advise to use the subroutine pool as your sapscript is the bespoke one ( Z one) . So you can make use of the below pseudo code.
    In the sapscript the point where you want to display the text include the following code (
    Assume that your are print header text Then first find out the Co-ordinates for it .Go to me23n->Text tab-> In change mode -> double click on text editor-> which takes you to sapscript layout->Under Go to -> Click on header & get the following details.
    Text name : ekko-ebeln
    Language : ekk-spras
    TEXT ID : F01
    TEXT OBJECT : EKKO.
    /: DEFINE &V_ID& = 'F01'
    /: DEFINE &V_OBJECT& = 'EKKO'.
    /: DEFINE &V_LINE1&
    /: DEFINE &V_LINE2&
    /: DEFINE &V_LINE&
    /: PERFORM GET_HEDER TEXT in program Z_PURCHASE_TEXT
    /: USING &EKKO-EBELN&
    /: USING &EKKP-SPRAS&
    /: USING &V_ID&
    /: USING &V_OBJECT&
    /: CHANGING &V_LINE1&
    /: CHANGING &V_LINE2&
    /: CHANGING &V_LINE3&
    /: ENDPERFORM
    &V_LINE1&
    &V_LINE2&
    &V_LINE3&
    Now in the Subroutine pool Z_PURCHASE_TEXT
    FORM GET_HEADER_TEXT USING IT_INPUT STRUCTURE ITCSY
                                              CHANGING IT_OUTPUT STRUCTURE ITCSY.
    LOOP AT IT_INPUT.
    CASE IT_INPUT-NAME.
    WHEN 'EKKO-EBELN'.
    V_TEXTNM = IT_INPUT-VALUE.
    WHEN 'EKKO-SPRAS'.
    V_LANG = IT_INPUT-VALUE.
    WHEN 'V_ID'
    V_ID = IT_INPUT-VALUE.
    WHEN 'V_OBJECT'.
    V_OBJECT = IT_INPUT-VALUE.
    ENDLOOP.
    USE FUNCTION MODULE READ_TEXT BY USING ABOVE PARAMETERS AND READ THE TEXT AND FILL THE VALUE IN FIELDS IT_OUTPUT.AS BELOW.
    BEFORE THAT FILL V_LINE1,2,3 AFTER GETTING A TEXT FROM READ_TEXT FUNCTION MODULE.
    LOOP AT IT_OUTPUT.
    CASE IT_OUTPUT-NAME.
    WHEN 'V_LINE1'.
    IT_OUTPUT-VALUE  = V_LINE1.
    WHEN 'V_LINE2'.
    IT_OUTPUT-VALUE  = V_LINE2.
    WHEN 'V_LINE3'
    IT_OUTPUT-VALUE  = V_LINE2.
    ENDLOOP.
    ENDFORM.
    Declare the valriable in the routine v_textnm,v_lang,.....
    I hope this hint help you to resolve your issue. Note : the spelling of commands which i have wrote may be incorrect.
    Cheers
    Joginder

  • How to only display specific members from dissimilar hierarchy levels?

    Hi,
    I have a Business Partner that routinely wants to build a report that displays members from dissimilar hierarchy levels. For example, she wants to display member "210_UNASSIGNED EXP/ACC" from level 8 and member "E090_ADVISOR SERVICES" from level 1. When she filters on just those two members, the reports displays as such:
    She then must manually expand the "E020_CORPORATE AND EXECUTIVE" member 7 times to see "210_UNASSIGNED EXP/ACC":
    Is there anyway to make her life easier and have the report display only the "210_UNASSIGNED EXP/ACC" member and the "E090_ADVISOR SERVICES" member, even though they are from different levels?
    Thanks,
    Michael J Titera
    BI4.0 SP8.3
    SQL Server 2012

    Hello Michael
    Displaying information from mixed hierarchy levels without the context of the parent members is a reporting workflow best suited to WebI and CR. The AOLAP content can be exported as an Analysis View and then this becomes a data source for WebI and CR.
    Our previous product Voyager used to allow member selection from mixed levels without the context of parent members but it caused a lot of confusion and misinterpretation of the data, which is why we deliberately do not have it in AOLAP.
    Worth noting that BI4.1 was a big release for AOLAP with many enhancements. One is "Expand to Level". So instead of having to click 7 times to expand the hierarchy, it now just requires one mouse right-click to do the same thing.
    Regards
    Ian

Maybe you are looking for