Hide "search" in EP (the button and Advanced Search link)

Hi,
I need to hide field "search" (where button "Search" and "Advanced Search" link, after portal header).
How to do it or where can I manage this settings?
thanks.

Hi,
If you need to remove the search view from the Portal page then you can do the following.
Go to Content Administration -> Portal Content -> Content Provided by SAP -> End User Content -> Standard Portal Users
In this select the Default Framework page , open it.
Select the Tool Area and click on properties.
In the properties change the value to NO for Enable KM Search & Enable KM Search Advanced properties.
This is the simplest way you can remove the whole search area.
*There is one more way to remove the search *
If you want to remove the whole search, you can achieve this just by changing the com.sap.portal.toolAreaiView property "Enable KM Search". Just set the Property to NO.
If you want to remove only the search Button you have to edit the file "ToolAreaiView.jsp" from the PAR-File com.sap.portal.navigation.toolarea.par. Copy this file under your own namespace, unpack and remove the line:
<td nowrap> <%=searchButtonTextStr%> </td>
from the jsp-file. Redeploy this par file, create a new toolAreaiView based on the portal component in the PAR and integrate this iView in your frameworkpage.
Unfortunately, it's not possible to do this using the Theme Editor.
Regards,
Nikhil

Similar Messages

  • This is a question about the iTunes Store.  I have the correct artist, title, composer, and album name for a song popular in the 1970's.  The store's Advanced Search feature can't find any of the information.  How can I get Search to find the song I seek?

    What can I try if the store's Advanced Search strikes out trying to find the song I want?

    Perhaps the song is not available in MP3 format, or isn't available in the iTunes Store, or simply not available in your country. (A Norwegian band's first album from the 1980s became available in MP3 format only in April 2012; an example that not everything is automatically is available in MP3 as soon as possible.)
    ... and before any wag says, or even thinks "it", yes - the Norwegian band's album is very good! (Still waiting for their second album, from 1982, though!)
    You may be surprised at how often a song or album is not available because of "contractual problems" - in other words, someone's being greedy, difficult, or both. (Another album I like, from a UK band of the 70's, was unavailable for a long time because - and I'm quoting the band's leader - "the copyright owner wanted too much money for the album to be on CD.")
    You could try looking for the song in other stores. If it's not yet available anyhwere, you'll just have to be patient. You could try contacting the band via any websites they have, and asking them about it's availability. What's the song? Perhaps I (or soemoen else) might be able to confirm it's availability on MP3 from another source.

  • Issue in disabling button and retaining search results of query bean

    Hi,
    I need help in 2 issues
    1) I have a query bean and an advanced table attached to it. I have enabled table actions and put a button inside that. The requirement is the button should be enabled only if a record is present in the advanced table. If for a search parameter, no results are displayed in the advanced table, the button should remain disabled. The moment the results are populated in advanced table the button should be enabled. Please let me know how this can be achieved.
    2) In the advanced table there is a column of type Link. On clicking this link i am forwarding the control to some other OAF page AA. I am retaining AM here. From this new OAF page AA user can move to some other OAF pages B or C. All these pages have different AM. There is a link called return to original page on page AA which takes user back to the search screen. When user goes to page AA and comes back to search screen without going to page B or C the search results are displayed on the page, but when user goes from page AA to page B or C and finally returns to the search screen, the data in search results along with search criteria are lost. The search screen is completely blank.
    I need to display the search results/search criteria no matter what navigation user is doing. Is there a way i can save the search query that got executed on the click of search button. I can re-execute the query when user comes back on search screen.
    Please let me know how to achieve these 2 functionalities.
    Thanks,
    VG
    Edited by: VG on Sep 6, 2011 2:55 PM

    For (1)
    I guess you want to select single/multiple rows after the table is populated in table and perform an action using button.
    If that is the case then do not put button under table actions. Instead put it under multiselection region. Then button only gets displayed when rows are populated.
    If that is not the case then get a handle to button (use findChildRecursive, findIndexedChildRecursive may not work) and disable/enable it.
    For (2).. If you are on r12 below can be useful :- (taken from 12.1 framework guide)
    Using Search Persistence
    In the past, if a user performed a search and then drilled down to a details page, search criteria was lost when
    the user navigated back to the Search page, unless the developer retained the AM or created a custom
    implementation to persist the search criteria. As of Release 12, developers no longer need a custom
    implementation to persist search criteria, as the query region now has an automatic search persistence
    mechanism in place.
    Generally speaking, you should still retain the AM in favor of using the automatic search persistence
    mechanism for performance optimization reasons. However, if retaining the AM presents a scalability issue
    because the underlying view object (VO) had hundreds of attributes, then you should you turn off retainAM and
    allow the query region to automatically handle all the search criteria binding and use the automatic search
    persistence mechanism.
    Note: If you retain the AM state, the automatic search persistence mechanism will not be active. The search
    persistence mechanism is automatic only if the AM state is not retained.
    When a user selects the Go button to initiate a search on the query region, the OAQueryBean automatically
    caches the search criteria on the user session. After the user drills down to the detail page of the Search
    results and then returns to the Search page, the OAQueryBean restores the search criteria from the cache and
    re-executes the query using that saved critieria.
    Note: Since the query is re-executed, any sort, navigation or transient UI state of the results table will not be
    preserved. Saving the entire table state presents high overhead which is what this particular feature is trying to
    avoid.

  • Problem in using quick and advanced search based on transient items

    Hi everybody
    I want to have an unbound string item in my form and allow users to use advanced search and quick search on that item.
    I read the following post About advanced search and added a transient
    item on view object and overrode the advance search method in application module and realized that the value of that string was
    added to arguments.
    Then I decided to add this transient item on entity object instead of view object so that we were able to add the item in one place and
    use it in several view objects. I added an item in the entity and unchecked the persistent flag but I can't set queryable flag since it was disable.
    I added the item in the view object and by use of application definition I forced the item to be shown in the advance search.
    I generate the application and the item was shown correctly in the advanced search but when I set the item in advanced search its value
    was not sent to advance search method.
    Is it a bug ? (value of the field in the advanced search section was not sent to advanced search method )
    Is it a way to add a queryable transient item in the entity object and still benefit from overriding advanced search method ?
    I am using Jdeveloper 10.1.3 and Jheadstart 10.1.3.
    Any help would be appreciated.
    Best Regards
    Navid

    Navid,
    JHeadstart checks whether the attribute definition is queryable before adding it to the list of advanced search attributes. A transient VO attribute can still be set to queryable, for a transient EO attribute this is not possible. We will remove this check on queryability in the upcoming patch release, since you have a valid use case. For now, you can subclass JhsSearchBean and override method createArgumentListForAdvancedSearch and comment out the check for "def.isQueryable()".
    Steven Davelaar,
    JHeadstart Team.

  • Radio Button In Advanced Search View

    How to bring radio button in Advanced Search view in crm 7.0 web UI?
    Edited by: senthil06mx46 on Feb 18, 2010 9:50 PM

    Hi,
             Your question is not clear. Is the advanced search view relevant? Do you want to make radio buttons available as an option for selecting field values? In that case, the purpose is already served by the "IS" operator. If you simply want to create radio buttons somewhere else in the page, there's a standard BSP application which demonstrats BSP tags. The name, I do not exactly remember. BSP_test or bsp_demo...
    Regards,
    Arun Prakash

  • Problem with removing Search and Advanced Search functionalities in Portal

    Hi,
          As per our client requirement, we have removed search and advanced search functionalities in Masthead and those are working fine. But when ever we restarted the portal server, these search options are reappearing in portal.
              I am not getting why it is happening and every time we restarted the server, we are removing these search functionalities from masthead.
              If anyone knows why it is happening, kindly share with us
    Thanks & Regards
    Pavan

    Hi Santosh,
                         Problem is not solved. Where can i find the Standard tool area iview used in Default frame work page ?
    At present, we disabeled the search and it's working fine. But when we restart the portal, search is again reappearing and we need to disable that once again.
               Is there any sollution for this problem?? Kindly let me know..
    Thanks & Regards
    Pavan
    Edited by: pavanakrishna reddy on Mar 24, 2010 9:44 AM

  • I dropped my macbook pro off my couch and when it landed it was shut, i opened it and it was on a grey sceen so i shut it down with the button and when i turned it back on it was kind of slow but not anymore i just want to know if i should be worried

    i dropped my macbook pro off my couch and when it landed it was shut, i opened it and it was on a grey sceen so i shut it down with the button and when i turned it back on it was kind of slow but not so much anymore. i quit all of my applications before i shut down and i noticed that when there are no more things t quit and i click "hide finder" its not grey anymore it still gives me the option to hide it when i dont need to, little things bug me and i just got this laptop, i just want to know if i should be worried

    I suggest you immediately make a backup of your data. You don't know if or when the computer will show some symptoms from the drop. You may want to, for piece of mind, take the computer to an authorised service center for assessment. No one here can assess any internal damage you may have done.

  • Matchcode in OO (call the search help when the button is pressed )

    Hi Guys,
    I'm using the class cl_dd_document in order to fill a form that contains a input element (cl_dd_input_element) and a button element (cl_dd_button_element).
    What I need to do now is to simulate (or build) a matchcode for the button.
    For example, the input field is for entering the name of a table, and with the button i want to show all the tables that are elegibles for that field.
    Any suggestion?
    Regards,
    Eric
    Message was edited by:
            Eric Hernandez Pardo

    Hi Uwe,
    What I want to know is how to call the search help when the button is pressed. (Like the one in SE80 Transaction)
    Regards,
    Eric
    Message was edited by:
            Eric Hernandez Pardo

  • The App Store said I needed to switch countries so I clicked the button and it switched it for me but now I can't update my apps but when I try to change it through settings it still says the country is the u.s. I don't know what to do to change it back

    The App Store said I needed to switch countries so I clicked the button and it switched it for me but now I can't update my apps but when I try to change it through settings it still says the country is the u.s. I don't know what to do to change it back

    See  >  Change your iTunes Store country
    Here  >  http://support.apple.com/kb/HT1311
    If necessary Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • I have just intalled PSElements 12 on a new PC with windows 8.1. It installed ok but when I open it up it displays different than on my windows 7 PC. The buttons and text are tiny and almosy impossible to see even when I drag it to full screen. How do I a

    I have just intalled PSElements 12 on a new PC with windows 8.1. It installed ok but when I open it up it displays different than on my windows 7 PC. The buttons and text are tiny and almosy impossible to see even when I drag it to full screen. How do I adjust it to look normal?

    Hi Paul ,
    It could be a compatibility issue as well as Acrobat 8 is an older version.
    Do you get any error message while registering for the product?
    Try repairing it and once and also check for updates as well.
    Is it happening with all the word files or any specific one'?
    Regards
    Sukrit Dhingra
    Acrobat 8 and Windows 7 Don't Work

  • TS1538 Ipod is stuck in recovery mode, and not recognized by iTunes. Tried all of the recommended resets and combinations mentioned, but the ipod is still not recognized.  Genius said it may be a hardware error, but all of the buttons and cords work. Now

    iPod is stuck in recovery mode, and not recognized by iTunes.
    Tried all of the recommended resets and combinations mentioned, but the ipod is still not recognized.  Genius at apple said it may be a hardware error, "The button is broke" but all of the buttons and cords work and i proved it to him. He then said he doesnt know, ma Now what?

    If it does not work on other computers then I agree with the Genius

  • How to when press the button and can change the value in the table?

    this is my code so far with a table and a button..how can i make it when press the button and the data in table change..
    * SimpleTableDemo.java is a 1.4 application that requires no other files.
    import java.awt.BorderLayout;
    import java.awt.Button;
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JScrollPane;
    import javax.swing.JTable;
    public class SimpleTableDemo extends JPanel {
    private boolean DEBUG = false;
    private JPanel button;
    private JButton enter;
    public SimpleTableDemo() {
    super(new BorderLayout());
    //button.setBackground(Color.pink);
    //setForeground(Color.pink);
    String[] columnNames = {"First Name",
    "Last Name",
    "Sport",
    "# of Years",
    "Vegetarian"};
    Object[][] data = {
    {"Mary", "Campione",
    "Snowboarding", new Integer(5), new Boolean(false)},
    {"Alison", "Huml",
    "Rowing", new Integer(3), new Boolean(true)},
    {"Kathy", "Walrath",
    "Knitting", new Integer(2), new Boolean(false)},
    {"Sharon", "Zakhour",
    "Speed reading", new Integer(20), new Boolean(true)},
    {"Philip", "Milne",
    "Pool", new Integer(10), new Boolean(false)}
    final JTable table = new JTable(data, columnNames);
    table.setPreferredScrollableViewportSize(new Dimension(500, 70));
    if (DEBUG) {
    table.addMouseListener(new MouseAdapter() {
    public void mouseClicked(MouseEvent e) {
    printDebugData(table);
    //Create the scroll pane and add the table to it.
    JScrollPane scrollPane = new JScrollPane(table);
    enter = new JButton("Press me");
    //Add the scroll pane to this panel.
    buildButton();
    add(scrollPane, BorderLayout.NORTH);
    add(button, BorderLayout.CENTER);
    private void buildButton(){
    button = new JPanel();
    button.add(enter);
    private void printDebugData(JTable table) {
    int numRows = table.getRowCount();
    int numCols = table.getColumnCount();
    javax.swing.table.TableModel model = table.getModel();
    System.out.println("Value of data: ");
    for (int i=0; i < numRows; i++) {
    System.out.print(" row " + i + ":");
    for (int j=0; j < numCols; j++) {
    System.out.print(" " + model.getValueAt(i, j));
    System.out.println();
    System.out.println("--------------------------");
    * Create the GUI and show it. For thread safety,
    * this method should be invoked from the
    * event-dispatching thread.
    private static void createAndShowGUI() {
    //Make sure we have nice window decorations.
    JFrame.setDefaultLookAndFeelDecorated(true);
    //Create and set up the window.
    JFrame frame = new JFrame("SimpleTableDemo");
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    //Create and set up the content pane.
    SimpleTableDemo newContentPane = new SimpleTableDemo();
    newContentPane.setOpaque(true); //content panes must be opaque
    frame.setContentPane(newContentPane);
    //Display the window.
    frame.pack();
    frame.setVisible(true);
    public static void main(String[] args) {
    //Schedule a job for the event-dispatching thread:
    //creating and showing this application's GUI.
    javax.swing.SwingUtilities.invokeLater(new Runnable() {
    public void run() {
    createAndShowGUI();
    }

    Cross-post:
    http://forum.java.sun.com/thread.jspa?threadID=676105

  • HT4623 my niece played my phone earlier and i think she messed up my settings,now i have trouble putting it back to normal.i could hardly scroll the buttons and a voice command is contriolling my settings...how can i undo this? help me please...thanks.

    my niece played my iphone 4s earlier and i think she messed up my settings,now i have trouble putting it back to normal.i could hardly scroll down the buttons and a voice is controlling my settings...how can i reset it? please help...thanks!

    Triple-clicking home button won't turn voice over off on my iphone. i can't slide to unlock or slide to power off, either. (Nor slide to answer a call.) My phone's basically useless...help!

  • Is there a way to get a search protocol of the "Find my iPhone" search app and icloud ? And where can i find a protocol of the chat with a apple support worker

    Is there a way to get a search protocol of the "Find my iPhone" search app and icloud ? And where can i find a protocol of the chat with a apple support worker

    Thanks for the reply however this does not help.  When I check the cloud it shows that I have only 20 photos.  In reality I had a lot more than that.  All the photos on the cloud are those that I have taken since I was at the Apple store.  When I check cloud storage usage on my phone it says that I have 5.1 GB of photos.  This is a lot more than the 20 that I can see.  I am not sure what the Apple employee did to my phone.
    Still looking for answers.  It is really too bad that I can not talk to an Apple person to get help since they messed up my phone.

  • My nano ipod fell this very day and the button   and - are inserted and as soon as I light my ipod his démare on another menu with "ok to disconect" help me please I have expensive invests for me to pay it.

    My nano ipod fell this very day and the button   and - are inserted and as soon as I light my ipod his démare on another menu with “ok to disconect” help me please I have expensive invests for me to pay it.

    Probably has hardware damage from the fall.  Take the iPod Nano to an Apple store or an AASP.  Whichever is more convenient for you.

Maybe you are looking for

  • Macbook pro desktop won't display via my viewsonic dlp projector

    When I connect my macbook pro to my viewsonic projector, the projection image isn't my screen displayed.  If I take my web browser and move it to the left off the view of the desktop, it then becomes visible via the projection.  adjustments on the pr

  • Doubt rearding bdc

    Hi, I am trying out BDC using session method. I am trying t upload  4 field values from a txt file on desktop to sap. when I process the session it still calls the screen and asks for the values for vendor creation...why does it not take values direc

  • Harddrive issues when running disk permissions

    I need some additional help. It seems like I screwed around with the terminal, or in fact downloaded some patch that I shouldn't have to get some free software and it jacked up my whole computer. Basically I can't delete some adobe bridge files and a

  • Acr. Reader 9. How to save as RFT?

    Exploring "About Plugins" "Saveasrft.api" is loaded. But how to save as RTF? In File only appears "Save a copy" and "Save as txt". Win xp prof and Acrobat Reader 9.4.6

  • NTP server - can't fix it

    Hello, I have two 10.6.4 server machines wich I use as NTP server for my clients (both referes to time.europe.apple.com and have flagged NTP under general settings to enable NTP). One of them works properly: if on a client i use his FQDN or IP they t