Remove Max. hits from UI Search page

Hi All,
I want to remove max. hits from UI search page.Can anyone guide me on this.Points rewarded for useful answers.
Thanks and Regards,
Srividya

In CRM 5.0, t-code CRMC_IC_AUI_PROFILE is used but the maximum value is 2147483647 hopefully that would suffice.
Entered value is too large (Max = 2147483647)
Message no. 00087

Similar Messages

  • Sql to remove special characters from my search

    Hi everyone.  I'm very new to sql and have hit another road block.  I am doing a query on my database in oracle sql developer.  I want to search manufacturer numbers but sometimes they were entered with dashes ( 999-99-9999) and other times not (999999999)  is it possible to apply a function to overlook the dash in both my query numbers and in the database mfr_nbr column?
    any help would be appreciated.
    Kelly

    ok,  I have built a nesting string of replaces to remove all of my special characters and it worked perfectly but now I am not sure where to place the nest later in the string to remove it from my search of mfr numbers.  The reason I need to do it again is because I want to remove the characters so I am searching in terms of " apples to apples" so to speak.   here is my string so far. I still need to add the part where I put in my search for the manuf_item_nbr.  my question is  where do I need to place the nested replace's to remove it from my numbers I'm going to search?
    SELECT  MAX(item_nbr) ,REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE( manuf_item_nbr, ' '), ','), '<'), '.'), '>'), '?'), ''), '"'), ';'), ':'), '\'), '|'), ']'), '}'), '['), '{'), '='), '+'), '_'), '-'), ')'), '('), '*'), '&'), '^'), '^'), '%'), '$'), '#'), '@'), '!'), '~'), '`'),
      manuf_item_nbr  ,MAX(description), MAX(description2), MAX(GHX_FULL_ITEM_DESCR), MAX(Cntrct_nbr_txt), MAX(uom_cd)   ,
    MAX(item_qty), MAX(tier_descr), MAX(tier_prc_amt),MAX(list_prc_amt), MAX(vndr_nm), MAX(vndr_id), MAX(unspsc_nbr),MAX(iss_account)   FROM
    ( SELECT '' AS item_nbr, manuf_item_nbr,'' AS description, '' AS description2,'' AS GHX_FULL_ITEM_DESCR, Cntrct_nbr_txt, uom_cd, CAST(item_qty AS VARCHAR (255)) AS item_qty,tier_descr, CAST ( tier_prc_amt AS VARCHAR (255)) AS tier_prc_amt, CAST (list_prc_amt AS VARCHAR (255)) AS list_prc_amt,
    vndr_nm, '' AS vndr_id, '' AS unspsc_nbr,'' AS iss_account FROM ROI.CNTRCT_PRC_LIST
    WHERE ACTN_CD <> 'D'
    AND ROW_UPDT_TSP IS NULL 
    UNION ALL
    SELECT item_nbr, manuf_item_nbr,'', '', GHX_FULL_ITEM_DESCR,'',  purch_uom_txt  AS uom_cd,
      purch_qoe_txt  AS item_qty, '',  '' AS tier_prc_amt,'' AS list_prc_amt,
    vndr_nm, vndr_id, unspsc_nbr,
      gl_cd  AS iss_account
      FROM ROI.ROI_ITEM_ENRCHD_NUVIA
       UNION ALL
    SELECT  trim(item)  AS item_nbr,
       trim(manuf_nbr)  AS manuf_item_nbr,
       trim(description),
       trim(description2), '' AS GHX_FULL_ITEM_DESCR, '',
        trim(stock_uom ) AS uom_cd,
        ''  AS item_qty,'', '','' AS tier_prc_amt, '' AS list_prc_amt,'' AS vndr_id, '' AS unspsc_nbr,
        CAST( trim(iss_account) AS VARCHAR(255))
          FROM ITEMMAST_LAW
    )GROUP BY manuf_item_nbr
       ORDER BY manuf_item_nbr

  • Calling Web PL/SQL page from Employee Search Page

    Hello,
    I have a requirement where in I have to call a custom Web PL/SQL self service page from the Employee Search page (this is a page where managers search employees giving criteria as First Name, Last Name, Assignment number etc. which is a OA Framework page supplied by Oracle)
    Now situation is after search when I will click on Details button on the search results table the custom Web PL/SQL page should be called.
    But I am not able to figure out how to do it. Could anybody be able to help me on this ?

    You have to set the destination property of the button to call your WebPL/SQL page.

  • Export from OA search page

    Hi,
    I have a search page from which I want to export data to a CSV file.
    1. I would like to have the flexibility to select the rows that I want to export (using a checkbox).
    2. My application allows a user to configure 11 different kinds of models. The data required for all these models is different, so I have 11 tables to capture that information, and 1 table to store common information (such as contact details, delivery details etc.). These tables (model-specific and common) are linked by a PK-FK relation (config_id). My search page is built on 6 fields of the common table. But when I export the data for some selected configurations, I would like to capture data from the details table as well. I understand that I would need to create 11 VO’s and call them during the export process. But I am not very sure of this. Can anyone guide me through this?
    Hope I have made my problem clear.
    Thanks,
    Ashish

    Has anybody answered regarding a link to create a csv file?
    Thanks,
    Bob N

  • Help Removing Music File From My Welcome Page

    Hello
    Any help would be really appreciated as I'm new to all this!
    I have dragged an mp3 file from Itunes into the welcome page of a site I'm making on IWeb.
    I don't want it there now as it takes the page too long to load. I tried removing it but its gone from the actual page but when I save the site ready to upload with ftp the mp3 is there in one of the welcome files, also when I go to the site at work using firefox its looking for Quicktime to play it but you can't see it on the page!
    Many Thanks
    shaun:)

    shaun:
    Welcome to the Apple Discussions. Did you empty your browser's cache after making the corrections to the site? You may be views the cached version of it instead of the new version. In Safari use the Safari->Empty Cache... menu option. Then refresh the page.

  • Removing index.html from home page / remove .html tags from all other pages

    Hello All,
    I was wondering if there is a way to remove the index.html from my main page, so that www.mypage.com/index.html is simply www.mypage.com/. This also applies to all the other pages in the site, but only for the .html extension: www.mypage.com/contact.html becomes www.mypage.com/contact. Almost all sites I know do this, but I can't figure out the technique beyond working some crazy voodoo with Apache.
    Thanks in advance for your help!

    if 'index.html' is in your HOST server's default filename list, then you can omit its name from any link, e.g.,
    <a href="/">Home</a>
    That link will cause the server to load the default file found in the root folder of the site.
    This is actually the preferred way to link to your home page.

  • SAP CRM Navigate from custom search page to email component

    Hello Experts,
    I implemented my own search page and added a link on every row of the returned query that should direct me to the email component eg. CRMCMP_CCS_EMLV.
    I did something similar with Business partners and Task and it works. For BPs and tasks I managed to identify the object type and name associated to each of them and then I dynamically navigate to the components required.
    The way I did it for tasks for instance is:
    DATA:  lr_entity TYPE REF TO cl_crm_bol_entity,
    lr_col TYPE REF TO cl_crm_bol_bo_col.
    DATA:  lr_nav_descr      TYPE REF TO if_bol_bo_property_access,
                 lr_nav_serv       TYPE REF TO if_crm_ui_navigation_service.
    lr_entity = lr_core->get_root_entity( iv_object_name = 'BTOrder' iv_object_guid = lv_guid ).
    CREATE OBJECT lr_col.
    lr_col->if_bol_bo_col~add( iv_entity = lr_entity iv_set_focus = abap_true ).
    CALL METHOD cl_crm_ui_descriptor_obj_srv=>create_ui_object_based
      EXPORTING
        iv_ui_object_type   = 'BT126_CALL'
        iv_ui_object_action = 'B'
      RECEIVING
        rr_result           = lr_nav_descr.
    lr_nav_serv = cl_crm_ui_navigation_service=>get_instance( ).
    lr_col->if_bol_bo_col~insert( iv_bo    = lr_nav_descr iv_index = 1 ).
    *   start the navigatiostart the navigation
    lr_nav_serv->navigate_dynamically( iv_data_collection = lr_col ).
    My question is whether doing the same for emails is possible and if yes can someone please share his/hers knowledge?
    I guess that there should be a root object associate with emails like there is BTOrder for tasks.
    Once the correct root object is identified I will need the object type (like BT126_CALL for tasks) to create the ui_object_based
    Thank you for you help,
    K

    Hi mimimaker,
    According to your description, I think the function that you want to achieve is navigation rather then Seach in SharePoint 2010.
    For achieving navigation in the current site, you can do as the followings:
    Activate SharePoint Server Publishing Infrastructure feature at site collection level (Site settigs->Site collection features).
    Go to a subsite, activate SharePoint Server Publishing feature at site level(Site settings->Manage site features).
    Then go to Site setttings->Navigation under Look and Feel.
    On the Global Navigation section, select “Display the navigation items below the current site”, and un-select “Show pages”.
    On Navigation Editing and Sorting section, click Global Navigation
    Then click “Add link…”
    Type a title, and browse and select the page that you want to use in the navigation
    Click Ok
    Then the title will display on current site global navigation, you click it, it will automatically go to the page.
    Repeat the step 2-9 for each subsite.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How do I clear msgs that I've already deleted from the search page on the iPhone with IOS 6

    How can I clear messages that still show up on my search page even after I've deleted them

    No using the home button it takes me to the search and it shows msgs I've already deleted

  • Not sure if it something new...but since I loaded the latest version last week, I am typically "redirected" on the first attempt of connecting with a web site from a search page. Then I hit it again and I get to the site I wanted

    I search for marriott hotels, the page loads with options I go to the one showing the proper address, enter...end up at a third party site for hotels via a re direct, I go back to the same search item showing the address I desired enter and on second attempt get to where I wanted to be. Not only hotels have had re direct for last 4 days using google search engine as in past

    For general browsing on an older powerPC Mac, you'd need to get a supported browser, one that sees current or recent updates for security reasons; so that is one thing. You could get and install anything from the internet.
    But you probably do not have a virus.
    tech guides
    http://www.thesafemac.com/tech-guides/
    adware removal guide
    http://www.thesafemac.com/arg/
    A good browser for a powerPC computer running up to 10.5.8, is TenFourFox. Or iCab. Or SeaMonkeyPPC. With some of these you can set up an email account, & those may be more secure than older Mac Mail. You can also be sure the settings in a browser or email client application do not automatically open attachments or downloads, until you determine what they are through investigation.
    If you got an idea to download free applications from untrustworthy sites, or wanted to clean up your mac, etc using some dubious software, then an 'adware' may be installed. Some kinds of items you may seek to download or that were attachments on an email, can be dealt with in several ways. Safe browsing, near paranoid use of email, and if you use a web-based email, use a secure browser to visit it, login online, and do not have unnecessary cookies or features set in the browser.
    What OS X version does your PowerBook have running?
    What are you using for a web browser? Safari is unsupported.
    Good luck & happy computing!

  • How do I remove the cells from footer in Pages 5.5.2?

    In the new Pages, version 5.5.2, my footers have cells. I want to have only one cell but can't find a way to remove the cell barriers.

    In your Toolbar, select Document, and then turn off the footer only. Then, set View ▸ Show Layout. You will want to also Hide Word Count to get it out of your way.
    Now, you can put something creative there that contains your text, or image content. For instance a Text box that is the same size as a footer, properly aligned using the yellow guidelines. Insert a right-justified Page number. Select the Text box, and then choose Arrange ▸ Section Masters ▸ Move Objects to Section Master. If from the Toolbar Documents Section tab, you choose to add another section after the current one, that Page number will auto-increment in the next section.

  • Removing ceratin iview from compensation profile page.

    Hi Every Body,
    I have task of removing certain views like salary data,photo etc from the compensation profile page.
    The compensation profile page opens when the user select a emplyee name in the compensation planning application.
    can any one help me how can i achive this.
    I can see in the standard SAP compensation profile page all the iviews are present and if i  uncheck the respective iview in the invisible section then it will work.but he we are changing the standard.
    So can anyone let me know how can we achive it for our own customization.
    I copied the entire compensation page to our custom folder by using delta link.
    Regards
    Subrat

    The page is called via OBN. I had the same kind of requirement, follow this link. Hope this helps.
    http://scn.sap.com/thread/3185766
    Thanks, Raj

  • Removing MAP channels from desktop content page

    Currently, the channels that I have created that are only for mobile devices still show up in the Content page on the desktop. If they are selected, an empty channel shows up on the desktop. I have tried listing all the real desktop channels for the defaultHTML client type in the portal, but it does no good. Any suggestions?
    Is there a tag I can use from withing the contentTemplate.html page to get the list of available channels and then make a check to see if they are supposed to be available to the genericHTML client type?
    Thanks for any assistance,
    Mary Cole

    Mary,
    In iPS 3.x any channel selected to appear on the desktop/wireless client will show up in the content page (within the desktop). There is no available method to check the list of available channels to be able to selectively display channels in the portal desktop. This functionality is only present in MAP. That being said, you can prevent/alter the rendering of the MAP channel by either removing the template(html) and keeping only the wml templates or by editing the display template to indicate that the channel is for MAP only.
    This problem is solved in PS 6.x where there is the ability to implement a "router" container channel that directs the user to a specific container channel based on their device type. Here each device specific container channel has its own channel list.
    HTH!
    Satish

  • In Pages '09, how do I remove the header from the first page of the document in a page layout document?

    Working Pages '09, I am trying to set up a multi-page document using page layout  (not a word processing document, because I'll be using lots of graphics and text boxes), with headers and footers, but no header on the first page, as this will be the title page. The layout>section pane has the 'First page is different' option  greyed out (because it's a word processor only option). Help tells me that each page is it's own section in page layout, but there is no way to have one page without a header and all the others with, as far as I can tell. Am I completely missing something or is there a way around this?
    Also, I want to do this again for additional chapters in the document (or else, I believe, be forced to manually start page numbering for each chapter in a new document).
    Cheers.

    Hi, Barry. I don't know why this solution didn't work for me :-\ Does it matter that my page numbers are in the footer and not the header? When I follow your direction, the pages do get numbered differently. My problem occurs with the last step.
    1. Open the Inspector. (Check!)
    2. Click the Layout button (second from left). (Check!)
    3. Click Section. (Check!)
    4. Make the two settings shown: (Check!)
    5. Go to Page 1 and delete the contents of the Header. (When I do this, the content for all footers is deleted...)
    I really appreciate your insight.

  • How do I see more than 10 hits on the search page; it used to be 100

    Under settings I used to be able to choose 100 hits for a question. Now, I am limited to 10. What happened?
    Thanks,
    Mac McClure

    Turn off Google Instant, in Google either settings or a gear in upper right corner of your search results
    http://dmcritchie.mvps.org/firefox/firefox-problems.htm#googleinstant
    :which is currently item #50

  • How to remove "Delegate" option from Reassign Popup page in task details

    Hi
    I'm using SOA 11g and Jdev 11.1.1.3 for the development. I created a Human task and using the Reassign functionality. From the BPM Worklist, When I click the Reassign in the Actions menu, a popup for Reassign task is displayed. In this popup, I have two options -
    1) Reassign (transfer task to another user or group) and
    2) Delegate (allow specfied user to act on my behalf)
    Functionality of option 1 is working fine. But I do not want to show the option 2 in the popup page.
    I tried to find the popup JSPX page and tried to find for any edit options from the BPM Worklist screen, but no luck.
    Can anyone throw some light on how I can achieve this.
    Thanks,
    Udaya Neeliahgari

    Hello,
    create a new permission level. Copy the "Contribute" permission level and call it "Contribute no Delete". Edit the new permission level and untick the "Delete" box in the List Permissions section.
    The next step depends on whether you want this to be site-wide or just for a particular library.
    Go to the Approval Task list and click List Permissions in the List ribbon. 
    Select to break permission inheritance.
    Then select the Sharepoint group that normally has "Contribute" permissions and change the permissions to "Contribute no Delete". To do that, tick the tick box for the group and use the ribbon command to edit permissions for the selection.
    cheers, teylyn

Maybe you are looking for

  • Why do we create Sample Account

    Hi, I am practicing creating GL account. Somewhere in the documentation it talks about creating Sample Accounts. Why do we create Sample Accounts? How is it used in real life scenarios?

  • AIR-LAP1242AG-A-K9 configure command does not seem to exist

    I have an AIR-LAP1242AG-A-K9. Straight out of the box I thought it would have the GUI functional but this is not the case. I am brand new to Cisco products so it is taking me a while to get use to them and to TelNet but from what I have read in about

  • Work FLow QUestions for FCE

    I have set up as follows - ONE disk at 1 TB as the main disk for cpture rendering etc etc. On regular intervals i copy that disk in toto to another 1 tb disk rather than mirror them ( i have had lousy experience with mirrored disks - ie corruption be

  • Which link to download

    Dear all, i want to download ebussiness from the following site http://edelivery.oracle.com/EPD/Download/get_form?egroup_aru_number=11250138 it is Oracle E-Business Suite Release 12.1.1 Media Pack for Microsoft Windows (32-bit) but it have a lot of d

  • Getting rid of question mark in dock.

    I've read Apple Knowledge Base and can not find how to get rid of the question mark icon in the dock.