Formatted Search icon is not displaying for the UDF

I have fifteen UDF's in the Marketing document and I have applied formatted search on each of the fifteen.
But for one paticular UDF formatted search icon is not displaying even though the formatted search is active on the field but it is working fine for other field of same kind in same scenario.
Please help me.
Regards,
Awadhesh
Edited by: Awadhesh Kumar Pandey on Feb 9, 2009 5:58 PM

Hi
Try this
Go to View in the menu bar  > Indicator Display >User Defined Values .
Hope this will resolve your issue
Thank you
Bishal

Similar Messages

  • Problem with subtotal, and the total icon is not displayed at the toolbar

    Hi all,
    I'm currentlyhaving difficulties working with the subtotal and the grandtotal. I have the code in the right place like the sort table
      CLEAR k_sort.
      ADD 1 TO k_sort-spos.
      k_sort-fieldname = pv_fieldname.
      k_sort-up        = c_x.
      k_sort-subtot    = pv_subtot.
      APPEND k_sort TO i_sort.
    and the fieldcatalog
      CLEAR k_fieldcat.
      add 1 to k_fieldcat-col_pos.
      k_fieldcat-fieldname  = pv_fieldname.
      k_fieldcat-tabname    = c_tabname.
      k_fieldcat-seltext_l  = pv_seltext.
      k_fieldcat-outputlen  = pv_outputlen.
      k_fieldcat-datatype   = pv_datatype.
      k_fieldcat-do_sum     = pv_dosum.
      APPEND k_fieldcat TO i_fieldcat.
    but it didn't seems to show both the total and subtotal. Even the icon is not displayed at the ALV toolbar. The field which I need the total is a currency field. I even try other fields (interger fields) but with no luck. I'm using REUSE_ALV. Any help is greatly appreciated.

    hi,
    In field catalog for the particular column which you want to sum make that as 'X'.
    say
    WHEN'MATNR'.
    it_fcat-do_sum = 'X'.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
           EXPORTING
                i_callback_program     = report_id
                i_grid_title           = ws_title
    *            i_callback_top_of_page = 'TOP-OF-PAGE'
                is_layout              = wa_layout
                it_fieldcat            = i_fieldcat[]
                it_sort                = i_sortcat
                i_save                 = 'A'
                it_events              = i_events
           TABLES
                t_outtab               = i_reportdata1
           EXCEPTIONS
                program_error          = 1
                OTHERS                 = 2.
      IF sy-subrc <> 0.
    This will enable.

  • Rate and accessable value is not displaying for the tax invoice output

    Hello All,
      Rate and accessable value is not displaying for the tax invoice output. Rest of all outputs for invoices shows Rate and accessable value.
    Scenerio is free of charge sales order (samples) removing the goods from pant so excise invoice has been created and also updated. but for tax invoice out put rate and access value is not displaying.
        Pricing procedure: In pricing procedure account keys have not been maintained because there is not gl account upadation during billing for free of charge delivery.
    Thanks & Regards,
    ramesh

    hi Gurpreet,
    You can add values to that transient column programatically,either by getiing the row from the iterator and then row.setAttribute('Column_name','Value');
    Or providing value to it in the SQL...

  • Basket icon is not displaying for purchase order creation transaction iview

    Hi SDNs,
    I have created a set of purchase related transaction iviews like for example purchase order display.
    there i couldn't find the basket icon to drop the other purchase order number, which we generally choose by using docuement overview on to change the number.
    in WebGUI how do we drop the exisiting documnet into the screen.
    I have activated all icon services in sicf, is there any specific services to be activated to have such kind of icons in webgui.
    Please suggest me to resolve this.
    Your inputs are appreciated.
    Thanks,
    Sireesha.B

    Hi SDN's,
    Can anyone suggest me for the above problem.
    Your inputs will be highly appreciated.
    Regards,
    Sireesha.B

  • Buttons are not displayed for the first time when drawImage method is used

    Hi
    In my swing window 2 buttons are there and when clicking these buttons, it should display an image . The two buttons are displayed at the first time and I can click on it . While clicking a button , the corresponding image is also got displayed. [ I am using drawImage() function for it] But what the problem is, then the two buttons are not displayed and it will be displayed again when the mouse moves along the position of these two buttons. And this problem occurs only at the first time..When they are on the window on a second time, they won't vanish when the image is displayed when clicking it. Is this the problem with paint() method?. I am using start() method also.
    Please help me!
    Thank You

    Hi
    This is not my exact program, that has a large no: of code. So I am putting here a sample one. One thing I would like to point out is that , I can see the buttons at the time of loading the applet and suddenly it vanishes and the image is drawn. Then if I move the mouse along the position of these buttons , they got displayed.
    import java.awt.*;
    import javax.swing.*;
    /*<applet code = MyClass width = 500 height = 500>
    </applet>
    public class MyClass extends JApplet
    Image img;
    JButton b1,b2;
    Container cp;
    Canvas1 cv;
    class Canvas1 extends JPanel
    public void paint(Graphics g)
    super.paint(g);
    g.setColor(Color.black);
    g.fillRect(0,0,500,500);
    img = getImage(getCodeBase(),"image1.jpeg");
    g.drawImage(img,20,20,this);
    public void start()
    cv = new Canvas1();
    cv.setBounds(0,0,500,500);
    cp.add(cv);
    public void init()
    setLayout(null);
    cp = getContentPane();
    b1 = new JButton("Button1");
    b1.setBounds(1,1,100,30);
    cp.add(b1);
    b2 = new JButton("Button2");
    b2.setBounds(200,1,100,30);
    cp.add(b2);
    It would be very helpful to me if you could fix the problem.
    Thank You.

  • Value not displaying for the transient variable

    Hi all,
    I have added a transient variable in my VO.xml file and assigning a value to it in my code along with other non-transient variables. But that value is not getting displayed on the UI.
    Please help me in understanding the behavior of the transient variables in this context and how will I be able to see that value on the UI.
    Thanks.
    Gurpreet Singh

    hi Gurpreet,
    You can add values to that transient column programatically,either by getiing the row from the iterator and then row.setAttribute('Column_name','Value');
    Or providing value to it in the SQL...

  • Ship to party search help address not display

    Hi,
    Using 'Edit internal address' We added one plant address, and the address no also generated. plant having several address.
    But when we creating shopping cart, trying to select the ship to address from the search help, address not displaying in the list.
    even we tried adding this address in the attributes as delivary address also .but the address not displaying in ship to party search help.
    If any one faced this problem let us know how to proceed.
    Thanks in advance,
    prasad.s

    it is strange .
    whatever you have defaulted ship to adress has to come.
    did you maintain at position level and make ensure that you have really inherited.
    FM bbp_read_attributes
    for your user execute and make ensure that you have inheited ship to address
    when you create ship to address . did you check this box Ship-to Address  in Use Address as:
    muthu

  • I have just updated to ISO 8 and my app icons are not displaying the correct icon but just a generic icon. Anyone had a similar problem?

    I have just updated to ISO 8 and my app icons are not displaying the correct icon but just a generic icon. Anyone had a similar problem?

    That happened to me for a short period of time after I updated. It didn't do it with all apps, but it did it with a few here and there. Try a few basic standard troubleshooting steps. Close all apps and reset the iPad.
    In order to close apps, you have to drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app preview thumbnail to close it.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    You can also try resetting all settings. You will not lose any data, but most of the device settings will have to be entered in the settings app again. Settings>General>Reset>Reset all Settings.
    Hopefully it will be something simple, but don't rule out restoring the iOS software, if nothing else works, but start with this easy stuff first.

  • Overnight, text body of emails will not display for messages in inbox-only the from and to and a subject line displays. Draft messages in Ipad display fully. Inbox emials display fully on my main  Dell computer and my Iphone. Any ideas?  Duanekot

    Overnight, the taxt body of emails will not display for all messages in the inbox.  Only the From and To and a subject line display.  All messages in my Draft Mailbox display fully. Also, all emails in my Dell laptop and my Iphone display fully.  Any ideas?? Duanekot

    See if this helps .... Reset the iPad.
    Hold down on the sleep and home buttons at the same time for about 10 seconds until the Apple logo appears - ignore the red slider bar - let go of the buttons and let the iPad start up. Then check your emails.

  • BUG in iOS7: Post iOS7 upgrade, search option does not work for "Messages". If you want to search a contact name in Messages who is way below the list, the search will not yield any result.

    BUG in iOS7: Post iOS7 upgrade, search option does not work for "Messages". If you want to search a contact name in Messages who is way below the list, the search will not yield any result.

    These are user forums. You are not speaking to Apple here. Report your problem at Apple Feedback.

  • Images were not displaying in the B2B web shop for the products

    Hi,
    We have an issue with Product catalog images.we maintained images for the products and replicated(Initial) to TREX server,replication was successfull,but the images were not displaying in the b2b webshop for the products.
    Anyone suggest what could be the problem?
    Regards,
    PV.

    Hi,
    The problem could because of following issues.
    1) The replication is not done properly
    2) The XCM doesn't have Image server's settings(URL)
    3) The Image server is not reachable from ISA application.
    4) The image server is not connected through HTTP.
    Please check.
    Regards,
    Sateesh Chandra

  • The acrobat icon is not display in my email client after installation, therefore I am unable to open

    I installed the newest acrobat reader in my iPad2, but the acrobat icon is not showing on the top row of my email client as adobe described in "getting started". Since iBooks doesn't support PDF how do I resolve this so I can open my docs? Do I need to uninstall and reinstall the app?

    For some documents, the Mail app will attempt to show a "preview" of the document in the message. Unfortunately, sometimes this preview is just a blank white page so it's "invisible". Can you please try long pressing on the white space at the end of the email and letting up your finger. You may see a "open in" option upon doing this. If this doesn't work, please send a sample of the message to us at [email protected]
    Thanks!

  • Is the retina display for the new mac book pro worth the extra cost? I'm buying a new mac book pro but not sure about the retina display.

    Is the retina display for the new mac book pro worth the extra cost? I'm buying a new mac book pro but not sure about the retina display.

    There is a US$10 adapter from old power adapter to new MacBook Pro.
    MagSafe to MagSafe 2 Converter
    The MagSafe to MagSafe 2 Converter allows you to use the MagSafe connector on your LED Cinema Display, Thunderbolt Display, or MagSafe Power Adapter to charge your MagSafe 2-equipped Mac computer.
    For battery life, check the latest Software Update for the fix for most problems.

  • Phone Displays "This accessory is not made for the Iphone" Every 10 secs

    My phone displays " This accessory is not made for the iphone every 10 seconds and I can't get it to stop doing that. It is not plugged into any accessory at all. Please help

    Hi, my phone have a same problem. I try to clean up, but look like not easy to do it. Do u have some way to clean up it ?
    Just in case, the message still pop up after cleaning, then what to do ? Can u pls teach me.
    TQ

  • Assessable value not maintained for the material X

    Dear all,
    i have maintained material chapter ID,Plant and materialchapter id  combination ,assessable value , cenvat determination, and vendor excise details in the transaction J1ID .
    Even after maintaining all these conditions , i am not able to save the po,while saving the po i got a error message that assessable value not maintained for the material X..
    Points will be rewarded for useful suggestions.
    Thanks in Advance.
    velu+91-9789991357

    Hi,
    Search using approriate keywords in SDN, u get most of the details, i have now done the same searched and have pasted below .
    Try ME2N.
    Click on the "dynamic selections" icon and add the release indicator as an additional selection. Enter the release indicators that you class as "awaiting approval" and you will then have your list.
    The ME2* series of transactions are not that much use prior to 4.7, the layout is poor. But if you have 4.7 or later you can get the screen to use the ALV format and this transforms the ME2* (i.e. ME2L, ME2M, ME2N etc.) transactions into VERY useful reports.

Maybe you are looking for

  • Regain hard drive space after deleting partition

    Hello all, I had a lot of issues after updating to Snow Leopard so I ended up doing a clean install of SL rather than the update to fix all the issues. It works great now with no lag or any issues of the sort. However I was following a tutorial on ho

  • WEBUTIL_FILE.FILE_SELECTION_DIALOG

    Hi, Forms 10gR2 Client XP with IE Webutil 1.0.6 I've got a problem with the function WEBUTIL_FILE.FILE_SELECTION_DIALOG : even if I specify a start directory like this : v_file := webutil_file.file_selection_dialog (directory_name=>'c:\tmp', title=>'

  • The screen is black and the rainbow wheel of death moves with the cursor

    Help why won't it work?

  • Infoset query authorization problem

    Hi All, We created one Infoset(used PNP Logical database) - SQ02 in DEV system and transported to PRD system. Users are creating their own queries and check the data. Actually this is Cluster system. Three or more different hospitals clubbed together

  • Lightroom cache files permanently written to alternate drive

    I've encountered an unusual problem using LR version 1.4.1 under Windows XP. Whenever I preview a RAW file in LR, a cache file is being written to an alternate drive, named Cache0000000001.dat, with each additional preview increasing the last digit i