Resource search, only 1 resource displayed

When i enter a new role in cProjects with qualifications and i use the resource finder (via the: find resource button)
i only get 1 result... while i know that there are at least 20 people with availability and the required qualification.
What can i do to check what is going wrong?
And i found the answer... on the first tab there is a field that says: maximum number of results... and of course this was set to 1.....
Edited by: Miel Claessens on Feb 5, 2008 2:36 PM

Hi
There is BAdI: DPR_SEARCH which you can use.
You can implement it with custom logic
Talking about PA-PSA based search, Is available using PFAL transaction for BP creation
You need to Map your PA-PSA with Area-location of cProjects
Niranjan
Let me know if it helps!!!

Similar Messages

  • User can see all resources, not only Permitted for his/her Organization

    Hi,
    I have set three self-serviceable resources as Permitted Resources for a specific organization. So if I click on Permitted Resources for that organization I can see only those three...
    When an user of that organization clicks on Request New Resources, all self-serviceable resources are listed to the user, not only the Permitted Resources. I thought the user could see only the permitted resources...
    If I log as sys admin and Request Resources for an user of this organization, I can see only the three permitted resources.
    I saw the sql statement that OIM run to list the resources:
    select
    obj.obj_key,obj_name,obj.sdk_key,sdk_name, obj_order_for,obj_auto_prepop, obj_type,
    obj_allow_multiple, obj_self_request_allowed,obj_autosave,obj_allowall,
    obj_rowver, obj_note,obj_autolaunch
    from obj obj
    left outer join sdk sdk on obj.sdk_key = sdk.sdk_key
    where obj.obj_key in
    select distinct obj.obj_key from obj obj
    left outer join sdk sdk on obj.sdk_key = sdk.sdk_key
    left outer join acp acp on obj.obj_key = acp.obj_key
    left outer join oba oba on obj.obj_key = oba.obj_key
    where
    obj.obj_self_request_allowed='1' or obj.obj_key in
    select obj_key from acp where act_key in
    select act_key
    from usr
    where usr_key= 5 and acp_self_servicable = '1'
    ) and
    obj.obj_order_for = 'U' and
    (obj.obj_type='Application' or obj.obj_type='Generic') and
    obj.obj_key not in
    select pop.obj_key
    from pop pop, pol pol, pog pog, ugp ugp, usg usg
    where
    pop.pol_key=pol.pol_key and
    pol.pol_key=pog.pol_key and
    pog.ugp_key=ugp.ugp_key and
    ugp.ugp_key=usg.ugp_key and
    usg.usr_key in (5) and
    pop.pop_denial='1'
    ) and
    obj.obj_key not in (
    select distinct obj.obj_key
    from obj obj, obi obi, ost ost, oiu oiu
    left outer join orc orc on oiu.orc_key=orc.orc_key
    where
    oiu.obi_key=obi.obi_key and
    oiu.ost_key=ost.ost_key and
    upper(ost.ost_status) <> 'REVOKED' and
    obi.obj_key=obj.obj_key and
    oiu.usr_key in (5) and
    obj.obj_allow_multiple='0'
    ) and
    obj.obj_key in
    select distinct obj_key
    from pkg
    where pkg_type='Provisioning'
    As you can see in the query above, if I change the snippet below the result is what I expect.
    obj.obj_self_request_allowed='1' AND obj.obj_key in
    Did I miss to set something or doing something wrong?
    Thanks,
    Renato.

    Sorry, but I do not understand your last reply. You mentioned the following:
    for option B, even when option A is unchecked, you can set self-request only for a specific organization when assign permitted resources.
    Isnt this what you wanted? You should set the resource as permitted resources in all the organizations whose users can request that resource. I have implemented this and it works just fine. It works for both types of requests. a) My resources -> request new resources and b) Requests -> Resources -> Grant resources.
    In case of b, depending on the organization to which the selected user belongs, the Resource is displayed. all resources are not displayed.
    So the solution is to uncheck in RO and put the resource under specific organizations permitted resources and make it self-requestable. It should work fine. Let me know your exact issue if it does not work this way.

  • Authoriization object for resource search in cProjects

    Does anybody know which authorization object is required for resource search in cProjects  5.0 ? I need to to grant an access exactly via the user role and authorization object, not via the Authorization bookmark in cProjects.
    Thanks!

    Hello Kiryl,
    this is what you can do with Cprojects 4.5:
    cProjects Roles
    The following single roles are delivered with cProjects:
    Role Authorization
    SAP_CPR_PROJECT_ADMINISTRATOR Create projects (project definitions).
    SAP_CPR_TEMPLATE_ADMINISTRATOR
    Create, change, read, and delete all
    templates in cProjects.
    SAP_CPR_USER
    Use cProjects, but no authorization to
    perform any activities in a particular project.
    To do this users need project-specific
    authorizations, which can be distributed
    either directly or through their assignment to
    a role.
    This role must be included in every
    cProjects composite role.
    The following composite roles are delivered with cProjects:
    Role Authorization
    SAP_CPR_DECISON_MAKER cProjects decision maker. Contains the role
    SAP_CPR_USER.
    SAP_CPR_INTERESTED cProjects interested party. Contains the role
    SAP_CPR_USER.
    SAP_CPR_MEMBER cProjects team member. Contains the role
    SAP_CPR_USER.
    SAP_CPR_PROJECT_LEAD cProjects project manager. Contains the role
    SAP_CPR_PROJECT_ADMINISTRATOR
    and SAP_CPR_USER
    SAP_CPR_TEMPLATE_RESPONSIBLE cProjects template responsible. Contains the
    roles
    SAP_CPR_TEMPLATE_ADMINISTRATOR
    and SAP_CPR_USER
    You can use these SAP standard roles or create your own. For more information see the
    solution management content for cProjects under Solutions &#8594; mySAP PLM &#8594; Configuration
    Settings &#8594; SAP cProject Suite 4.00 &#8594; General Settings &#8594; Activating Single Roles for
    cProjects and Creating Roles for the Project-Specific Authorization Checks.
    In cProjects, you carry out Customizing activities in the SAP Web AS. Only
    system administrators, that is, users with the authorization profile SAP_ALL, are
    authorized to carry out Customizing for cProjects.
    Hope this helps.
    Regards
    Thomas

  • Resource Tab Create/delete/Display role is not active

    Dear Friends,
    I have been trying to work on cprojects 4.0, i encountered one issues. I tried exploring all the threads on the forum related this issue, but i could not find any resource related this issue.
    in Resource Tab Create/delete/Display role is not active, they are grayed out.
    I have maintained all the authorization
    1. Roles for my user id are:
    SAP_CPR_PROJECT_ADMINISTRATOR
    SAP_CPR_PROJECT_LEAD
    SAP_CPR_USER
    i also have SAP_ALL
    0SAP_ADMIN Project Role 'Administration'
    Default Authorization : ResMan,Write
    Z13_CONSULTANT Consultant
    Default Authorization : ResMan,Write
    Z13_DEVELOPER Developer
    Default Authorization : ResMan,Write
    Z13_PROJEKTLEIT Project Manager
    Kindly request your valuable inputs.
    Thanks and Regards
    Mukesh

    Hi Mukesh,
    Please go to following SPRO setting:
    Collaboration Projects -> Resource management -> Qualification Management ->  Activate Qualification Search and Matchup Using WFM Core
    Delete the X under Value abbr. for Group WFM and Sem. abbr. QUINC. This will deactivate use of WFM.
    Hope this resolves your problem.
    Regards,
    Niraj

  • Configure search results to display only this site

    HI
    when i search anything in my publishing site the search results display from all sites in sharepoint farm.
    how i configure search results to display only this site:
    i found there is no option in sitesettings>searcscopes 
    and i created a custom search results page.
    adil

    Hi adil,
    For your issue, you can go to Site Settings -> Site Collection Administration -> Search Settings -> set  "Site Collection Search Dropdown Mode" to "Show scopes dropdown":
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How to stop google search {only on firefox) from the non-stop display of results pages?

    i only want one search results page displayed at a time ! I would rather select the other results pages ( ex; 2, 3,5,8,ect) myself.this doesn't happen w/google on IE?? thanks

    Hi,
    Please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]. Safe mode disables the installed '''Extensions''', and themes ('''Appearance''') in '''Tools''' ('''Alt''' + '''T''') > '''Add-ons'''. Hardware acceleration is also temporarily disabled - the manual setting is '''Tools''' > '''Options''' > '''Advanced''' > '''General''' > [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Advanced%20panel?as=u '''Use hardware acceleration when available''']. All these settings/options/add-ons can also be individually or collectively disabled/enabled/changed in Firefox normal mode to check if an extension, theme, option or hardware acceleration is causing issues. Disabling/enabling hardware acceleration, and some types of add-ons in normal mode may require a Firefox restart.
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.org/en-US/kb/Options%20window Options]
    You can also consider the [https://support.mozilla.org/en-US/kb/reset-firefox-easily-fix-most-problems Reset Firefox] feature via '''Help''' ('''Alt''' + '''H''') > '''Troubleshooting Information'''.

  • Resource search based on Customer and Project role type

    We are using cProjects 3.1 with WFM core and SAP ECC 5.0 We have been able to search for resources (created as Business partners) based on Org Unit, Qualifications and also Availability %.
    But while searching in the General tab, if we enter the
    Customer/Ordering Party field or Project Role type field, the search yields no results. However if both these fields are blank, the search gives correct results.
    Thanks & regards,
    Khalid Khan
    mobile: 91-9890530220

    Hi
    There is BAdI: DPR_SEARCH which you can use.
    You can implement it with custom logic
    Talking about PA-PSA based search, Is available using PFAL transaction for BP creation
    You need to Map your PA-PSA with Area-location of cProjects
    Niranjan
    Let me know if it helps!!!

  • Resource Search in cProjects 4.0 not fetching results

    Hi All,
    Working on cProjects 4.0, I have specified the qualifications catalog and selected a few items from the catalog for a role. These are the items I have set for the resource (Business Partner). However, when I do a 'Resource Search' at the front end, the system does not throw the list of resource I expect the system to do.
    Where could I be going wrong?
    Thanks all...

    Hi Zhenbo,
    Thanks for your response. This, however, does not help.
    As mentioned, I have defined the qualification catalog and selected the qualifications for the role. The resouce (BP) does have the required qualifications. However, the 'Resource Search' fetches no results.
    Do I have to have the resources defined in WFM to be able to fetch? I guess no...
    Do suggest.
    Thanks and Regards...

  • Resource Search without WFM Core

    Hi all,
    Is it possible to search for resources in cProjects frontend without using WFM Core? Please guide.
    Thanks,
    Vivek Pandey

    Solved.

  • CProjects 4.0 : Correct resource search and incorrect staffing

    Hello to all SAP community!
    I am using resource search by qualification in cProjects. The search itself is OK, but when I am trying to staff the project role from resources found, the role is staffed by  N.N.1 resource, not that one that I have chosen.
    Does anybody know what is the reason of such collision?

    Hi Kiryl,
    I have heard this behaviour recently, there should be a note for it. Would you please search the notes using the the key words. You can also post hotpackage stand of your system, I will then search it.
    Kind regards,
    Zhenbo

  • CProjects 4.0 - Resource Search

    Having specified the 'Qualification' and 'Minimum Availability', when I do a resource search, I get the list in line with the expected. On this page, few of the columns - Resource Name, Assignment, Suitability etc. have the expected (and right) values. However, such columns as 'Time Available', 'Capacity' and 'Availability' have values zero.
    What ooght to be done to get the right values in these columns?
    Thanks and Regards...

    Hi Reema,
    Thanks for the inputs. I did specify the location and availability for an employee in the transaction you specified - RPM_EMPDATA. Havng done this, I see the columns Skills, Location, and Availability checked (ticked right).
    But I see no difference at the front end. When I do a resource search, and when this resource appears in the search list, I see values in the columns 'Resource Name', 'Assignment', 'Suitability' etc. but the 'Time Available', 'Capacity' and 'Availablity' columns still read zero.
    Anything else that you'd suggest me doing???
    Thanks again...

  • [OIM] Resources search takes more than 10 minutes

    Hi everyone,
    I have several resources (more than 6,000), and I have the following problem:
    1) I go to Request -> Resources
    2) select a user.
    3) in the notification screen, I left the send notification checked and click on next.
    After the last next, the resources screen should appear. It takes more than 10 minutes. I am uploading more resources and I see that as I add more, the time of searching the resources increases linearly with the ammount of resources.
    Is there a way of putting some filter for this search so it takes less time, or I have to make a custom app for requesting resources?
    Thanks!

    I think the application does too much validations in these kind of searches. I noticed that until 9.1.0, the Organization lookup in the Users -> Create User showed all possible results, but in 9.1.0.2 you will see that it shows nothing, you have to enter a search filter so organizations appears. Perhaps it's the solution to these problems, that all sarches show nothing at the first time and then you filter the results.
    I opened the war, but the code for searching appears to be generic to all search pages, so I think it's very dangerous to change the OIM core.

  • I want to use my Apple watch to time my patients' vital signs. The face only stays displayed for about 7 seconds. Can I change that?

    I want to use my Apple watch to time my patients' vital signs. The watch face only stays displayed for about 7 seconds, which won't work. Can I change that?

    Linda
    I am glad that bbqdevil's *workaround* will "do the trick"
    Did you give the Timer idea a try yet? It seems to me that you are really needing to know when a certain amount of time has elapsed rather than *time how long you have being taking a reading*. Will you always have your hand free to tap the Watch? If so, why would you need the StopWatch going? - just look again at the sweep second hand on the clock.
    It still remains that one should be able to set the time elapsed before sleep on a Chronograph w/ sweep second WatchFace though. I have searched and searched, to no avail.
    I would suggest Siri, but it seems like many issues with Siri are ongoing and might just add another problem to the mix.
    If I were you, I would Call Apple Support. It is sometimes tricky to get that option in the "breadcrumb" process Apple has instituted, but I was able to test the process before suggesting this:
    Click/Tap > https://getsupport.apple.com/GetproductgroupList.action
    Choose Apple Watch
    Choose "Setup & Usage..."
    Choose "The topic is not listed"
    Enter "set sleep duration" > [Continue]
    (I know this in not exactly right, but the point is to be vague)
    Pick your poison - I would ONLY choose to talk with them on the phone
    Rehearse an "elevator pitch" statement* for the Specialist that you get AND when you get no satisfaction (likely) ASK FOR A SUPERVISOR
    I have NEVER gotten an answer from a Level 1 Specialist - they are reading from a Knowledge Base not unlike all the resources available to us online
    I have ALWAYS gotten satisfaction from a Senior Specialist (sometimes pretty high up the chain - but always)
    Here's a sample "elevator pitch" that I actually sent as Feedback on the Apple Watch User Guide page
    I need to change the duration 'before' the Watch goes to sleep while observing the Chronograph Watch Face.
    I am a healthcare provider. I need to use my Watch to assist me in taking vital signs. On a normal watch, I would start counting pulses or respirations at a 15 second interval on the Analog Chronograph sweep second hand > stop counting at the next 15 sec. interval > multiply X 4 to get rate/minute.
    The Watch goes to sleep after SEVEN (7) seconds !! Therefore I cannot see when 15 seconds has elapsed.  I use both hands regularly in the procedure, so touching the Watch is not an option - or 'raise the Watch' to my viewing position.
    I, and others in the ASC forum have searched for a Setting for the before sleep duration in vain.
    Let us know what you decide.
    ÇÇÇ

  • Cannot search EAC by Display Name - Must search by Alias

    My company is slowly migrating users from E2k7 to E2k13.
    We have noticed on several occasions that room resources that are on E2k13 can only be found in EAC when we search by their Alias. We absolutely cannot search by a display name.
    However on some rooms we can search by the display name.
    Any known issue here? Or anyone experience this?

    Hi Johnny,
    We can search the rooms by using Alias, if they also working well, then it seems the migration from Exchange 2007 to Exchange 2013 complete successfully.
    Did someone rename the display names? It needs some time to cover the modification.
    Please also get mailbox via display names to verify whether we input the correct display names.
    Command as below:
    Get-Mailbox DisplayName
    If everything going well except the "searching via display name on some users", I suggest intalling the CU3 or SP1. The Exchange 2013 SP1 will release in a short time later.
    Hope it is helpful
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • How do I add a search web part to search ONLY a subsite?

    I'm trying to add a search web part into a subsite that will search ONLY that specific subsite for documents. Not the entire site collection or anything else.   Everything I've looked at doesn't address this specifically.  I want a user
    to be able to type in a word like "SharePoint"  and all it displays is the results for any document in that subsite that has "SharePoint" in the title of the document.   I'm assuming that it's not very convoluted to do.

    You can use site "search settings" and "search scope" to achieve this , you can use any of these method -
    Configure Site settings -> Search settings to default to the contexual scope. This will pass current site  url to search results page to filter current site result only.
    Use refinement web part on the search results page to filter results from a specific sub-site.
    Create a search scope for the subsite , some example here for Sp2010 and 2013-
    http://www.bentedder.com/create-a-search-scope-for-a-sharepoint-2010-list-or-library/
    http://techmikael.blogspot.in/2013/04/limiting-search-results-in-sharepoint.html
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

Maybe you are looking for