Display Key and Long Description

Is there any way to display the Key and Long Description for a hierarcy in a query? It looks like the only option is to display Key and short description or Long Description only.
Thanks,
Ron

Hi
These are the basic steps:
1. upgrade to BW 3.5
2. choose to display as key and text
3. choose key + long text
the following links says the step by step procedure to do it:
http://help.sap.com/saphelp_nw04/helpdata/en/22/27813b731fd60ee10000000a114084/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/af/27813b731fd60ee10000000a114084/frameset.htm
Regards,
Naveen P

Similar Messages

  • Display key and text by WAD command in custom structure hierarchy

    Hi everybody,
    I have a query using a custom structure with hierarchy layout. As usual the structure does only display its text as descriptions but I can enable the display the key in BEx Web by right-click on the analysis item --> Properties --> Characteristic --> Display. Unfortunately these setting can not be defined directly in the structure within the Query Designer.
    For a workaround I put the query into a web template, in which I used the Set Presentation (SET_PRESENTATION) command to enable key and text display from the start. Hence I put that command in the wem template parameters Action Before First Rendering (ACTION_BEFORE_FIRST_RENDERING). Everything is working properly and makes me very happy.
    But... there is one thing missing, I would like to implement... I want a toggle button, which allows the user to switch between key and text display and text display. Unfortunately setting the same command from Action Before First Rendering (ACTION_BEFORE_FIRST_RENDERING on a various button does not working. The button command only affects data rows of the leaves of the structure hierarchy. All parent nodes do not change their appearance.
    Any ideas how to solve this?
    Thank you for any helps and comments!
    Sebastian

    Hi Sebastian,
    I have a similar problem. Can you help me? How did you set the entry in Member Presentation of Command SET_PRESENTATION to display key and text? I just found the values to set the only text or only key.
    best regards,
    Barbara

  • Code to display 'key' and 'text' of a char

    Hi
    I need to write an exit variable to display Key and Text of a charcterstic. Can some one please provide me the code?
    Thanks
    Basava

    Hi
    Here my requirement is different. I am using a structure with cell definitions. I need an exit variable to display the key and text.
    Can some one help with the code?
    Thanks
    Basava

  • Multi Language Description and Long description update.

    Hi Guru,
    I would like to know the possible ways to upload the description and long description in multiple languages for the existing items in mass.  For newly created items, we can enter the data in language form tied to the description.
    Is it possible to do with APC WebADI.?  or any other suggestion would be highly appreciable.
    Venkatesh

    I solved the problem by myself. It's a customizing with OBVU.
    Hope it can help others.
    Andy

  • Loading key and/or description from BW into BPC

    Dear all,
    We have the requirement to load master data from BW into BPC 10 NW (SP4) and are facing some difficulties.
    Depending on the property, we want to do the following:
    - Load the attribute key into BPC property
    - Load the attribute description into BPC property
    - Load both concatenated using an underscore into BPC property
    The loading process as such works and the concatenation would aswell, but so far I'm only able to load the keys into BPC. In the BW table I can see that the attribute has both a key and a description but I don't know how to select the description in BPC (either through transformation file, set selection, ...). Is there a standard functionality to select between a key and a description in BPC 10 or do I have to ask the BW-team to make an additional attribute with the description as a key?
    Same goes for loading the member ID's and member descriptions for a specific dimension. There we want to fill the member ID in BPC with the BW description and use another BW description to fill the member description in BPC.
    Any advice/input would be greatly appreciated!
    Thanks in advance,
    Matthias

    Hi Matthias,
    I have the same problem and I don't know how to solve it.
    While loading master data into BPC InfoObjects (or as called in BPC jargon "Dimensions") I found out, that it is possible to load the Attribute ID's relatetd to the InfoObject, while it is not possible to load the corresponding descriptions.
    Actually I cant help you with my post. But atrouble shared is a trouble halfed
    I would be pleased if somebody could offer any solution to this problem
    Kind Regards,
    George

  • Need help for displaying key and description in Dropdown (ABAP WEBDYNPRO)

    Hi Experts,
    I am using dropdown as a table field. For this dropdown I want to display the value as well as description.
    In ALV table when we create a dropdown dynamically in table field, there is a method SET_KEY_VISIBLE in class CL_SALV_WD_UIE_DROPDOWN_BY_KEY.
    But I think we cannot use similar method for normal dropdown field in table.
    Is there any way we can display both value and description in dropdown value set ?
    Please help.
    Regards,
    Anand

    Hi,
    I think there is no such option. You need to consider one variable type string and while populating the
    valueset fill this variable by concatenating the value and description and assign it the key and value
    pair of the valueset.
    DATA:
      lt_value_set_ctry      type table of wdr_context_attr_value, " Country/Service Location
      lv_str type string.
        loop at lit_country into ls_country.
          concatenate ls_country-value ls_country-text into lv_str separated by space.
          ls_value_set-value = lv_str.
          ls_value_set-text  = lv_str.
          append  ls_value_set to lt_value_set_ctry.
          clear ls_value_set.
        endloop.
          lr_node_info->set_attribute_value_set( name = 'COUNTRY'
                     value_set = lt_value_set_ctry ).
    Consider this lit_country is a text table for countries.
    Regards,
    Lekha.

  • Display key and text in variable selection screen.

    Hi:
    I have a variable in the Var.selection screen. and I cannot have the text displaying. Only the key is coming.
    - I have checked "Provider-Specific Properties" in RSA1 and is ok. and display attributes in Query Designer as well.
    Infio: The Characteristic is used in the same query as a Free Char. and there is displaying Key+Text correctly...
    any idea in what else to check.?
    Regards.

    Hi,
    Do you mean that the value help of that variable is not showing the Text values in the selection screen.It shows only the values in "Key"
    If this is the case,then invoke the value help of that variable->Click "Settings"->"General Display" tab->Select "Default(Text)" and click OK.The values will be listed in "Text" rather than "Key"
    Rgds,
    Murali

  • Display Key and Text in Variable Selection Box by Default in BEx

    Hi Experts,
    I have a requirement to display both key and text in the variable selection box by default.
    Currently, only the text is being displayed.
    The 'wrench' can be used to change the display, but the client would like to see both key and text by default.
    Is there  a way I can accomplish this?
    Thanks,
    Points will be assigned!

    hi experts,
    i have done the same settings in development and its working fine and we can see key/text bydefault in variable selection in Dev. and when i transport the cube into quality the settings are reflecting but in analyzer(QA) variable selection screen still its giving text(DEFAULT). could you please provide me the solutions to do it.
    thanks & Regards
    vadlamudi

  • Display key and text in dropdown box & suppress leading zeros in material #

    Hi Everyone,
    I have some questions on how to ....  Can anyone help me?  Here they are:
    How to show material # and description (key and text) both in dropdown box list? 
    How to suppress leading zeros in material #, i.e. 0000000012345678 only show 12345678 ?
    How to show a date with format mm/dd/yyyy not yyyymmdd?
    Thanks alot, Jin
    Edited by: Jin Freda on Mar 25, 2008 4:47 PM

    Hi,
    What type control you are useing for date .
    If you are useing Input field of date type or Date picker control you should get this option in the control properties.
    Can you tell me what are  tabs are appaering in the conrtol properties.
    2.When you you are using the formula Round(@material) ,Are you typing it or draging Field from right side in to  the formula .If you did not drag it you will get Message:Formula has errors.
    One more probelm is there if the Data type of field where you using formula is not Number type.
    Check all above and get back to me.
    3.You are not able to give 6 points for all because its a resrticed one you execeded giving6 points option now you can give only 10 points.
    Regards,
    GOVINDU

  • Need table with Variant ID and Long Description

    Hello,
    I have a list of ZPAK_* infopackages that I want to translate to their Long Description names. I can search by the Variant ID in RSA1 and find the name but this is a long process and I have over 100 infopackages.
    Does anyone know of a table that has both of these fields?
    Thank you

    Thank you
    You saved me an afternoon of mindless cutting and pasting

  • Short, medium and long descriptions in BPC

    Hi all,
    I must have 3 types of descriptions in BPC members, short, medium and long.
    The only way to achieve this is using properties for two of them, or is there any other option?
    Many thanks in advance,
    JA

    Hello Ja,
    "The only way to achieve this is using properties for two of them, or is there any other option?"
    I don't understand what this mean... ?
    any how, If you are taking about master data loading from BW, then we have an option to choose description whether it is short, medium, long..
    while running the DM package in the set selection go to language tab. for reference see the below image...
    Regards,
    Saida Reddy G

  • Keys and Join description at physical layer does not reflect in BI Answer?

    Hi All ,
    While creating a RPD , the description about keys and join information using
    description and hint property which we define at physical layer, those informations do not reflect BI Answer when i query to metadata dictionary.
    Any ideas in this regard?
    -- Ashish

    Hi All ,
    Here i give little bit more description what i did.
    (1) I created a RPD and gave some description about Foreign Keys and using hint a gave some description about Physical joins.
    (2) After then using utilities I generated the Metadata Dictionary.
    (3) Now after restarting of services when i query to Metadata Dictionary using BI Answer , i am not able to see those descriptions. Rest of the information like table level and column level descriptions i am able to see.
    Is there any way to get these descriptions or metadata dictionary does not keep descriptions for keys and joins?
    Any ideas in this regard??
    --Ashish                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Display short and long texts

    Hi,
    I have a hierarchy with node names more than 20 characters....The report displayes the node name with 20 char correctly, if it is more than 20 char it truncates the word and only displays 20 char....
    I tried changing the Key& Text to Medium ....but it is not working....
    Can anyone help....It is an urgent issue.....

    Hi Dinesh/ Ramya,
    I have the similar kinda problem.
    recently we migrated to NW2004 bi7.  we have one query using hierarchy, in that we are not getting medium text, only short text is displayed.. 
    your help and inputs appreciated..
    Thanks in advance

  • Changing Infoobjects Short and Long description on mass level

    Hi,
    We are trying to change the descriptions for infoobjects on mass level. We dont want to change the same in dev system and transport since its not feasible to check the consistency of the objects.
    Kindly let us know if there is any other alternative for the same.
    Thanks,
    gaurav

    Hi Siggi,
    We tried changing the description using this function module and it worked in our DEV system. The concern here is when we check the attribute for this SAP standard function module it shows status "Not Released"  under General Data tab.
    Can we follow this appraoch as we could not find any other impacts since it changes only the text part of infoobject.
    Thanks for the inputs!!
    Regards,
    Gaurav

  • How to show display attributes like key and description in voyager

    This question is on voyager connecting to SAP BI Query. I would like to show both key and description of the row member. It is mentioned in the guide that display attributes can be viewed and changed from the properties tab of the tab panel. But I didnt see any such option in properties tab.
    Any solution for this?
    Thanks
    Raghu

    It is a XI 3.0 version. I looked at Voyager user guide for XI 3.0 in page no 202. It is about Using Voyager with SAP
    "Display attributes
    Members have several string properties which are visible in Voyager:
    u2022 Key
    u2022 Short description
    u2022 Medium description
    u2022 Long description
    u2022 Key and short description
    u2022 Key and medium description
    u2022 Key and long description
    These string properties can be viewed and changed from the Properties tab
    of the Tab panel.
    Note: Key and text properties are concatenated into a single string, and are
    therefore displayed in a single column or row caption field. They do not
    appear as separate columns or rows."
    Thank you very much.
    Raghu

Maybe you are looking for

  • Copy more than one A/R Invoce to an A/R Credit Memo

    On this case I´d like to copy more than one AR Invoice to (just) an AR Credit Memo and that feature does not exist on SAPBO. Create a AR Credit Memo without link from AR Invoice is not a correct way. Because the items costs will be the current one an

  • Correct steps to reload ASM disks into a running ASM instance on Linux RHEL

    Hi guys, i hope this is the correct forum, awfully i did not found any document specifically talking abou this. first of all let me explain quickly my goal: in my server (it contains the same data of 3 production RACs for reporting purposes) i would

  • How to create Proxy Server in Java

    Hello I need to create Proxy server on port number 80. Does enybody knows how to do that.??? ThX

  • Move labeled object by x, y coordinates

    There is a few script that move objects, but a job i'm doing can benefits if I can move all objects across multiple layers (visible or not) with a specific script label name using x, y value. A small dialog with list of labeled object an a x & y valu

  • Production order status REL to CRTD

    Hi Gurus, Can we convert production order status from REL to CRTD. Please explain under what circumstances we revert the status from release to created and how? Regards, Jejesh