Profit center hierarchy used in different reports

Dear  All,
We had a requirement of knowing the profit center hierarchy is been used in how many reports,is there any way to get these details.
Thanks,

1. In RSZRANGE table, enter info-object name on which hier is build and node (Hier Name) in LOW fields.
2. Copy field ELTUID in TELTUID field of table RSZELTXREF.
3. Copy SELTUID from table RSZELTXREF to ELTUID column of table RSZELTPRIO.
4. Add COMPUID from that table to RSRREPDIR.
In this table entries, you will be able to find all the queries which have used hier on that info-object.

Similar Messages

  • How to add the Profit center Group in the PA report KE33.

    Hi Frnds,
    How to add the Profit center Group in the PA report KE33.Iam not able to find PC group in the list to add to the Charateristics already added.

    Hi
    PC group is not available as a Char in COPA..
    if you want to do that, either create a Char Hierarchy in KES3 for the Char Profit Center
    OR
    Create a WW char in KEa5 and write a derivation rule using the method "Enhancement" .. Write ABAP Code in COPA0001 exit
    bt, Ajay M

  • Profit Center Hierarchy Maintenance

    Hello
    As part of a project we need to transfer an existing Profit Center Hierarchy (including all Profit Center groups and Profit Centers) to a different Controlling Area. The hierarchy in question contains over 2500 Profit Centers and we would like to avoid doing this manually, to reduce both time and margin for error.
    We know that we can use KCH1 to copy the Profit Center Groups to the new Controlling Area, using the original Controlling Area as a reference, but this does not copy across the Profit Centers master data.
    Master Data transaction KE55, does not allow Controlling Area to be amended.
    Questions:
    - Is there a way to transfer/copy the complete hierarchy (including Profit Centers) to a different Controlling Area?
    If we use KCH1 - how can we copy/reassign the Profit Centers to the new Controlling Area?
    Any ideas for this would be greatly appreciated
    Thanks

    Hi
    It can not be fully the way you like...
    You can go to KCH4 and select your Prof Ctr Hie.. Click on Extras > Export... This would create a text file...
    Create Std Hie with same name in new contr area and SAVE.. Then click on Extras > Import.... This would create the Hie Structure and also the profit center names under it.. But, as such the Prof Ctrs wont be created...
    You need to create them again using KE51... Ideal way would be to create it using reference of the same profit center (LSMW)
    Regards
    Ajay M

  • FGI0 "New GL" Receivables by Profit center- Drill down/Call-Up report

    Dear all,
    I am using S_AC0_52000887 to view receivables by profit center as we have activated New GL. FBL5N is not possible to see since we have multiple profit centers per customer and FAGLL03 which is a New GL report has no selection by customer on selection screen.
    However, S_AC0_52000887 has limited information- I want to see the line items in the report. I use FGI0 and copy a new report using 0SAPRECIEV01 and want to drill down by line items to the FAGLL03 view. So i go to Extras menu > Report Assignment and assign to FAGL_ACCOUNT_ITEMS_GL program. However, the report parameters are not being passed in.
    Can anyone assist how to pass the parameters in the main report, to the call-up report?
    Thanks in advance.
    Regards,
    Huimin

    If you are trying to view such a report through transaction code FBL1N, then I would suggest you follow the solution described in this thread below:
    Re: Add field Net Due Date at the selection field in FBL1N t.code
    Also to view profit center wise, use the dynamic selections in FBL1N to select profit center.
    Regards,
    Elias

  • Profit Center Hierarchy is not updating in Variable

    HI Guru's,
    Profit Center Hierarchy is not updating in Variable .
    We have 3 new profit center added of which i have updated the master data ie, attr, txt, and hierarchy and Txn data. Where after updating i can find the thing updated but when i execute the report in the variable i dont find the updated profit center.
    Please guide
    Prasad

    But just to update you that we don't have data for the new profit centerin R3. Is it because of this i don't find the new profit centers in
    Variable screen ( though i can see in Query Designer)
    Please guide

  • How do I create a BW hierarchy from an R/3 profit center hierarchy?

    I am trying to create a profit center hierarchy in BW using a profit center hierarchy from R/3.  I know there is a way to do this, I just can't find the way. 
    Thank you for your help.

    Hi Aaron,
    you have to activate the specific datasource 0PROFIT_CTR_0106_HIER in R/3 transaction RSA5. After doing this, replicate your source system in BW anf then assign the datasource to 0PROFIT_CTR infosource, create an infopackage and finally load your hierarchies !
    Hope it helps (and don't forget to assign some points by clickin'on the star to the contributors that will help you !).
    Bye,
    Roberto

  • Profit Center Hierarchy Level in ABAP-HR

    I am working on an ABAP-HR report related to Organisation management.
    There is a requirement wherein I need to retrieve data from a Profit Center Hierarchy Level .Can u please advice me on this.
    Thanks in advance,
    Raja.

    Hi ,
    (i_name is the entered profit center group name)
    Get the internal name of the entered profit center hierarchy.
    CALL FUNCTION 'G_SET_LIST_SELECT'
           EXPORTING
                SETCLASS      = '0106'
                SHORTNAME     = I_NAME
                KOKRS         = 'MIT '
                KTOPL         = 'HEUS'
           TABLES
                MATCHING_SETS = T_SETLIST.
      IF T_SETLIST[] IS INITIAL.
        MESSAGE E002(SY) WITH 'Profit Center group does not exist'.
        EXIT.
      ELSE.
        READ TABLE T_SETLIST INDEX 1.
      ENDIF.
    Get the entered profit center hierarchy info.
    CALL FUNCTION 'G_SET_TREE_IMPORT'
           EXPORTING
                SETID                     = T_SETLIST-SETNAME
           TABLES
                SET_HIERARCHY             = T_SETHIER
                SET_VALUES                = T_SETVALUES
           EXCEPTIONS
                SET_NOT_FOUND             = 1
                ILLEGAL_FIELD_REPLACEMENT = 2
                ILLEGAL_TABLE_REPLACEMENT = 3
                OTHERS                    = 4.
      IF SY-SUBRC <> 0.
        MESSAGE E002(SY) WITH 'Profit Center group does not exist'.
        EXIT.
      ENDIF.
    or try one of these
    FC_PRCTR_HIERARCHY
    TXW_EXTRACT_CO_PCTR_HIERARCHY
    Regards,
    pankaj singh.
    Message edited by pankaj singh

  • Structure view "Profit center hierarchy" for Information system

    Hi Experts
    The structure view "Profit center hierarchy" is not available in standard system. I have created a new key with assignement of PS Hierarchy type '2'.
    But iam getting below message when I use this new structure view:
    Alternative hierarchy could not be determined
    Message no. OK032
    Diagnosis
    You attempted to structure your project elements according to an alternative hierarchy (profit center, cost center or summarization hierarchy). The alternative hierarchy could not be read.
    System Response
    The system uses the "Work breakdown structure" view.
    Any suggestion?
    warm regards
    ramSiva

    Ok lets start from basics
    go to CN41 and enter a project with std PS info profile 000000000000001
    if you click o the DB profile you will have basic setting 000000000000001 etc
    this gives us the project structure
    Now in transaction OPUR create a view for PC hierarchy
    Z00000000001 - whatever description
    select PS hier type 2 - Profit Ctr via set
    I think you have done this
    In this configuration there is a group name - you need to enter the profit centre hierarchy group name from your system
    this group must exist in your system check using transaction KCH3 to display group - if this is not entered correctly you will get the exact error you have got - I have been able to replicate in my system
    Now run CN41 change DB profile project view from 00000000001 to Z0000000001

  • Need profit center HIERARCHY FM

    Hello Experts,
       I know the profit center and profit center group. Could you tell me which function module i have to use to get the complete hierarchy?
    Regards,
    Amit

    Hi,
    <i>(i_name is the entered profit center group name)</i>
    Get the internal name of the entered profit center hierarchy.
    CALL FUNCTION 'G_SET_LIST_SELECT'
           EXPORTING
                SETCLASS      = '0106'
                SHORTNAME     = I_NAME
                KOKRS         = 'MIT '
                KTOPL         = 'HEUS'
           TABLES
                MATCHING_SETS = T_SETLIST.
      IF T_SETLIST[] IS INITIAL.
        MESSAGE E002(SY) WITH 'Profit Center group does not exist'.
        EXIT.
      ELSE.
        READ TABLE T_SETLIST INDEX 1.
      ENDIF.
    <i>
    Get the entered profit center hierarchy info.</i>
    CALL FUNCTION 'G_SET_TREE_IMPORT'
           EXPORTING
                SETID                     = T_SETLIST-SETNAME
           TABLES
                SET_HIERARCHY             = T_SETHIER
                SET_VALUES                = T_SETVALUES
           EXCEPTIONS
                SET_NOT_FOUND             = 1
                ILLEGAL_FIELD_REPLACEMENT = 2
                ILLEGAL_TABLE_REPLACEMENT = 3
                OTHERS                    = 4.
      IF SY-SUBRC <> 0.
        MESSAGE E002(SY) WITH 'Profit Center group does not exist'.
        EXIT.
      ENDIF.
    Regards
    Sudheer

  • Profit Center Hierarchy Process Chain fails

    Hello Friends,
    I have Profit Center Hierarchy load using Process Chain daily. Last night it failed.  The log says : Saving Hierarchy Month 00 is not plausible.  Does anyone have any idea about it.
    jose

    Hi Jose,
    seems that one of yourinfoapckages seems to have a logic for naming the hierarchy where the previous month is calculated. This logic seems to fail for january.
    Regards,
    Juergen

  • How to create a profit center group using MDG-F?

    Given that there is a controlling area CA created in ECC. under which there is a standard profit center hierarchy let us call it ABCD created. Under ABCD, there is a Profit Center Group PCG01 already created in ECC. Now what steps (or screens) I should go through on MDG-F if I want to create another profit center group PCG02 that should be placed under PCG01? Thanks for your help.

    Hi ,
    First of all you need to create Profit Center from Create Change Request by selecting the change request type of PCTR Single Processing.
    Complete the all approval of the Profit center. Once your PCTR gets activated , it will go & sits into MDG tables ONLY.
    You have to make a replication setup of Local replication for replicating this created PCTR via MDG to the ECC Back end so that you can see the same data in the CEPC table.
    Once you are done with this, use Collective Processing form Change Request of PFCG role where you can create your PCTRG & PCTRH . You can assign the PCTR to PCTRG & PCTRH accordingly.
    Hope this answers your all questions.
    Best Regards,
    Kaustubh

  • Profit Center Hierarchy Variable-Prompt

    Hello,
    I'm using a heirarchy variable in BEx 7.0 query designer that is based on a profit center hierarchy object. When I execute the query, and I get prompted to choose nodes of the hierarchy, I'm only able to "include" nodes but I'm not able to "exlcude" nodes. Any ideas?
    Thanks!
    Michelle

    Remove the varaible for the hierarchy and try executing it.
    If you remove the Hierarchy variable from the query and execute the query ,user should only get the nodes to which he is restticted it could be 1 node or multiple.
    Hope you had kept Type of Authorization = " 1" Subtree below nodes in RSECADMIN of the auth object for profit center for the particular node
    Hope it Helps
    Chetan
    @CP..

  • Profit Center Hierarchy - allocate between P/C

    I am in process of creating a profit center hierarchy before project implementation so nothing is in system yet.  I would like to know opinions on if my idea will work or a better alternative.
    I have three main profit centers for the major business products.  I also have one profit center for a product line that could be sold with any of the other three main P/Cs.  Can I create a hierarchy with 4 profit centers and then be able to allocate out the #4 profit center to the other three? 
    Then I could run a P&L report on the three P/C each with their share of the 4th P/C.
    Please advise - thanks.

    Yes you can create 4 profit centers and allocate the Revenues and Costs of the Profit center 4 to Other 3 profit centers.
    Prasad

  • Profit center Hierarchy in query selection varaiable

    Hi,
    I am using Profit center Hierarchy node in my query selection. does it make the query execution slow.
    Thanks
    Madhu

    my query is excuting very fast in Developement where as in QAS it is excuting very slow.
    i don't know exactly what is the reason.
    the query is build on Inventory Cube ,
    some people told me that when non-cumulative keyfigures and  profit center hierarchy node used as selection the query is going to execute slow.
    i don't know exactly,if that is the case it has to apply for the developement system also.
    can anybody face this pbm
    Thanks
    Madhu

  • Creating Union Report using 3 different reports in OBIEE 11.1.1.5.0

    Hi Gurus,
    This is my first time where I am creating a union report, I have a urgent requirement to create a union report using 3 different reports and it has 3 common dimension columns and each report has 3 measures and a measure label, and 1st report measures has to show $ amounts with column names ,2nd report measures has to show % with column names and 3rd units with column names, the result should be in pivot with all columns and measures ,can someone please help me with steps to approach,I am really confusing with the results when i tried, I really appreciate your inputs.
    Thanks
    KP

    Addendum: I've tried it with CSV instead of XLS. Again, the repository appears to work just fine, but in Answers I get this message, similar to the Excel error:
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 16001] ODBC error state: IM006 code: 0 message: [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed. [nQSError: 16001] ODBC error state: S1009 code: -1023 message: [Microsoft][ODBC Text Driver] '(unknown)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.. (HY000)

Maybe you are looking for

  • Foreign key fields not getting populated in datacontrol palette for EJB app

    Hi, I am quite new to ADF and EJB.I developed a jdeveloper application with JSF and EJB tiers.(I am using jdeveloper 10.1.3.5) For database the default HR database is used.I created the entities for the EMPLOYEES and DEPARTMENTS table. I also created

  • Internal order Type creation

    Hi Guru, My client want to create new internal order type. so My doubt is new order type need to create directly in production server or not. Because development server orders type and production server order type there is some miss match is there. K

  • Very Important: includes in hr reports : Points assured

    hi all..   I am relatively new to HR reporting especially payroll reports. As i was going through some reports i came across some includes eg. INCLUDE rpc2cd09.      INCLUDE rpc2ca00.      INCLUDE rpppxd00.      INCLUDE pc2rxin0.  etc I learnt that t

  • Create Workspace(Library) in domain by OCS Web Service API

    Hi, I am currently using the OCS Web Service API to create a Workspace(Library) in domain level. Here is the code I used:           DomainManager dm = wsCon.getDomainManager();           WorkspaceManager wm = wsCon.getWorkspaceManager();           It

  • SDMWB - ORA-03137: TTC protocol internal error : [3120]

    Hello, Customer is trying to migrate MS Access 2003 to Oracle database 11.1.0.6 using APEX 3.1.1 and SQL developer 1.5. He has used APEX 3.1.1 exporter the most. He ran the exporter for Access 2003 and got an xml file and sqlfile. He created a reposi