F4 gives only values not the description

I am using 0itm_cat object in my query. I have assigned a variable to it. In the variable screen when i do a F4 to search for values i can only see the keys but not the text.
What could be the reason for this?
I have tried changing the propeties like look into master data table / from the info provisder etc in the query but still was not able to display the text.
Thanks & Regards,
Sachin

In the infoobject under Business Object tab the properties are as follows:
Display:  Text
Type: Default ( i am nnot able to change this property)
BEx description: Short Description ( Description is maintained under short text only)
Selection: No selection restriction
Query Def. Filter Value Selection: Values in Master Data Table
Query Execution Filter Val. Selectn: Only Posted values in Navigation
Filter Value Repr. At Query Exec.: Selector box without help

Similar Messages

  • To HIDE only Value not the Infobject at Query Execution?

    Hello All
    <b>Case1.</b>I have
    Infobject-----TOTAL
    VALUE1----
    100
    VALUE2----
    100
    VALUE3----
    100
    Now at runtime I want to hide VALUE2 only,but the scenario is VALUE2 infobject should display in report without TOTAL i.e.,only the TOTAL value should'nt display?
    <b>OUTPUT should come like this</b>
    Infobject-----TOTAL
    VALUE1----
    100
    VALUE2----
    VALUE3----
    100
    <b>Case2</b>
    Since the TOTAL of VALUE1,VALUE2,VALUE3 are same in down TOT_VAL should display as 100 only,how to do this?
    Example
    <b>OUTPUT should come like this</b>
    Infobject-----TOTAL
    VALUE1----
    100
    VALUE2----
    VALUE3----
    100
    TOT_VAL----
    100
    Pl let me know in this regard
    Many Thanks
    balaji

    Hi balaji,
    u can achieve CASE1 be defining cells.for this u should have two structures.
    1.create a structure in rows with VALUE1,2 and VALUE3.
    2.create one more structure with u r keyfigures and total.
    3.now go to 'define cells' in Query designer.
    4.double click at the intersection point of TOTAL and VALUE2.u will se like 'TOTAL/VALUE2' in that cell.bow rght click on that cell>properties...here set hide property as "always hide"...-->ok...now save u r Query...
    execute the query and u will see blank for VALUE2 in TOTAL Column.
    hope its clear.
    regards

  • Displaytag to export the only data not the url

    I am using displaytag to export the data but my data is coming like
    but I only want the data to export
    For example I want the only data not the url should be like:
    78190
    My code is as below:
    :<display:table name="bulkDetails" export="true" pagesize="100" id="row" sort="list"> <display:column title="REQUESTID" sortable="true"> <c:url value="../Status" var="url"> <c:param name="Status_Index" value="${row.REQUESTID}"/> </c:url> <a href=${url>${row.REQUESTID} </display:column> while export this data it gives me with full url likebut my need is only data not the full url .
    please help .

    Thanks Helen.
    As you said the files got saved in other location, apart from the specified folder location. However I need info on the files you got after export. Because in my server I can only see GRACSPMRCODE,GRACSPMRCODESDATA and GRACSPMRCODESYSDATA files but not the owners, fire fighters, firefighter ID files.
    Please let me know the files you received.
    Regards,
    Giridhar

  • Get an enumeration value (not a description) of Simple type

    Hi,all
    How can I get an enumeration value (not a description) of Simple type that I have created?
    Regards,
    Michael

    Michael-
    Here is how you do it:
    1. Create an attribute of the Simple Type you have created in your controller context.
    2. Insert a DropDownByKey in your view.
    3. Create a data binding between the attribute and the selectedKey property of the drop down list.
    4. To get the key of the selected value use the following code in your controller:
    String key = wdContext.currentContextElement().get_AttributeName_();
    Where AttributeName is the name of the attribute you have created in step 1.
    Cheers-
    Atul

  • I don't know what's wrong with my camara it's all black and the front only works not the back

    I don't know what's wrong with my camara it's all black and the front only works not the back

    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...

  • Have cell equal the value not the formula

    Hi there, I have the below formula which calculates the check digit on a UPC from another cell. Is it possible to have a cell reference this formula, without showing the formula, and only show the answer? IE. I only want the result in the cell as though
    it was keyed in there manually, as I want to be able to double click and copy the actual number. Thank you for any help.
    =A41000&RIGHT(10-MOD(SUMPRODUCT(MID(A41000,{1,2,3,4,5,6,7,8,9,10,11},1)*{3,1,3,1,3,1,3,1,3,1,3}),10))

    Hi Jim,
    Thank you for the reply. 
    Do I just put this number in VB on the corresponding tab and it should work?  I'm not sure how to get it to work. 
    Also, in case I need to give more info, the column on the left is the number without the check digit, the number on the right is the cell with the check digit produced by the formula.  As I go down the list, I go to the next row when needed
    using the corner of the cell (fill).  Hopefully I can get it so that the column on the right is not the formula, rather the actual value. 
    12345654329
    123456543294
    12345654330
    123456543300
    12345654331
    123456543317
    12345654332
    123456543324
    12345654333
    123456543331
    12345654334
    123456543348
    12345654335
    123456543355
    12345654336
    12345654337
    12345654338
    12345654339
    12345654340

  • Hide subtotal based on the values not the field.

    Hi,
    i am developing an ALV(FM) report to display the status of the Sale order (cleared and not cleared). my need in this is
    1. i need to show the subtotal of the cleared sales orders values only and hide the not cleared SO values.
    2. while sorting by status, i want to show the status for each rows rather than displaying on the whole.
    please provide me some hints for this.
    thanks in advance.

    Hi,
    Have you appended the fields to sort table like this:
    it_sort-fieldname = 'Item Field'.
    IT_SORT-TABNAME = 'GI_FINAL'.
    IT-SORT-SPOS = '2'.
    IT_SORT-SUBTOT = 'X'.
    IT-SORT-UP = 'X'.
    APPEND IT-SORT.
    it_sort-fieldname = "Header Field'.
    IT_SORT-TABNAME = 'GI_FINAL'.
    IT-SORT-SPOS = '1'.
    IT_SORT-SUBTOT = 'X'.
    IT-SORT-UP = 'X'.
    APPEND IT-SORT.
    HERE SPOS IS SORTING POSITION...
    LIKE IN YOUR ITAB..
    SORT ITAB BY Header-field and Item-field.
    THE PREFERENCE OF SORTING....
    Regards,
    Kumar.

  • Scanned doc, saved as Acrobat X pdf, then edited, prints only edits not the whole saved pdf

    In PS CS5, I imported a text document from scanner. I made some edits, including some paint brush (white on white) and some text layers. I saved it as a pdf and then opened it in Acrobat X 10.0.10, then printed it. Only the text layer edits themselves printed and not the rest of the original document with the edits.I think the problem lies with Acrobat, so posted here.
    Win7 SP1

    This is bordering on breaking physical laws. In PS the only thing that prints are the changes on created layers. The original document (background) does not print along with my changes, the same output as in Acrobat. Then in PS I saved it as a jpeg. Im looking at the image of the changed document in its entirety in the photo viewer but the same thing happens as in PS and Acrobat - only my changes (new layers) print, nothing else. Thats kinda creepy...

  • When i change the value of a combo box using a property node it displays the value not the item label

    I am using a combo box as a select list for text serial commands.  I have items like "engineering", "GUI", and "Scan" for the commands "MDE", "MDN", and MDS respectively which i have input as the corresponding value in the combo box.  so for example the label "engineering" has the value "MDE" in the combo box items list.  when the Vi starts it needs to read the current value MDE, MDN, or MDS and then i want it to display on the front panel the item text corresponding to that command value.
    To do this i have tried to read the serial command, ie MDS and then wire that to a "value" property of a property node of the combo-box, but instead of displaying the corresponding item label, "Scan", it displays the value "MDS" on the front panel instead.  i want the front panel to use the label text when choosing and displaying but the block diagram to use the serial commands.  Can this be done with a combo box?  I'm trying to use a combo box so i can keep it all text and avoid having to build a case statement to convert enums or rings from a numerical value to the text command.
    The correct text value is wired to the value property and it does exist in the combo-box.  I have unchecked "values match items" and selected to not allow undefined values.

    Don't use the value property node.  Use the Text.Text property node.  When creating the property node, select Text, then in the next pop-up box, select Text.
    - tbob
    Inventor of the WORM Global

  • Download Flash Shockwave Video get only advertisement, not the main show

    I want to watch the TV show on the website http://www.cbc.ca/video/swf/UberPlayer.swf?clipId=2556767122
    I downloaded UberPlayer.swf (1715KB) by the the “Media” tab of the Firefox web browser.
    That file is only an advertisement, not the main show.
    Please help to download the main show.
    Thanks.

    Questions related to Flash should be asked on a forum for the Flash Player
    That said, I dare say the clipId parameter effectively tells the server and/or player what content to display. If you had a packet sniffer installed you could probably find a URL for the content you are trying to (illegally?) download

  • Header description of a table is showing a '+' in SM30 not the description

    Hi guys,
    we have created a table zmert, but in SM30 the header description is not showing... instead a plus sign is showing...
    what's wrong?
    thanks!

    Hi,
    That is because the descriptions of the fields have not been maintained in the table.
    Either you have not filled up the field-labels in the data element of the fields or you have used fields without data element.(basic data type)
    Enter the field-labels in the data element.
    After entering the field-labels in the data element, re-generate the table maintenance.
    Can re-generate as:
    Utilities->Table Maintenance generator
    press the change button
    click expert mode button
    select all then enter & save
    Hope this will solve your problem.
    Regards,
    Ravi K

  • Deactivate only photoshop, not the entire suite

    I have CS4 installed with CS5.5 arriving soon.  I want to move CS4's photoshop to my other desktop but not the whole suite because I can't move PremierePro (CS5 requires 64bit, both my machines are 32bit).  How can I move/deactivate ONLY PS to move to my other PC?

    Yes, I bought the upgrade license for the whole suite, but I want to
    restall my old CS4 photoshop (and maybe Illustrator) on my
    other desktop while still leaving it my laptop.
    So I will have CS5 on my new desktop with CS4 PremierPro/AffterEffects and CS4 Photoshop/Illustrator moved to my old PC while remaining on my laptop.
    In other words, no more than the two copies of any program.

  • How can I configure CTRL+Backspace to delete the previous word only and not the preceding space?

    The title pretty much explains it all. I'm using a different computer than usually and I'm pretty sure it used to only delete the word and not the space.

    Your observation is correct: Ctrl+BackSpace shouldn't delete the preceding space. However, if words are separated by two spaces, one of those spaces will be deleted.
    Stefan Blom, Microsoft Word MVP
    This is not the observed functionality in every case. It seems that MSWord haphazardly either removes the space or doesn't remove it.
    As an example, if I type "and when" and hit CTRL+Backspace, it will either delete the word only or the word and the space, but in most cases it will remove the space as well ("and when" becomes "and"). It seems to toggle between the two but I have no idea
    what is triggering it.

  • Setting default value for a jcombobox based on the value not the index

    I am trying to set the default value for my combobox to the current year. One way I thought of doing it was to get the index of the value representing the current year and then use setSelectedInex to make it the default. Any ideas?
    The relevent section of code is below.
    GregorianCalendar gregorianCalendar = new GregorianCalendar();
    int year = gregorianCalendar.get(Calendar.YEAR);
    String currentyear = year + "";
    int startyears = 2000;
    int numyears = 25;
    JComboBox endyearcombobox = new JComboBox();
    endyearcombobox.setBorder( BorderFactory.createLineBorder(Color.DARK_GRAY));
    endyearcombobox.setFont(standardfont);
    endyearcombobox.addActionListener( new ActionListener() {
    public void actionPerformed( ActionEvent event ) {
    endyearcombobox = ( JComboBox )event.getSource();
    endyear = endyearcombobox.getSelectedItem();
    boolean same = endyear.equals(oldItem);
    oldItem = endyear;
    String[] endyearlist = new String[numyears];
    for(int i = startyears; i < startyears+numyears; i++){
    String item = new Integer(i).toString();
    endyearcombobox.addItem(item);
    Thanks
    Ged

    Thanks mate,
    That was what I was looking for. I still had a little more manipulation to do, but sent me on the right track and have got it working now. I don't know why I didn't think of it in the first place.
    Ged

  • Can I use OC4J only and not the full Oracle AppServer?

    When I install Oracle SoaSuite then the full Oracle Application Server including the little brother OC4J
    is installed. Can I somehow (at least theoretically) only install/use the OC4J server and omit the full Oracle ApplicationServer?
    Peter

    SOA Suite is certified only against the Oracle Application Server. You need to have/run on this, or on WebLogic.
    Marc
    http://orasoa.blogspot.com

Maybe you are looking for

  • Lack of customer service etiquette for faulty product

    I acquired an Apple MacBook Pro i15 inchi n early 2012 and it performed beautifully until Apple released their latest OS named Mavericks. Upon being advised of Mavericks userbility,I decided to upgrade my OS via Apple's Itunes Store. Suddenly,my mach

  • IT WONT LET ME DOWNLOAD WINDOWS 8.1

    I have tried many times to update my laptop to windows 8.1 but it says 'this application wasn't installed -view details '.I click on that and it repeatably says it couldn't be installed and offers to try again .The error code "0x8020002e' keeps comin

  • Boot camp and windows xp

    i just purchased an imac and ran boot camp assistant to partition for a windows xp installment. somehow i managed to partion the entire drive (even though i specified the size) and that sent me into a nut roll to eventually erase the partition and th

  • Why can't I select or update the Record using the PreparedStatement?

    the DB is oracle9i,here is the test table test id number; name char(10); intro char(10); I have insert a record in the table. Now I will select or update the record by using the PreparedStatement here is my code: sqlStr = "update test set intro = ? w

  • [SOLVED] KDE won't start after Xorg update(nvidia driver)

    After update, I disabled hotplug, with : Section "ServerFlags" Option "AutoAddDevices" "False" EndSection kdm starts normally, i can write login/password, i see kde boot splash, then desktop shows and after about 10 secs it is killed and goes back to