Hierarchy Key Compounded with parent characteristic key

Hi all,
When BEx displays a hierarchy loaded from SAP, it concatenates the parent characteristic's key along with the hierarchy node name as default.  For example, we are using a Profit Center group called 'PROFCTRGRP'.  When loaded to BW, this shows up as XXXXPROFCTRGRP (where XXXX = the controlling area for which it is maintained in ECC).  Each of the hierarchy nodes also show the same format.  For example the hierarchy in BW looks like -
XXXXPROFCTRGRP
  XXXXPROFCTRNODE1
    XXXX/PROFCTR1
    XXXX/PROFCTR2
  XXXXPROFCTRNODE2
    XXXX/PROFCTR3
Instead, I'm looking to show it as it appears in ECC -
PROFCTRGRP
  PROFCTRNODE1
    PROFCTR1
    PROFCTR2
  PROFCTRNODE2
    PROFCTR3
I have the query filter hard coded to the appropriate value on 0CO_AREA.  I also have 0CO_AREA show in the rows (set as "No Display") just before the 0PROFIT_CTR characteristic. 
Any ideas on how to correct this?  We load the profit center group straight from ECC to BW.
Thanks in advance for your help.

Hi,
The values which are coming as CA/ COSTCENTER is because you miught not have Text uploaded for the same.
Please Load the text for the same as Costcenter and display text in reports.
We are using the costcenetr like this only.
We put the Controlling Area in Filter area and Costecenter display as TEXT instead of KEy in Row part of Query designer.
Thankls
Mukesh

Similar Messages

  • Hierarchy Key Date

    I've noticed something strange in our system.
    We have queries defined using a time-dependent hierarchy for which we specified a key date different from the query date.
    Now I cannot change it because the selection options for key date are greyed-out. Even creating a query from scratch with the hierarchy results in greyed-out key-date options on the hierarchy. It defaults to the key-date of the query. Can this be a change in behaviour after upgrade to 3.5?
    Regards,
    Eric

    Hi,
    I’ve made an additional search for OSS notes. Found a lot, concerned mainly on incorrect hierarchy or query key date.
    Found also very strange note, # 674220 “Date entry not valid for time-dependent hierarchy structure”:
    <b>Symptom
    For characteristics with time-dependent hierarchy structures, the
    hierarchy validity date is always the key date of the query
    Other terms
    Query, time-dependent hierarchy structures
    Reason and Prerequisites
    Programm Error
    Solution
    The date radio group buttons available for Key date
    has no meaning, when hierarchy structure is time-dependent. The validity
    date for hierarchy will always be taken as the key date of the query.
    in this case. Hence, kindly ignore any other date entered in this field.
    A corrective action will be taken in the future release to stop
    entering any other date.</b>
    It might be understood that hierarchy key date should always be as a query key date. Though the note was applicable to earlier releases but it could be read as that in future releases this option for hierarchy key date is going to be disabled.
    I’ve searched BW for 3.5 SP notes. Found nothing about this option to be disabled. Moreover, in my system this option is enabled. So, if there is a bug, I couldn’t find anything usefull.
    Documentation says that this option is to be enabled for time-dependent hierarchies only. So, if your situation is not caused by a bug, then something might be wrong with your hierarchies.  Please look directly in SE16 at your H, I, J & K hierarchies tables, try to find something unusual. Maybe DATEFROM or DATETO values are missing in H table. Maybe the hierarchy is not active or corrupt. Or something. 
    Should you have found nothing, the last resort is to raise OSS note to SAP.
    Best regards,
    Eugene
    Message was edited by: Eugene Khusainov

  • Controlling area hierarchy key

    Dear guru,
                        here i am creating controlling area and assign it to co.code also use t-code okkp i have create new hierachy
    but i have create cost center at that time i got error is controlling area bk01 does not have std. hierarchy key(please assign
    one) but i have already created two more time but i have face these error please give me point point solution for these error
    if possible give early fast
    best regards,
    ravi

    Thaks Guru for d point to point answer!!!!
         Best Ragards,
            Ravi

  • Dimension with Parent-Child Hierarchy - not working

    hi,
    i tried making "Dimension with Parent-Child Hierarchy" as described in your tutorials.
    i finished with the admin tool and database changes and with no errors.
    when trying to create a new answer, by only puting the hierarchy column in the answer.
    the result show "no result" exist.
    i am not sure what i am doing wrong. maybe you can point me to the problem?
    thanks
    Mirit.

    956850 wrote:
    hi,
    i tried making "Dimension with Parent-Child Hierarchy" as described in your tutorials.
    i finished with the admin tool and database changes and with no errors.
    when trying to create a new answer, by only puting the hierarchy column in the answer.
    the result show "no result" exist.
    i am not sure what i am doing wrong. maybe you can point me to the problem?
    thanks
    Mirit.Hi Mirit,
    What is the table that you created hierarchy on?
    Which column in the hierarchy you pulled into your reports to see the No Result message?
    Please query the table and see if has data.
    Thanks,
    G. SK

  • Create a Navigational Hierarchy for filtering with the Table API

    Hello,
    I've built a WAD report acourding to the how to document: "Create a Navigational Hierarchy for filtering with the Table API".
    It works great but i dont know How to make the hirarchey to show the key and the text.
    Please Advice.
    David

    Hi Kenneth,
    please have a look in the source of the executed Web Application. What is inside of the <div> with the id filter?
    You should also find a td tag with id hier_xyz with xyz the filter inside of the <div>-Tag with id filter.
    Also check whether you have a javascript error.
    Have a look on the Javascript function set_style. Perhaps you can paste it here, than I can have a look.
    Heike

  • Insert Record with Parent/Child Tables doesn't work with Oracle - unlike AC

    Hi,
    I just Migrated a MS Access 2010 Database to an Oracle 11g Backend with the SQL Developer Tool.
    The Migration went fine, all the Tables and Views are migrated.
    I'm working with MS Access as Frontend.
    The application has some Datasheets with Subdatasheets with Parent/Child Relationship. (1-n Relationship)
    After changing to Oracle, it's not possible, to Insert a new Record in a Subdatasheet I always get the following Error Message:
    "The Microsoft Access database engine cannot find a record in the table 'xxxx' with key matching field(s) 'zzzzz'"
    It used to work perfect with the MS Access Backend, do I need a trigger which first adds the child Record ?
    Or what should I do?
    Thank you

    Hi Klaus,
    Thanks for your answer. I still haven't solved my problem. The only way would be to use a singel 1:n Relationship, but in fact I need a n:m Relationship.
    I tried the same scenario with a new Access Application, same result.
    To clearify my problem.
    Goal: Parent Form with Parent Records, Linked Child Form with Child Records in a Datasheet View => Insert of a NEW Child Record.
    I have 3 Tables (table1 = Parent tabel, table2 = Child Table, table12 = n:m Tabel with PK and two FK)
    The Recordsource of the Parent Form is Tabel1
    The Recordsource of the Child Form is Table2 joined with Table12.
    In my Old Access Project, Access Triggered the Insert and filled Table12 with the NEW PK of Table2.
    It seems like Access can't do that anymore....
    I'm pretty desperate and I'm sure it is just a litte thing to fix.....

  • Update column with parent child relationships

    Hi,
    i need to update a column with parent child relationship.
    Please provide the possible queries..
    Gobi..

    Hi,
    Depending of the objective and the size of the tables, personally, for maintenance purposes, I preferred duplicate the parent with the new column value and duplicate the child records with this same new value. Other alternative is disable the foreign key temporarily.
    You can take a look on this link below too:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:5773459616034
    Cheers

  • Error with Parent-Child Hierarchies in BIEE11.1.1.5

    Hi ,
    I am using BIEE11.1.1.5, I have created a Logical Dimensions with Parent-Child Hierarchies,
    In answer,I draged the Hierarchies named 'H5 Sales Rep', then view the results,
    It has error,error message as follows:
    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: 43119] Query Failed: [nQSError: 22056] To use hierarchical functions, you need to associate a Closure Table with Logical Table Source 'LTS1 Sales Rep'. (HY000)
    SQL Issued: SELECT 0 s_0, "Sample Sales"."Sales Rep"."Sales Rep Name" s_1, CASE WHEN ISLEAF("Sample Sales"."Sales Rep"."H5 Sales Rep") THEN 1 ELSE 0 END s_2, IDOF("Sample Sales"."Sales Rep"."H5 Sales Rep") s_3, PARENT("Sample Sales"."Sales Rep"."H5 Sales Rep") s_4 FROM "Sample Sales" WHERE ISROOT("Sample Sales"."Sales Rep"."H5 Sales Rep")
    anyone know why???
    Thank you!

    Hi Leo,
    Did you configure closure table? http://www.rittmanmead.com/2010/11/oracle-bi-ee-11g-parent-child-hierarchies-multiple-modeling-methods/
    Also make sure to perform the hierarchy changes in offline mode.
    Regards,
    Dpka

  • BPS Retraction for Cost Center Accounting - Cost Element - Compounding with

    Hello everybody,
    I'm using the "BPS Retraction for Cost Center Accounting" described in the blog from Praveen Mayalur. I have customized the BPS system  (3.5) as described.
    But if i started the retraction i receive a dump. I have debug a little bit and i found out that there is a problem with the InfoObject "Cost Element". It is compounding with two InfoObjects "Source system ID" and "Controlling area".
    PERFORM FILL_RSRDEP USING I_AREA
                              I_CHANM
                              ITO_CHADEP
                        CHANGING LT_RSRDEP
                                 L_SUBRC.
    IF L_SUBRC NE 0.
    *Abhängige Merkmale müssen in der ITO_CHADEP stehen
      MESSAGE X099(UPC).
    ENDIF.
    Does anybody have this problem before. ?
    Regards Detlev

    Hi,
    it looks that your 0COSTELEMNT has been changed and the additional compounding object 0SOURSYSTEM has bben added. In BI Content it is only compounded to 0CO_AREA. So may be this is the problem.
    To be sure that it works you must make the change in your source system to and "compound" 0COSTCENTER to 0SOURSYSTEM. Or you have to chabge the retraction that way that it ignores the source system and only reads 0CO_AREA and costcenter.
    Regards,
    Juergen

  • How do i reset my mac completely? I have parental controls and cant seem to get to time machine cause i bought the computer with parental controls on it and they did not have the password. How do i completely reset my macbook pro?

    how do i reset my mac completely? I have parental controls and cant seem to get to time machine cause i bought the computer with parental controls on it and they did not have the password. How do i completely reset my macbook pro?

    If you have a rescue email address (which is not the same thing as an alternate email address) on your account then the steps on this page will give you a reset link on your account : http://support.apple.com/kb/HT6170
    If you don't have a rescue email address (you won't be able to add one until you can answer your questions) then you will need to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps on this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5620
    Or, if it's available in your country, you could change to 2-step verification : http://support.apple.com/kb/HT5570

  • Switchboard on startup and with parental controls

    CS5 Design Standard, OS X Snow Leopard
    I have a user account with parental controls, and when the user opens, there is a message to the effect that "you don't have permission to open switchboard"
    My questions are:
    Is it necessary to have switchboard open on login? I don't see an application or launcher in the normal places that opens switchboard, the only place is in the user Adobe preferences file. Is that where it is prompted to open on login?
    Can I delete the file launch.switchboard to prevent open on login, but still retain the usability of the program?
    What does switchboard do exactly?
    Thank you.

    ..."I've allowed all Utilities, Applications, etc and no matter what, as soon as I turn on the "only allowed selected programs" option, it won't work."...
    I'm not sure, but it is possible that allowing / disallowing based on the pre-defined categories may not work because the software that Wacom uses on my system is in an atypical location, and has an atypical structure - it actually has one application contained inside another. It may be necessary to approve the apps explicitly.
    Perhaps try either:
    i) Opening "/Library" > "Application Support" > "Tablet" and explicitly dragging any apps present there into the "Parental Controls" pref pane in the panel where the programmes are listed. On my system, the app is called "PenTabletDriver.app"...
    or
    ii) Logging in to the managed account (with application restrictions in place), and trying to launch the "PenTabletDriver.app" programme. If this generates the "application is not allowed" message, it should be possible to "always allow" with "admin" authentication to white-list it at that stage...

  • Using CD with parental controls

    I teach college and I have twelve MacBooks in my classroom. I've enabled parental controls on student accounts, but apparently this disables their ability to run software from the CD that accompanies their textbook. How can I enable use of CDs with parental controls enabled?

    I can, but the software is specifically designed to be run from the CD because it's a hybrid CD (runs under Windows and Mac OS). I'd rather not bother with installing anything.

  • Drag & Drop Permission with Parental Controls

    I recently created a new user account on my computer so that I could use parental controls. The only part of parental controls that I really want to use is the logs feature. I have all the applications checked so that they can all be accessed under this account. My question is, is there any way to let this user move items to other folders? I basically want this account to be able to do everything the admin account can except for a few minor things (like keep a log of activity). Any body have any suggestions?

    I know how to do that, thank you for answering though. Is there an easier way than selecting EACH folder and having to do this. To give you an example, I copied my iTunes Library over to the new account...I made the library file and the main iTunes music file read & write but I have over 400 artist folders and do not want to go in and change each of them individually. Is there any easier way to keep logs that I am not aware about? There were 2 reasons I wanted to created this account with parental controls. I wanted to password protect safari and firefox so that my nephew that is staying with us can not open these applications when we are not here. The other reason was to keep the logs. Is there any easier way to go about this?

  • Downgrade Admin to "Managed with parental controls" - no data loss?

    I want to change my daughter's iMac account (originally my wife's computer) from "Admin" to "Managed with parental controls."
    Is this possible while saving all of her school work/music/etc. which are now under the admin login/account? Or do I backup her home folder, delete the admin account, add a new one for me, then put her back in as "Standard" and go from there?
    Hope there is an elegant/easy way to avoid data loss while still upgrading security on her usage...
    Thanks in advance!
    Kevin

    hi k,
    yes you can down grade her account and enable parental controls. This will not delete her content such as itunes, photos, documents, extra.
    if you haven't done so already, make another administrator account with you will use to manage the computer. Make sure the account has a password; and that password is not the same as her password.
    then Login with the new administrator account.
    go to system preferences and click on accounts. unlock accounts by clicking on the lock. click on the old administrator account. now uncheck allow this user to administrate this computer. then check enable parental controls. then click on the open parental controls button.
    you can now configure parental controls.

  • Safari can't connect to server with parental controls on

    I have one user with admin rights and one user plus guest with parental controls turned on. Recently when parental controls are turned on, I get 'safari can't connect to server' error. When I turn parental controls off again I can connect to the internet again. Why is this?

    Hi and welcome....
    Unfortunately, Parental Controls can only be enabled on a non admin account.
    See if there's a proxy set up for Safari. From the Safari menu bar click Safari / Preferences then select the Advanced tab. Click "Change Settings" next to: Proxies.
    That will launch System Preferences / Network - Proxies.
    If there are any boxes checked under: Select a protocol to configure, deselect the box then click Ok.
    Quit Safari (Command + Q) then relaunch Safari.
    See if Safari can connect in a parental controlled user account.
    Carolyn

Maybe you are looking for