Hierarchy in selection screen shows Short Text, I want to change it to Med

Hi
It seems that the selection popup of Hier is using the Short Text of the Charc.
Can I change it to use Med Text?
I tried in the Query, it only changes the way the Hier is presented in the reort
and not in the selection screen.
Thanks
Edan

Hi Edan,
You could select the type of text you want to display on selection screen by choosing the same under the Business Explorer tab of your Hierarchy infoObject.
Go to RSA1 -> infoObject -> find your hierarchy infoObject -> Display -> Business Explorer tab ->
Text type -> Medium-length text.
Hope this helps!
Regards,
Saurabh

Similar Messages

  • Display key in the selection screen and Key & Text in the report

    Hi,
    For the infoobject in the query,
    In the variable selection screen When i want to select any value it should display only key, and in the report i want to display key and text of that infoobject.
    Is it possible?
    Thanks
    Rani

    Hi
    Display As
    Here you determine whether and in what format the individual characteristic values of the characteristic are presented:
    ·        (Standard): The standard display type for characteristic values corresponds to the setting in InfoObject maintenance under Tab Page: Business Explorer.
    ·        No Display: The characteristic display is hidden. This function is useful, for example, with the currency/unit characteristic as the currencies are also shown in the key figures.
    ·        Key and Text: The characteristic values are displayed by their technical key and text.
    ·        Text: The characteristic values are displayed by their text.
    ·        Key: The characteristic values are displayed by their technical key.
    ·        Text and Key: The characteristic values are displayed by their text and technical key.
    In the dropdown box below, you can select the type of text you want to use if you set a display type that contains text. The following options are available:
    ·        Standard: The shortest available text for the characteristic values is used as the text.
    ·        Short text: The short text for the characteristic values is used as the text.
    ·        Long text: The long text for the characteristic values is used as the text.
    ·        Medium text: The medium text for the characteristic values is used as the text.

  • How to pass selection screen parameters in text elements?

    how to pass selection screen parameters in text elements?

    don't you mean he other way around. Assign text-elements (selection texts) to select options?
    This you do in the menu where you can find text-elements, selection texts.
    menu Goto->text elements->selection texts.
    Edited by: Micky Oestreich on May 10, 2008 2:45 PM

  • Should the screen show when the ringer switch is changed?

    My ringer is not working on my 4S with 7. Should the screen show when the mute switch is changed from on to off and back? I believe it did before.

    But is not now. and my ringer is intermittent.

  • I downloaded firefox in BANGLA language mood, so tool bars r showing in bangla, i want to change them to english, how can i?

    i downloaded firefox in BANGLA language mood, so tool bars r showing in bangla, i want to change them to english, how can i?

    If the Firefox user interface (menu bar) is in the wrong language or if you want to change the current language then you can get Firefox in the language of your choice here:
    * Firefox 7.0.x: http://www.mozilla.com/en-US/firefox/all.html

  • Hierarchy node text shows short text instead of medium text in WebI report

    Hi,
    We have created a simple Hierarchy suing Tx RSH1.
    US -> North Carolina
              South Carolinakey
             Rest of America
    Please note "North Carolina" is the medium text for the node while the short text which can contain max of 10 chars is "North Caro"
    We have used and activated the hierarchy within the BEx query. Text display with "Medium Text" has been enabled for the InfoObject. The display on the BW report is as expected showing the medium text for all levels and all modes.
    When a universe is built on the query and a WebI report is created based on the universe everything works fine other than than the Hierarchy text for different levels and nodes. Instead of showing the Medium text, the short text is getting display.
    We took out the text object from the Universe in the Universe designer and went ahead with the key and medium text, but that did not help.
    Is this a known bug? Is there a workaround for this issue?
    We are on XI 3.1 SP3.
    Rgds

    Hi,
    I am working on BO XI 3.1 SP2.
    I have displayed the medium text for the hierarchy nodes as:
    In my universe three detail objects(key, medium name and long name) gets generated for each hierarchy node.
    I have copied the definition of L01 Medium name (detail object) in the L01 dimension object. similarly for other hierarchy nodes.
    i.e. L02, L03.. etc.
    Now the master data which have been loaded for the medium name will be displayed.
    Regards,
    Rohit

  • Selection screen to short

    Hi all,
    When I try to activate report I'm getting error that it's imposible to create screen.
    It looks like this
    SELECTION-SCREEN BEGIN OF BLOCK
      PARAMETER  pa_flo_9 TYPE data_type.
      SELECTION-SCREEN PUSHBUTTON 70(10) flo_9 USER-COMMAND FLO_9.
    SELECTION-SCREEN END OF BLOCK
    If I try to put button more on right then I'm getting error "The specific offset is too large (maximum 75)"
    Problem is that there is not enough place in line. I've tried using
    SELECTION-SCREEN: BEGIN OF LINE
    SELECTION-SCREEN: END OF LINE
    I'm not getting this error but my comments are below other components and I can't see them at all. Does anybody know how to increase width of line?

    Hi Marcin,
    Specify BLOCK name with FRAME option.
    Check the code in BOLD.
    SELECTION-SCREEN BEGIN OF BLOCK <b>B1 WITH FRAME TITLE TEXT-001</b>.
    PARAMETER pa_flo_9 TYPE data_type.
    SELECTION-SCREEN PUSHBUTTON 70(10) flo_9 USER-COMMAND FLO_9.
    SELECTION-SCREEN END OF BLOCK <b>B1</b>.
    Thanks,
    Vinay

  • Domain bindings doesn't show short text of domains

    Hello forum,
    I am facing a problem in a bsp view. I want to create a dropdownListBox where the values displayed are the short text values in the domain.
    I found a SDN guide (https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/72d7ac11-0501-0010-63a2-cc6960569926) where they are demonstrating this feature.
    In my views only the Fix. Val. gets displayed, not the Short Text.
    Here is the coding... any ideas what I am doing wrong?
    <htmlb:dropdownListBox id         = "user_type"
                                 selection  = "//model/user.user_type"
                                 helpValues = "//model/user.user_type" />
    Thanks,
    Chris

    I have only used Acrobat Pro, not Standard. Does Standard have a Content Pane? If so, I would try selecting each content element on the page till I found the image, and drag it above the text elements in the content order.
    Hope this helps.
    a 'C' student

  • Password fields(mask in ******) in selection screen show in variant

    Hi guys,
    In my develped report program, I mask a password field as *****,but if I save the selection-sceen input as variant, when I display the variant, the content of password field will be shown,any way to mask it in variant? thanks!
    Best regards,
    Pole

    hi,
    try sth lik this:
    parameters PWD(64) TYPE C  lower case modif id 1.
    at selection-screen output.
    loop at screen.
    if screen-group1 = 1.
    screen-invisible = 1.
    modify screen.
    endif.
    endloop.
    greetings
    Andreas

  • Selection screen shows only 500 values

    Hi All,
    When I execute a query having a selection option variable (0material) with "single values", I am only shown the first 500 values out of the entire list......how to get the remaining values in the selection screen?
    Thanks,
    gaurav

    You will see an arrow besides 500 on ur screen
    Click that
    A window will pop up
    Check a drop down on this window
    It says
    All
    100
    500
    Select All

  • My iphone4s is "frozen".  Can't shut off; screen shows huge text size.  How do I get it to work?

    I can't remember what I had done when this problem happened early this morning.  But it is stuck on the login screen; however the text is huge and I can't even move to the correct numbers to log in.  When I press the power off button, nothing happens.
    Thanks for any and all assistance.

        Yikes! Let's make sure to get your phone back to size and working, Ruffian1950. It sounds like you have Zoom enabled (with a double-tap of three fingers your screen can zoom in or out). To turn Zoom off after you double-tap again, go to Settings>General>Accessibility>Zoom. With your screen too large, you won't see the Slide to Turn Off at the top trying the power button. To restart your phone while zoomed in, try pressing and holding the power and home key at the same time for about 20 seconds.
    JenniferH_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • Lock screen showing email/text content after 10.2 update

    I downloaded the latest software version a few days ago and am horrified to see that now one can tap the notification icon on the lock screen and read the message! Why would anyone want that? How do I stop that? If I can't fix this I'll be getting a different phone.
    Solved!
    Go to Solution.

    Please define no emails and bbm came through.you said in your first post that you didnt want people to tap and read your stuff.
    There is NO setting for it to appear on lock screen but people cant open.choose 1.people to open OR it shows nothing.
    sent from my IMBA BlackBerry Smartphone

  • How to get modified values in selection screen

    address data  is filled in selection screen by default.
    if  we want to change the address on selection screen
    and pass it to another variable .how to handle this  please let me know

    Hi,
    Change the value of address in the selection screen by delting the default value and replcaing it by new 1.
    Then assigh this value of that variable to the new variable
    new_variable = variable.

  • Change of variable text in BEx selection screen

    Hi all,
    in our BW system the key users are allowed to create queries and also create variables. In some cases, especially for often used info objects like 0DATE the number of variables is increasing very quickly. The reason for this is, that 0DATE is used for a big variety of meanings e.g. delivery date, order date, invoice date etc.
    So the users always create new variables only to have a meaningful description in the BEx selection screen, because they do not want only "date" to be displayed here. As result we have many different varianbles with exactly the same technical settings with only different names.
    So my question is: Is it possible to change the diplayed text in the selection screen for each query without having to create a new variable?
    Thanek you and best regards

    Hi Stephan,
    Changing the diplayed text in the selection screen for each query is not possible.You have to create a new variable for each query.
    Rgds,
    Murali

  • Is there any option to display selection screen text in bold or big font?

    Hi all,
    Is there any option to display selection screen text in bold letters or with increase font size?
    Thanks n Regards

    Hi,
    Just give atry in this way..
    open the same program ans selection-screen screen no will be 1000 in se51 screen painter,
    go to properties of the texts u want to change then go to display tab and check the checkbox bright.
    it may or may not work but this will work in module pool .
    just give a try...
    Regards,
    Suresh.

Maybe you are looking for

  • USB External drive for PC & Mac Via Home Hub 2

    Hi Guys, I have a home hub 2.0, I also have a 1TB External USB drive, I have connected the drive to the USB port on my Hub and I can see the drive on my pc, wirelessly (Windows 7), I know nothing abouy MAC's, but my wife has one and it would be great

  • EAP MD5 with ISE 1.2 - How to Prevent Active Directory Account locks?

    Hi, Is there any how to prevent accounts to be locked in AD if someone do a password brute force attack in a account? ISE has some feature/Configuration to prevent this type of attack ? Thanks.

  • What App allows me to stream music stored on the computer to IOS 4.3

    I could have swore that a feature of Airplay in 4.3 was the ability to listen to music on the iphone that is stored on the computer. I feel like I have searched through both the iPod app and the Remote app and can't seem to figure out how to do that.

  • Oracle 11g ODBC for Windows NT and Windows 95

    Hi Please does anyone knows where can I find this ODBC ? Oracle 11g ODBC for Windows NT and Windows 95 I have test some ODBC from the Oracle page but doesnt work Thank you J.A.

  • IMessage suddenly offline

    Haven't changed anything. Today my accounts are offline. Attempt to sign in again with Apple ID, and received the message that the server is not responding and to try later. Well, my partner has no problem with it so it can't be the server. Tried res