Reg: problem in displaying as key and text

Hi Friends,
I have a problem while displaying values for 0profit_ctr.
In Development box report working fine. In production it giving problem.
ISSUE:
I want to display the 0Profit_ctr as key and text format. In development box it showing correct. I cross verified the properties of 0proft_ctr charcaterstic in report of  development and production box. In both it is defined as dispaly key and text.
Also cross verified the infoobject (0Profit_ctr) details, In both Business Explorer general settings defined as Display as Key and Text.
Everything is same in production and development box for this. Even though in production it showing as text and key. we need to display it as key and text.
any suggestion on this.
Regards
Mrk.

It could be that the infoObject has been disturbed, have you tried just re-activating the object in Production.
Also check the following link :
I am able to search only by text and not by Key in filter.

Similar Messages

  • 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

  • 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

  • How to populate both key and text in drop down list in dialog prog screen

    Hi, Can anyone please advice how to display both key and text in the drop down list in dialog prog screen. I tried with below code. keys and texts are getting populated in values table but only text is appearing when click on drop down. need to display both key and text in the drop down. Thanks in advance.
    TABLES: ZRPP_MODELS, ZRPP_FFLSTRATEGY.
    TYPE-POOLS : VRM.
    DATA : field_id TYPE VRM_ID ,
           values   TYPE VRM_VALUES,
           value    LIKE LINE OF values.
    FORM fill_model_list .
      select MODEL MODEL_DESC from ZRPP_MODELS into value.
        APPEND value TO VALUES.
      endselect.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id     = 'ZRPP_MODELS-MODEL'
          values = values.
    ENDFORM.

    You need to concatenate KEY & VALUES
      wa_values-key = '1'.
      wa_values-text = '1 - One'.
      append wa_values to i_values.
      wa_values-key = '2'.
      wa_values-text = '2 - Two'.
      append wa_values to i_values.
      wa_values-key = '3'.
      wa_values-text = '3 - Three'.
      append wa_values to i_values.
      call function 'VRM_SET_VALUES'
        exporting
          id              = 'LIST_BOX'
          values          = i_values
        exceptions
          id_illegal_name = 1
          others          = 2.

  • Key and text for variable

    Dear ALL,
    I m having one variable for that i need key and text in bex analyzer.
    how to enable the key and text for a variable.
    pls asap
    regards,
    Jenish

    Hi jenish kumar ,
    if i under stan your requirement correctly,  need to have both text and key values for variables with F4 help.
    you need to chnage the properties of that infoobject at infoobjects level or at infoprovider level,
    this is at infoprovider level
    in RSA1-> go to change mode of infoprovider (Multiprovider/ cube) on which Query is build) then Expand  Charecteristc Dimension -> select infoobject -> right -> select provider-specific properties -> select Display '0 Key and Text' . Activate infoprovider and Run Query and check the Selection screen.
    hope this helps
    Regards
    Daya Sagar

  • Selection Variable - List Key and Text filtered by master data attribute.

    Hi Gang,
    Is there a way to create a selection variable on a master data InfoObject, so that only a subset set of values (Key and Text) is presented to users, based on an attribute of that InfoObject?
    For example, can we create a selction variable for raw materials so the we display  0MATERIAL key and text for selection, where material type = ROH ?
    Our users don't want to wade through all values for all materials.
    Thanks for your help,
    John Hawk

    Hi,
    yes you can do it, you need to set type as navigational attribute in you infocube, and you will get type as characteristic in designer so you can modify it as requirement.
    hope it helps

  • 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

  • Related to InfoObject display in Query as Key and Text

    Hello all,
              I have problem with my two queries which is created on same InfoProvider.
    Problem:
                I have Q1 and Q2 queries which fetch data from DT1 data target
    > Both the Q1 and Q2 has the same InfoObject 'IO'.
    > Properties of InfoObject in both Q1 and Q2 are same.
    While Q1 and Q2 is expected to return the same result. Q1 returns the key and text but Q2 is returning only key for same infoObject 'IO' .
    Additional Information:
    > In query result, The 'IO' properties for Q1 it is key and text and Q2 is only key.
    > I cannot change the Q2 's 'IO' properties to show key and text in query result as i donot have the authorization.             Q2 query is created on development server and tranported to production, where as Q1 query created on production.
    I want Q2's 'IO' to display key and text.
    Please let me know if you need more information.
    Thanks,
    Umashankar

    Hello all,
          Thanks to all for your response. Here I can conclude all of your saying.
    1. Change the Q2 in development and transport it to production.
              To do this I need to have applicable data in dev or QA, unfortunately there is no applicable data found in any of the system except Prod.
    2. Change the Q2 in production by having authorization.
              It will solve the problem but I hope Client will not agree to provide authorization to change.
    excuse me these will not resolve the problem. If you any new Idea please let me know.
    My way to resolve this is
    1. Delete the Q2 from Prod
    2. Copy the query Q1 to Q3 in Prod.
    3. Reverse transport Q3 to Dev and tranport again to Prod.
    4. Check the query result.
                Here you may ask why you need Q3 if you have Q1 and Q2, the answer is Q1 is created by user and now he need Q2 (same as Q1) but it should not be in changeable mode. Hence we have created the query Q2 in Dev and transported to Prod (In previous case).  But the only difference in both the queries is one InfoObject values is shown as Key and Text in Q1 and Key as Q2.
    I'm not sure whether the way mentioned here solve the problem.

  • 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

  • Key and text replaced with "???" in variable selection after SPS Upgrade

    Hello community
    I have a problem regarding the variable screen.
    We recently upgraded to SAPKW70021 and SP19 in Java. After this a problem appeared in web reporting and variable selection. When users are prompted to enter a value for fiscal year for example, the input help displays "???" instead of years. When you choose an "???" randomly from the list and add to your selection, the year is displayed correctly.  The same issue is present with company code selection and other user input variables as well, the selection list is filled with "???" for both key and text.
    Does anyone have any suggestions on how to fix this problem?
    best regards
    Antti Lyytikäinen

    Hi,
    Note 1368055 describes this issue. You need to implement the mentioned java patch for the BI components and set the parameter mentioned in the note to solve this issue.
    Best regards,
    Janine

  • Master data Key and text

    hi all ,
    we are facing the problem with the master data where if i execute the query and used the master data as characteristi, it dispay key and text but in the scenario where text is not updated but keys are there. in this case, query dispay key and key as text rather than space.
    like
    region master
    001 - gujarat
    002 -  maharastra
    003 -
    it display like:
    001 - gujarat
    002 -  maharastra
    003 - 003
    i want to avoid 003 as text.

    Basically, master data text can not be displayed as blank. The reason behind this is,
    Lets say tomorrow when user wants to see only text for the same characteristic you mentioned, BEx can not show the value against the blank description. That is the reason, if text is blank the key is copied and displayed in the report.
    If you would like to avoid displaying key as text, then try putting a space or . (dot) manually in the text data and save. That would eleminate this text shown as 003.
    - Danny

  • Web reporting - variable selection should be display as key and description

    hi experts,
    Can anybody tell me the solution for my issue. My isssue is , in the web reporting, i have variable company code, i am selecting the company code thru search help. the values for company code is displaying with key. 
    the new requirement should be displayed with key and description.
    I have checked in the bex, the properties  of company code has maintained as key. when i run the report when cas selet as key and descritption. bex is not a probelm.
    only the problew with webreports,  can anybody give some inptus on my issue.
    Any help is appreciated. waiting for your response.
    thanks
    surendra sheety

    For future reference, this question was finally answered correctly recently in the following thread: 
    F4 help - Search values - I need key and text
    Hope this helps someone who is as confused about this as I have been the past few days!
    Bob

  • Enabling Key and text for the Variable Selection screen

    I need to display key and text for a characteristic when selecting the drop down menu in the variable selection screen of a web report. In the Business Explorer tab within the info-object, I changed the General Settings to display Key and text, but when I open the drop down menu for this characteristic, it is still displaying the key only. Is there some other place where this change needs to happen?

    Hi,
    Did you try to log out and log in again into BEx?
    Best regards,
    Eugene
    Message was edited by: Eugene Khusainov

  • "Key and Text" values in variable selection list for a field

    Hi,
          we have created the variable for the one of the navigation attributes of the "0customer" field .
          for the customer field in BEX settings we are having "Text" as display.
          for the navigation field in BEX settings we are having "Key" as display.
          while running the reports in the variable selection list for some reports we having both KEY and text for selection and for others only text are displayed,
        we have checked the BEX settings in field and query level there are same.
    Please help us here.

    Check the setting again in the Query level and then maku sure you save it. Come out of the query and then re-open the query and execute, you can see the chages in the output.

  • How to get Key and text for plant for which variable is created

    Hi All
    I have created one variable for Plant. User is going to give input for the plant for  execution of query.I am displaying the variable value which is user putting in the query. kindly let me know how to display key and text both for the query.as key is displaying presently.
    Regards
    Atul

    hi Atul kumar jais
    You have to create a text variable using replacement path for processing type and give the reference object which is the object which you created variable for, "replace with" one with key and anther one with text. Then you can display that in the header of the column or if you are using custom template, you can use webitem for it.
    thanks.
    Wond

Maybe you are looking for

  • Performance issue with temporary table

    Hello oracle community, Oracle 11.1 I have a problem with a global temp table (IMPO.REPCUSTOMERSLUCK24). I insert about 600.000 records into the table and doing some UPDATE statements on the table and at the end a MERGE statemtent to fill another tab

  • App Store is rejecting my billing information.

    My csc cod is correct and all other billing informations are right. I tried itunes on PC and on my iPhone but it didn't work on either.

  • ITunes 11 for windows will not install

    I downloaded thesetup "part" for itunes 11 on windows. It fails to do anything. What can I do?

  • I want no effect for IT0008 in one perticular Wage type

    Dear Gurus,                     One requirement is, in IT008 is i created one new wage type Name is "Electricity Allowance" .  i don't want any effect for this particular wage type if employee Absent. if Eg 900rs is employee getting every month but i

  • ITunes can not find iPod

    Hi all, I recently had my iPod 20gb colour lock up on me whilst on holidays. It started acting odd - not playing songs just scrolling through each track on the album for a second before moving on to the next. Tried soft resetting - no joy. Now back i