Restrict BP search result based on BP role

Hi experts,
Is it possible to restrict BP search result list based on the BP role i.e. users should not be able to see BP's with prospect role in the search result list.
I am able to control create,change,display using auth.objects CRM_BPROLE / B_BUPA_RLT but unable to restrict the search list. Any hints would be really helpful.
Regards.

Hi Anup,
Thanks for the reply. For the time being we are using authorization groups instead as a workaround solution. Haven't tried the BADI though. Thanks again.
Regards.

Similar Messages

  • Restrict F4 search results for specific plants / sales org / purchasing org

    Hello All,
    We have a project where a particular plant / sales org / purchasing org needs to be restricted because of the top secret data for that business.  We would like to be able to restrict the search results that are displayed based on sales org / plant / purchasing org in the F4 help.  If a user does not have access to the data / documents related a plant / sales org / purchasing org, we do not want the user to be able to see doc numbers, ship-to's, material numbers etc... My question is where do we restrict F4 results for the Sales and Distribution, Finance, Materials Management, Production Planning, Logistics, etc... modules?  Thanks in advance for the help.
    Jordan

    We can set authorization for specific plants and other organization levels,contact the basis team and discuss about the authorization

  • Search Results based on other Search Results

    Scenario -
    I have a BDC content type which has a custom page for end users to view the data in the content type.  This page has a search result we part that displays the details of the content type.  There are other search result web parts that show related
    documents to the content type. 
    We are able to use the query string to pass in properties of the content type that will filter the search results to documents based on the passed value.  Example: Employee content type has custom page that lists the details about that employee, and
    when passing the department in the url to the page, a list of department specific documents can be displayed.
    There are several attributes of the "Employee" content type that we would like to filter for specific documents with.  How can I access these attributes with out passing them through the query string in the url? 
    I would rather not have to pass all these elements in the url Employee.aspx?employeeid={0}&department={1}&state={2}&employeetype={3} ect...  I would be better to just pass the employee id, and the page be able to get all the information
    it needs for the Search Results/Content Search web parts.
    Any thoughts would be helpful.  We are currently looking at the Product Catalog items, but this doesn't seem to fix our issue where we need to filter the results based on attributes of the current contextual content type.
    Thank You
    Shane

    I have been doing some more research, and I just cannot seem to find a viable option.  Can I use the Page.<FieldName>, or ListItem.<property>?  I am not sure, and no body seems to be doing anything like this?  Can it be done with
    javascript on the client, without having to rebuild the Display Template functionality for the results?
    So many questions and no one seems to have an answer?
    Shane

  • Restrict creation of BP based on PFCG role

    Hi Experts,
    We are implementing CRM 7.0. In the IC AGENT business role we would like to restrict the user to only create contacts using the PFCG role SAP_CRM_UIU_IC_AGENT. We tried using authorisation object B_BUPA_RLT and  CRM_BPROLE. But it did not work. Do you know if we are missing anything else? FYI..We are not using ACE.
    Best regards,
    David

    In our system we had a similar problem but with Accounts or Prospects creation. This is how we resolved it: In CRM 7.0 each Customer/ Prospect BP Record has a field Employee responsible on it. This is set automatically on the BP creation page, if the User ID of the user creation the record is assigned to an Employee record.  If the user does not have access to create Employee relationships (BUR011) it will fail to complete the customer creation process. Authorization Object B_BUPR_BZT (Business Partner Relationships: Relationship Categories) controls this. You will need to add BUR011 to u201CRELTYP_fromu201D

  • Restrict spotlight search results for pdfs

    I have a great number of academic papers in pdf format. Each paper has a title, an abstract, main text and a number of references. By default spotlight wouldn't distinguish the difference between these portions. But when I type the title of paper, papers that cite that paper also shows up, which is annoy, because I actually only want to locate the paper that has the title. I'm wondering if there is a way to restrict searches in only title, abstract, main text or references in academic papers of pdf format.

    Using a Finder search (command-F), which also uses Spotlight, you should be able to tailor your searches to file names as well as extensions, or other criteria.

  • JNDI restrictions on search result?

    Hello,
    I developed a program to synchronize AD with back end mysql database using DirSyc. It works fine for small groups and user. But for testing purpose I have created a total of 5000 users with 500 groups in AD with 10 users in each. But the program could only manage till 112 groups. I have read about paging in this forum but I have increased the MaxPageSize to 10000 in AD which should take care I think.
    The groups are named ns1 to ns500 and the clients are named with convention ns1.1 to 1.10 for each group. here is the error I get after 112 groups are created.
    java.lang.NullPointerException
         at com.sun.jndi.ldap.BerEncoder.encodeOctetString(Unknown Source)
         at com.sun.jndi.ldap.ctl.DirSyncControl.setEncodedValue(DirSyncControl.java:133)
         at com.sun.jndi.ldap.ctl.DirSyncControl.<init>(DirSyncControl.java:113)
         at com.nets.dirsrv.adsync.ADDir_Sync.startSync(Unknown Source)
         at com.nets.dirsrv.StartDirSync.startDirSync(Unknown Source)
         at com.nets.dirsrv.StartDirSync.<init>(Unknown Source)
         at com.nets.dirsrv.StartDirSync.main(Unknown Source)Any clue what causes this error?
    Thanks in advance.

    What exactly does the exception mean?. I don't think its related to number of search results

  • How to Restrict Search based on the Roles for External crawled sites

    I have a situation where the search results have to be restricted based on role
    When External sites are crawled, how can we restrict the search results based on roles,
    I know that we can restrict the search to a group or set of groups that can contain many users but if the group have different roles and if that group has given access to a web repository search, how can we restrict the document/search access based on roles for the same group?
    For Example an Index that has external site as data source and the permissions were set for a group and that group has 2 roles, lets say <b>"Admin" and "user"</b> and the external site have some documents when searched the documents should come up only for the "Admin" role during search, but should not come up for the "user" role
    Is it possible to achieve this? Is there a solution?
    Any advices are greatly appreciated and awarded
    Thanks,
    kk

    Is it possible to restrict on role based?
    Any suggestions are appreciated
    Thanks
    KK

  • 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 not returning file names correctly

    Have an onsite SharePoint Server 2010 Enterprise that contains a number of documents in a document library all containing the word "south" in their title. When a search is run with the keyword "south" all 3 files are shown in the results but only one displays
    the correct title. The other 2 display alternate text (in this case the company name). The links all 3 results are correct, however the title of results is incorrect for 2 out of the 3.
    I have duplicated these results using Office 365 and another on site SharePoint 2010 server.
    I have duplicated these results converting the documents to DOCX format under Word 2007 and Word 2010.
    Obviously, this is an issue with the files, however any ideas where to start looking to uncover where the SharePoint Server is pulling the information from? 
    In the end I need all 3 results to display the current name of the files it finds, not simply some random text with the files from 2 out of 3 of the results.
    Thanks
    Robert Crane
    www.ciaops.com 

    Could it be because of this?
    Pasted from here:
    http://bpostutor.com/post/Hidden-SharePoint-2010-Feature-Changes-Document-Titles-in-Search-Results.aspx
    Hidden SharePoint 2010 Feature Changes Document Titles in Search Results
    SharePoint 2010 has a interesting feature which you may not know about.  It's called Optimistic Title.  It's part of the Office Search engine within SharePoint.  What it does is determine a new, hopefully more relevant title for your documents
    to be displayed in your search results based on document properties or the actual contents of the document (i.e. Text within the file).  As you might expect this is closely tied to the Office document formats such as Word, PowerPoint, Excel, OneNote,
    and Visio.  Your end users may report that the titles that they see for search results differ greatly from the file name or the actual title of the document.  This is particularly evident with PowerPoint files where the name of the first slide
    is often used. The behavior is not entirely predictable.  Different results can be expected from Office 2007 and Office 2010 created files and even those created in earlier versions of Microsoft Office. 
    If you want to change this functionality you need to actually go and edit the registry on your Search role server(s) within your SharePoint farm, restart the osearch14 service and then do a full crawl.  The key you want to modify is the EnableOptimisticTitleOverride.
    The default setting is 1. Change it to 0 to disable the feature.

  • I want to do Search Result Clustering

    Hi,
    I have a database containing over a million companies along with their business descriptions. I am using Intermedia Index to perform a full text search on this data and I display top 500 results from my databased based on any keyword or combination of keywords that user types in.
    I now want to cluster these search results based on the search results - i.e. from the result set, I want to find out the keywords that appear maximum number of times (keywords of upto 3 or 4 words) and then allow the user to further filter the search results based on the keywords.
    Is there a way in Oracle Text search where I can get the list of keyword counts ?
    Regards
    Madhup

    If images are missing then check that you aren't blocking images from some domains.
    *Press the F10 key or tap the Alt key to bring up the hidden "Menu Bar" temporarily.
    *Check the permissions for the domain in the currently selected tab in "Tools > Page Info > Permissions"
    *Check "Tools > Page Info > Media" for blocked images
    *Select the first image link and use the cursor Down key to scroll through the list.
    *If an image in the list is grayed and "<i>Block Images from...</i>" has a check-mark then remove this check-mark to unblock images from this domain.
    Make sure that you do not block (third-party) images, the permissions.default.image pref on the <b>about:config</b> page should be 1.
    Make sure that you haven't enabled a High Contrast theme in the Windows/Mac Accessibility settings.
    Make sure that you allow pages to choose their own colors.
    *Tools > Options > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    Note that these settings affect background images.
    See also:
    *http://kb.mozillazine.org/Website_colors_are_wrong
    If you use extensions (Firefox/Tools > Add-ons > Extensions) that can block content (e.g. Adblock Plus, NoScript, Flash Block, Ghostery) then make sure that such extensions aren't blocking content.

  • 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

  • I am In Philippines and Google only shows Philippine area results,while Iwant search results from the US

    Google bases search results based on my IP address. I am in the Philippines . Example, I want to find out how much a cell phone in the US is and I get results from India. I want US Results on my searches. How do I change Google to allow this. I am currently in the Philippines but want Search results for the US

    See also:
    * Google.com in English - always '.com': https://addons.mozilla.org/firefox/addon/51000

  • OSES how to restrict the Search Term

    How can SES forbid the words which will be used to search. For example, if I enter "secret" word in the searchTerm box,Then the SES will restrict the search result or will return nothing. How to implement this search restricted function? Can you tell me for this question. Thanks...

    You can't forbid the use of particular terms via the standard API. You would need to build an app using the Web Services API, and remove any sensitive terms before submitting the query to SES.
    If you were feeling daring, you could delete the entries from the underying Oracle Text index, which would prevent them being found, but that definitely wouldn't be supported.

  • Restricting values of a dropdown based on user roles

    Hi,
    Is it possible to restrict the values of a custom metadata dropdown based on the user roles (assuming only 1 role is assigned to each user)? Say, based on the role assigned to a user, he/she should see only 3-4 values out of 10 values in a dropdown on the checkin page. Please suggest.
    Thanks.

    You can get pretty close out of the box using some configuration manager applet voodoo
    1)First off create a Table that will contain the options for your list. Create the columns e.g. label and id and then also create a column called dSecurityGroup
    2)Add a view based on the table you just created, choose the Security tab and select "Use standard document security"
    3)Add some values to your view - make sure that you populate the dSecurityGroup column with real values of security groups
    4)Once it is all published, have a look at the checkin and search screens. You should find that UCM will evaluate the options in the same way it would documents - based on the dSecurityGroup value you applied to the row - e.g. you will see an option on the search screen if you have at least R permissions, you will see an option on a checkin screen if you have at least RW permission
    Try it out :-)

  • How can we restrict EQL result based on session value

    How can we restrict EQL result based on session value or by checking with EBS secured function?
    Example: I create a Item Search Dashboard but I have more than one inventory organizations and I want to restrict dashboard to bring inventory org respective data by validating responsibility/profile option.
    Can anyone help me on this or if my concept is wrong so can anyone please guide me?

    Hi Bob,
    Thank you. Sorry for the late reply but I was busy in other stuff. I did the jar file and copied that Jar file into .ear/APP-INF/lib and copied on server and updated the df.securitymanager property under framework settings on Endeca Studio and restarted Endeca Server and Studio but seems like my class didn't get read. Kindly suggest and find below snippet of code;
        public void applySecurity(PortletRequest request, MDEXState mdexState, Query query)
                throws MDEXSecurityException
      init(request);
      String remoteUser = request.getRemoteUser();
      String recordFilterExpression = "XX";
      if(recordFilterExpression != null) {
      DataSource ds;
      try {
      ds = new DataSource(request, mdexState.getId());
      try {
      ExpressionBase expression = ds.parseLQLExpression("FND_USER_NAME='" + remoteUser + "'");
      DataSourceFilter dataSourceFilter = new DataSourceFilter(expression); 
      } catch (Exception f) {
      throw new MDEXSecurityException("Unable to apply Expression", f);
      } catch (DataSourceException e) {
      throw new MDEXSecurityException("Unable to create DataSource", e);

Maybe you are looking for

  • 8.0.1 running very well here........

    Well, I have been reading all the threads now on 8.0 and 8.0.1. I converted over to 10.5 then 10.5.1 just a week ago. I read threads on doing clean installs, had never done one before, so I took the plunge and did it. Now I don't have alot of 3rd par

  • Problems after iOS7

    Why is my lock screen blurred? Resetting is only a temporary fix.

  • Limewire + Itunes??

    I recently had to nuke my computer and re-install everything. Though I have checked off the box in Limewire that says it will automatically download the songs into Itunes, none are showing up unless I find them and double click on them. It used to ha

  • BPS variable in BeX

    Hi! I have a question. May I use BPS variable in BeX?

  • I can't open many of the links in E-mails I receive

    Hi, I have an Apple Mac Book Pro 13 inch, which was 'built' in late 2013. Running OSX Version 10.9.2. Mail Version 7.2 (1874). On a number of occasions when I click on a link within an E-mail the Safari page opens with the link in the task bar, yet t