Pointers needed to enhace BP Search Result

Hi All,
I have a requirement where i need to bring an extra field  STATUS in to the BP Search result list. I did a bit of investigation on this and found out the class that is getting triggered is CL_BUPA_IL_SEARCH_SERVICE and the method search_by_bp_general. The control is coming to this method but i didnt find a BADI where i can write the logic for populating the additional result list attribute. I have looked into the BADI_CRM_BUPA_IL_SEARCH_EXT but the control is not coming here. Any pointers on this will be of great help.
Regards,
Udaya

Hi,
Thanks for the reply..it helped us.
thanks,
udaya

Similar Messages

  • Restrict Search results in Transaction FPP3 Business Partner

    Hallo,
    I need to restrict the search results in transaction code FPP3.
    When an end user calls the transaction code 'FPP3' and in the left side of the screen makes a search for Business partner based on what ever selection cryteria, standard program finds the values and gives the result on ALV grid.
    My problem is I need to check if user has right authorisation to look at Partner and if  not delete the partner from Result table. I have treid by implementing events 'SERC1, SECR2 and SERC3'  in BDT and implemented the BADI to masK the fields which is not right solution.
    Can anybody please give me Tip or an Example how I can solve my problem.
    Thank you and Regards
    Ravi

    Hi Komal,
    you can you this in the following way: IMG -> ...-> Treasury and Risk Management -> Basic Functions -> SAP Business Partner for Financial Services -> General Settings -> Business Partner -> Basic Settings -> Business Partner Roles -> Define BP Roles -> select those BP roles you intend to hide for the selection in F4 -> choose detailed view -> look for the fields group 'General data' - > select the checkbox in the field 'Hide'.
    one note - as those BP roles are used in other SAP modules as well, make sure, you are not making the incorrect settings in this area.
    hope this will help you.
    Rgds,
    Renatas

  • Search results when accessed always opens in a new window

    Hi,
         We are using WPC to develop web pages. We have created a Header component that contains the
    search option and embedded in the framework so that it is available in all the web pages. An iview has
    been created using the Header. The issue we are facing is that whenever the 'Search' button available
    on the header is clicked the search results are launched in  NEW window rather than within the current
    window.
    We have made sure that the iView Properties of the Header for "Launch in New Window" options is set
    to - "Display in Portal Content Area". But still No luck.
    I have also checked for the workprotect mode and it looks fine. Any pointers as to how the search
    results can be displayed within the current active window rather than opening in a NEW window? Let me
    know if I am missing anything.
    We use the EPCM.doNavigate(advancedSearchURL) to launch the search results.

    Hi Vijaya
    You would have to develop your own property renderer that sets the target to parent instead of blank, and create a property based upon the property renderer, and reference this property in the search result layout set.
    The desired functionality cannot be obtained through "normal customization" even though some of the iview properties indicates that.
    You can search for the documentation with regards to how to create a custom property renderer.
    Best regards,
    Martin Søgaard

  • Display pdf meta data in search results

    I'm using the built in search function of Sun One web server 6.1 to catalog a directory that contains a large number of scientific journal article in pdf format. In each pdf file the title of the journal article and the author name is contained in the document metadata. After a search is performed the Title field is listed on the search results page. Is there a way to make the Author field appear there as well? It seems that the html version of the file generated by htmlconv contains the information I want <meta name="author" content=" Author Name "></meta>, but I did not find enough information in the documentation to allow me to modify /opt/SUNWwbsvr/bin/https/webapps/search/index.jsp to display this information properly. Any suggestions would be appreciated.
    Doug

    Hi,
    You will need to create a new 'metadata property' through search and map it as below (though there is 1 OOTB property but you cannot use it) -
    1) Create metadata property, say 'Modified By User' (text)
    2) Map it to - ows_Modified_x0020_By(Text) , ows_ModifiedBy(Text) , Office:8(Text)
    3) Run a full crawl
    4) After this, you need to modify the search results XSLT to add 'Modified By' in the results page. You will find good articles on this on MSDN/Technet (check here - https://msdn.microsoft.com/en-us/library/office/ms560074(v=office.14).aspx)

  • Search results in 2D array format

    Hi,
    I need to display the search results in HTML TABLE (obtained as bean objects from Arraylist) using a JSP. But the display format should be like below:
    searchResult_1 searchResult_2 searchResult_3
    searchResult_4 searchResult_5 searchResult_6
    Next set of results should be on next page and so on.......
    Can someone please help/suggest as how to accomplish this:
    1: Display the results across first (say upto 3), and then down
    2. pagination
    Thanks
    Message was edited by:
    singalg
    Message was edited by:
    singalg

    You first need to learn HTML tables. That should be easy enough. Then you can search Google for pagination code, which I'm sure there's a few million examples out there.

  • 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.

  • Search results sorting

    hello ,
    I would like to have a custom control that sort search results  ( A to Z or Z to A ), so , i created a dropdownlist with two entry : A-Z  et Z-A.
    When user click A-Z , i would like that search results display in the right alphabetic order from A to Z.
    How to accomplish my goal step by step ? 
    Thanks.

    Hi Piing,
    To sort the search results, you need to define the results to sort by which managed property.
    As each result has many managed properties, I recommend to use Title managed property to sort the results.
    If that is the case, then we need to write the sort dropdown like this:
    [{"name":"A-Z","sorts":[{"p":"Title","d":0}]},{"name":"Z-A","sorts":[{"p":"Title","d":1}]}].
    After that, we need to edit the search results page and then edit the Search Results web part, then expand Settings and check Show sort dropdown. After that paste the above JSON inside the box and save the changes back to SharePoint.
    You can refer to the link below for details about how to write the JSON inside the sort dropdown:
    http://habaneroconsulting.com/insights/why-are-my-sort-orders-not-working-in-my-sharepoint-2013-search-results-web-part#.VK9Nz2Afodk
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Find all doesn't show all in search results

    when I run find all on a string of text I need to change the
    search results list displays six documents. The status bar however
    indicates
    "Done. 6 items found in 731 documents."
    Why don't I see 731 entries in the search results? How do I
    know if DW will update all 731 items if I do a global search and
    replace?
    Thanks!

    > "Done. 6 items found in 731 documents."
    The above means it search 731 documents.
    It found the string in only 6 of them.
    so there are only six listings in the Results panel.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Categorize and filter enterprise search result

    Hi All,
    I want to know if it is possible to categorize and filter search result based on source (ex: list or library name or external content type etc). My client does not have FAST server license.
    If this is possible with enterprise search without the FAST server could you please let me know how to achieve it.
    Any help is greatly appreciated.
    Regards,
    Rahul

    Hi Rahul,
    We could sort search results in Search center, and we need modify XSLT for search result web part.
    Here are similar issues for your reference:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/8611e04c-d79c-42c0-a605-e88bd34eb00a/how-to-sort-the-sharepoint-search-results-with-datetime-site-column?forum=sharepointsearchprevious
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Display 'Modified By' property in search results

    Hello All,
    Can anybody help us to display the modified by information on search results.
    Current search results displaying 'Author'. But I want to display the user name who last modified the document.
    Please suggest.
    Thanks & Regards

    Hi,
    You will need to create a new 'metadata property' through search and map it as below (though there is 1 OOTB property but you cannot use it) -
    1) Create metadata property, say 'Modified By User' (text)
    2) Map it to - ows_Modified_x0020_By(Text) , ows_ModifiedBy(Text) , Office:8(Text)
    3) Run a full crawl
    4) After this, you need to modify the search results XSLT to add 'Modified By' in the results page. You will find good articles on this on MSDN/Technet (check here - https://msdn.microsoft.com/en-us/library/office/ms560074(v=office.14).aspx)

  • Need to create link to Word Doc in blob column in search results report

    I got the Oracle Text boolean search of word documents in a blob column of a table working.
    Now I need to be able to create a link in the results report.
    I know that Oracle creates a link for each document in the column when you attach a file, I just need to know what the link should be to allow users to open the document in the search results report.
    Right now the application is set to do a search in the attached word documents, and in the results window it shows the names of the people who match the search, but it won't allow me to create a link to their resume in the results report.
    the name of the table is CONTRACTOR_LIST and the blob column is RESUME.
    How would you go about creating a simple link to the word file in the results window?
    Here is the code for the query
    select score(1) relevance, Name, Resume
    from contractor_list
    where CONTAINS (resume, :P1_SEARCH, 1) > 0
    order by 1 desc
    That works, but I can't get it to link to the resume file.
    Here is the code I'm using for the link
    javascript:popupURL(&quot;#RESUMEL#&quot;)
    This just give me an error page and the the link is
    http://server-namer:8080/apex/[datatype]
    the error is
    Bad Request
    The HTTP client sent a request that this server could not understand.
    Thanks again!
    Edited by: gjones77 on Dec 2, 2008 6:14 AM
    Edited by: gjones77 on Dec 2, 2008 7:08 AM

    It is within the table I believe (I'm not a DBA or a developer) since I created a BLOB column and then used the file browse feature to allow users to attach a resume to the table in order to be able to perform a search of the attached documents.
    I'm just having a hard time pointing the link in the search results report to the document in the blob column.
    The information on that page is great if you're trying to create a link to the document on the initial report.
    But I created a query using Oracle Text to run a report that does a boolean search of the attached word documents in the table.
    When it displays the search results, it doesn't create a link to the document and I can't figure out how to do it.
    Here's a link the the instructions I used to create the initial search report with Oracle Text, mind you I only created the index and query, I didn't add in all the link data since they're using documents on websites and I'm using documents in a table.
    http://www.oracle.com/technology/products/database/application_express/pdf/apex_text_application_v1.6.pdf
    If you can help me with this I'd really appreciate it.
    Thanks again.
    Greg
    Edited by: gjones77 on Dec 2, 2008 8:14 AM

  • What setting do I need to change to have a search result file (pdf. or whatever) open instead of automatically download?

    Firefox downloads files automatically when opening a opening a search result. What setting do I need to change to have the search result file (pdf. or whatever) open instead? Something changed yesterday and I lost the ability to open the files vs. download.
    == This happened ==
    Every time Firefox opened
    == July 7, 2010

    Hello,
    Normally, when I use my online account, when i select a document to open with excel or with adobe, the applicaiton installed on the PC, is used to open the files.
    Can you check the under control panel, default programs, and see what program  is associated to the PDF files?
    When you try to open one of those pdf files from your back, what happens?
    If you download them to the HDD, are they automatically associated to ADOBE?
    Thanks,
    I work for HP! Please remember to provide and if this helped click ON

  • Need to add Menu Item to Search Result Template page

    Hi Guys,
    I am using UCM 11g and I am customizing serach result page.
    When we do search on UCM, we get a search result page. This search result page has a two drop downs (on the top right) "Change View" and "Search Action" in the blue strip.
    I have to add one customized dropdown option in "Publish Selected", it worked well with 10g by overriding searchapi_result_menus_setup include but not working in 11G.
    Appreciate your help on this, Thank you
    Thanks,
    Ashok

    Reunion1980 wrote:
    ..I need to add item "About" to frame's system menu.
    Is there any way to solve this problem?Try this link - [http://pscode.org/jh/bin/helpsetter-apidocs.jnlp]. It is sand-boxed, like an applet. It should prompt if you want to create shortcuts, click OK/Yes.
    After you run it, open the 'All Programs'/system menu. There should be an item under the 'JavaHelp System' menu for the 'JavaHelp System JavaDocs'. That link is to launch the application again. [Java Web Start|http://www.java.com/en/download/faq/java_webstart.xml] *(<- link)* is what installs the menus. JWS can also install menus specifically for application help.
    Older applications declared the required menu items and desktop shortcut in the JNLP launch file, but JRE 1.6.0_18+ offers the IntegrationService *(<- link)* to applications, and provides feedback on success/failure. Note that some systems will ignore requests for desktop integration. Ubuntu Linux will allow for the creation of desktop shortcuts, but silently ignore requests for menu items.

  • Search Result Screen need a button for Article properties display

    Hello All,
      I have a requirement on the project.
    Search Result Screen need to have a button at the command level which will display Article properties on the Clipboard(Notepad). Please let me know ,if there is a way out to do this.
            Thanks in advance.

    Steven, please see:
    http://technet.oracle.com/products/iportal/files/pdk/plsql/doc/sdk23pkg.htm

  • OD settings: "maximum search results" guidance needed

    Hello OD users -
    I can't seem to find any guidelines as to what settings I should be using for the field "Return a maximum of ___ search results" or the "Search timeout" field after that in Open Directory protocol settings.
    I think the default is to leave it wide open- 11000 results timing out in 1 hour. Apple's documentation says you can change that to prevent one type of denial-of-service attack, but they don't give any suggestions as to what settings to use. We only have about 170 OD users set up, but I'm not sure how many LDAP records would be needed in a search, or what a reasonable timeout period would be.
    Thanks.

    Thanks for the reply.
    Before responding to your points I want to give a little more context:
    We have an intranet based on pure html and a little aspx containing many of those pdf- files. By clicking on the links in the intranet the files open correctly in browser handled by the adobe plugin. Now we set up this search server crawling the file system
    accessed through a share to the root folder of the intranet. In the search server settings a host mapping rule is applied to replace the file://[share] with http://[intranet host+domain+port] to access files over http.
    And now to answer your question. The resulting urls are the same, copying the link from intranet and copying the link from the search result (except some case issues).
    The event viewer not seem to show any errors on this, though I'm not very familiar using it.
    If any further information are from interest and any ideas come to your mind - please let me know.
    Thanks.

Maybe you are looking for

  • How to Renew my BT Broadband Contract?

    I am happy with my BT Broadband Package and the price I pay for this package. It is due to expire in June 2011.  I pay quarterly and my next BT bill is due in April 2011. Because some charges are billed in advance this will include some broadband cha

  • Logic X Instrument Library: To Alias or Not

    Hey, guys.  I'm not a pro when it comes to DAW's, so please bear with me. I see that there are a few threads on moving Logic X's instrument libraries to an external drive.  My understanding is that this will allow Logic to read and write simultaneous

  • 1Z0-109: WebLogic Server 10g Developer Certification

    Hi, Can anyone share 1Z0-109: WebLogic Server 10g Developer Certification study materials. Mail Id: [email protected] Thanks. Edited by: user13812464 on Jan 20, 2011 12:04 PM

  • Four Java Applet signing questions

    hi all; I'd like to ask a few quick questions about applet signing. As you know there is a "Security Warning" Gray Alert box that appears when the user tries to load your signed applet. 1. When the alert window asks someone to accept the signed apple

  • IOS 8.3 Bugs?

    SO recently I have updated my iPhone 6 to iOS 8.3. The phone has been lagging alot in general while multitasking or doing anything else. Certain apps like Snapchat won't let me record videos and send them or even let me look at others videos. The vid