No result with Job Search in E-Recruiting (WD ABAP)

Hi all,
we're using E-Recruiting 6 Enh. Pack 3 and WebDynpro Abap for the services
available to external candidates, but we have the following problem:
the Job Search (free text or criteria) always returns no result even if the T-Rex works
correctly testing it via the transactions on the backend (it gives the result we expect).
Any idea about what we missed?
Thanks in advance, kind regards.
Angelo

Hi,
       We are facing a lot of problems in the search application as well. We have defined our own customised search jsut like first name and last name.
It is giving wierd results. Can you please tell us the links or hints where can we look into this to rectify this..
Thanks a lot

Similar Messages

  • Job Search in E-Recruitment not working

    Hi,
    An error message is getting dispalyed when "Job Search" link is clicked. It is throwing a big dump with the heading "Error when processing your request".
    Not able to figure out the exact reason
    Employee start page>Employment Opportunities>Job Search

    Hi,
    I would suggest have a look at the table in spro --> personal management --> recruitemnt --> basic settings --> maintain search help
    also
    spro --> sap e recruiting --> tech settings --> sap ecc integration --> setup integration with OM
    These should solve your problem. We were facing a similar problem.
    Also, you can refer http://help.sap.com/erp2005_ehp_03/helpdata/EN/51/d8c041f123c717e10000000a155106/frameset.htm
    Cheers,
    Rahul.

  • 10.5.5 Client Getting No Results with Spotlight Search

    Hi -
    My company is slow to change. We are just now getting some Leopard workstations in our enterprise. The thing my users noticed right away was that under 10.5.5, they are unable to get any results from Spotlight searches on our Tiger Xserves over AFP. The Tiger workstation users can get search results from share points but not Leopard ones.
    The Xserves all have 10.4.9 Server installed. The XServes and workstations are all bound to AD with SSO turned on. I limited the servers 10.4.9 Server because with 10.4.11 Server I get AD issues. 10.4.9 is stable for us.
    I am forced to use Leopard as the new MacPros demand it
    My question - What should I do so the Leopard workstations (10.5.5) can get real Spotlight results from my share points?
    I have looked at the other Apple Support Boards and I don't get understand what they are talking about.
    Thanks in advance.

    I am an IT manager in a similar situation. However, I have shelled out the thousands to upgrade everything to the latest OS with my xserve running 10.5.5, and users running 10.5.5 or 10.5.6. Spotlight is totally useless. I have talked to tech "supportless" several times - no help. I have installed and reinstalled 10.5 on the server, reformatted drives, copied and deleted hundreds of gigs of data, done all kinds of terminal commands that were supposed to fix it, but it still just doesn't work. I wish Apple would stop coming out with new stuff for a while and fix this basic computer function. For now I use "Better Search". Better Search is Freeware from http://www.fornextsoft.com. Its ok - at least it finds stuff, but it is still not 100% accurate sometimes.

  • Problem when retrieve the result search in e-recruiting

    Hello All
    There is something curious when I try to retrieve the result of a search in e-recruiting. For example, when I try to create a requisition and I have to find the Hiring Manager, the result search is empty.
    The funny thing is if I loggin in English into the portal, the searches work fine. (I always have to loggin in Spanish).
    Some one know why this occurs
    Thank a lot
    Kind Regards

    Hello,
    Candidates entered through the Manual Application Management are blocked from search ecause they have not read and confirmed the data privacy statement for the company i.e. HRP5102:PRIVACY_STATUS. What you can do is notify the candidate that an application was created and send them the username and explain that they can get a password then update their profile and release so that they can appear in search.
    Regards,

  • Increasing the Number of Candidate Job Search Results in E-Recruiting

    Hello,
    Would anyone happen to know where to go to increase the number of candidate candidate job search results in E-Recruiting?  It's default value is set as only allowing 10 jobs per page.  If you want to display more you have to click the down arrow.  How would I allow it to show, say 25, or maybe 50 per page?
    Any help you can provide would be appreciated!
    Thanks Ryan!

    Thank you Sandra for your reply,
    I tried the following combinations in table T77RCF_UI_PARAM
    Name                           Param.type                            Parameters
    hrrcf_unrg_srch             MAX_VISIBLE_ITEMS             25
    hrrcf_unrg_srch             VISIBLE_ROWS                     25
    hrrcf_unrg_srch             SEARCH_POSTINGS             25
    None of which increased the number of hits that appeared on the page.  The value still remained at 10 per page.
    It would appear that somewhere in the result_list.bsp view for hrrcf_unrg_srch that this is being set.  If I view the methods for class CL_HRRCF_UNRG_SRCH_HL_RESULT_V I find three that would appear to be relivent:  PREPARE_HITLIST, GET_HITS_PER_PAGE and SHOW_HITLIST.  However, I am having trouble tracking down where the default value of 10 hits per page is being set at.
    Regards,
    Ryan

  • Job Search is not working in E-Recruitment

    Hi All,
    When I used to search the Job with the link "Job Search"  as an internal candidate that has been published already with the released status, am getting an error message as "An Internal error occurred". As with the forum, i checked with the job RCF_PERIODICAL_SERVICES has been scheduled or not. First it was not maintained, then i maintained it. TREX is already configured and checked with the transaction SKPR07 and checked with the transaction SRMO for RFC destinations and also for the Index category but still i couldn't able to search the Job in Job Search link.
    But i can able to find the Job that has been published using "Apply Directly". Please give me the solution to fix the issue.
    Thanks in Advance,
    Magesh S.

    Hello Laura,
    usually going through the note does the trick. If not, it is difficult to say from the distance. I had some issues within an EhP4 system that some other configuration error resulted in a SLG1 message for the search but so far I have not found a pattern which could cause the error other than the settings mentioned in the note.
    So you will probably have to dig into the system to get to the reason. Depending on your project position you might need some developer support here. First of all you have to find out when / where the error is written into SLG1 first general question - is it within the periodical services or is a frontend user doing something in the application which writes the logs. Usually you can see in the log entry which user caused it. If you have a determined batch user it is easy to find out otherwise you might need to check log time or temporarly assign a user not in the frontend.
    If it is in the periodical services I would deactivate them and after some time (depending how often the error appeared you need to wait till it is highly probable that a new service run writes a log) i would run each service at once. Therefore you get into periodical service customizing get the classes for the services and run the "run"-Method in SE80 / SE24 class test. After each class check if there is a SLG1 entry to get the right service. If you have the service I'd wait again, put a breakpoint into cl_hrrcf_exception_handler method write_exception_log (central method writing SLG1 entries) run the services again via the class test and check where the error is caused. From here it is common developer work to get the reason.
    If the SLG1 entry is caused by the frondend interaction I'd directly start with debugging in the mentioned method.
    Sorry to be not able to offer an instance solution.
    Best Regards
    Roman

  • Job Search issue for inactive employee in E-Recruiting.

    Inactive employee is unable to see all job postings in the search result compared to active employee. Please provide any inputs   on this, it will be a great help.
    Thanks.

    Hi,
    inactive employees, indicated in sap e-recruiting by the flag IS_INACTIVE in IT 5102 are in the understanding of sap e-recruiting no longer employees, so they are counted and treated as external and not internal candidates. E.g. if you use a get_candidate method which returns the IS_EMPLOYEE flag this will be false for them.
    Some of the job search applications use the same implementation for external and internal candidates. They will determine if the current user is an internal or external and depending on that show internal or external published jobs. So if you call such an application for an inactive employee you will see another result than if calling for an active one - at least if you do not have every single posting publish for internal and external channel.
    Of course not every inactive employee is really an external candidate. This is right for employees who quit or were fired but employees on maternity leave, on sabbatical or a company supported education are often set inactie but in a companies understanding still persons which should be allowed to apply on internal postings. This is a usual issue on projects for internal job market. Other way around there are also employee groups like interns which sometimes should not be allowed to apply as the are "no real" employees.
    There are posibilities to take influence on the ALE handling / HR-Erec integration to set IS_INACTIVE not purely based on STAT2 of IT 0001 but so far most companies decided to handle this topic off system due to the bad cost / result ratio.
    Kind regards
    Roman

  • Integrating Job Searching Website with SAP

    Hi
    Please suggest how to proceed for integrating Job Searching Website with SAP.
    Regards
    Ritu Saurabh

    Dear Ritu,
    I can only assume from your Question that you are talking about advertising for job vacancies in a company through a recruitment tool like eRecruiting.
    If so, then you would be defining a posting channel wherein you would be sending the details of the job (Job posting & publishing) to the website in question.
    The frequency of sending the data, the format of sending the data & the mode etc will have to be decided with the website & an class will be written (posting channel) to take care of these details.
    I do not think SAP can control what happens at the website end for this but can only send the relevant data to be advertised there.
    Hope this clarifies things a little.
    Regards,
    Sowmya

  • Text search returns results with some keywords, but not others

    This pertains to a tours website for Turkey. I've sucessfully
    set up a search form, and results page which returns results when
    multiple keywords are entered. Everything is working well, except
    when certain keywords are used. For example, the table column being
    searched for is called long_itinerary, so if anyone is interested
    in a certain site or city, it's bound to be in the long itinerary
    somewhere.
    Here's the problem, by example: When someone searches with
    the keywords Antalya, Konya, Ankara, or Adana, for example, results
    are returned from the database, and those keywords are in each
    returned tour's long itinerary.
    But certain keywords return nothing, even when they're in
    practically all of the tours, in the long_itinerary column. For
    example, Istanbul, Ephesus, and Izmir, Kusadasi and Pergamum return
    no results, even though they're there. I've gone through all of the
    most likely keywords, and these are the offenders. If, for example,
    I search with "Istanbul Ankara," I get results with tours including
    Ankara (and Istanbul, but only because the word "Ankara" is in the
    itinerary).
    First I made sure the Charset values were the same on the
    search form page and the results page. Still had the problem. Next,
    I went into the database itself, and copied the word "Istanbul"
    directly from the long_itinerary column of the database, and pasted
    it into the search function's text field, and searched again. Same
    problem--no results returned.
    I can't see any difference between the keywords which work
    correctly, and those which don't, what baffles me is that even when
    I copy a keyword directly from the database and paste it in the
    search text field, it returns no results!
    Well, I'm baffled! Any ideas what might cause this?

    Hmm -- one of my customers is a turkish building company
    (Kusadasi BTW), and when *they* add some contents to the DB,
    they´ll be entering turkish chars. It´s in particular the
    turkish "I" which is pretty different, and this is when a search
    for keywords containing a western "I" will fail.
    Could that be the problem in your case ?

  • In a Google search, clicking on a search result causes the new page to open with the search terms highlighted in yellow -- how can I turn off th

    In a Google search within a Firefox session, clicking on a search result causes the new page to open with the search terms highlighted in yellow -- how can I turn off this highlighting?

    Try to clear the Google cookies and redo those Google options.
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"

  • Type in "Advanced Search" and I don't get one result with advanced in it.

    I want to find results with all my criteria in it, not just one or two of the criteria. What is going on here?

    Hi,
    Sadly, nothing out of the ordinary. The search tool here doesn't allow for the use of AND.
    EDIT: There's a thread in the Suggestions forum requesting that the search tool be made useful, you may want to add your vote and voice there:
    http://social.technet.microsoft.com/Forums/en-US/9cf8ad4b-5111-4f84-9809-99cd8f1b7152/make-the-forum-search-tool-useful?forum=suggest
    Don't retire TechNet! -
    (Don't give up yet - 12,700+ strong and growing)

  • Filter item limits - search not returning any results with large number of elements otherwise ok

    Hi,
    We are working through a problem we've encountered with Azure Search. We are building a filter string based on an "id eq 'xxx' or id eq 'ccc' or id eq 'vvv' etc. The id's are provided in a collection and we loop through, building the string until it's
    ready to apply.
    We are using 2015-02-28 preview at the moment.
    We are encountering a situation where, after approximately 20 id's Azure Search doesn't return any results, nor does it appear to return any error code. I'm pretty sure that the url length is less than 8K.
    Is there any limit on the number of filter elements in a query?

    We followed up offline.
    The symptom in this case was a 200 response with no body. The underlying cause is a URL parsing bug that tries to interpret colons in the query string as the delimiter of a URL scheme (like https:), but with a hard length limit of 1KB. We will work
    on a fix for both the underlying URL parsing issue and the issue that caused it to surface as a body-less 200.
    In the meantime, the workaround is to put colons as close to the beginning of the URL query string as possible. Specifically, putting $filter and facets first, and putting expressions with colons within those first, will mitigate this in most cases.
    Note that the .NET SDK puts $filter and facets near the beginning of the query string by default, so if you're consuming Azure Search you might want to give it a try:
    http://www.nuget.org/packages/Microsoft.Azure.Search/

  • How to display the detailed navigation with the Search Results

    Hello Gurus,
    I was able to display the search results in the same frame rather than opening the new window and getting it displayed. Now when the search results are displayed, my detailed navigation and portal favorites etc.. all the iviews are automatically suppressed.
    Please help me displaying the search results with Navigation Panel.
    Regards
    V.

    Hi Vaibhav,
    What do you mean by suppressed?
    Is it gone, or just closed?
    If it is just closed, you can try 2 things:
    1. Check if the property "Initial State of Navigation Panel" of the page has any influence.
    2. There is a javascript method that opens it.
    You can see it by importing the file '<b>com.sap.portal.layouts.framework.par.bak</b>'.
    Navigate to
    System Administration -> Support -> Support Desk -> Portal Runtime -> Browse deployment
    then the folder
    ROOT/WEB-INF/deployment/pcd
    and press download.
    Import from par to Developer Studio, and check the javascript files under dist/PORTAL-INF for a function called something like 'expandTray'.
    Hope that helps,
    Yoav.

  • E-Recruitment Job Search Template_Country field comes from where

    Helo Experts,
    I am facing a problem in Job search Template. We have only one country, where we operate E-Recruitment, so I have created few branches and assigned these Branches only to one company code in configuration.
    But in the Job Search template in Application cockpit shows two countries, where i am understanding from where this unknown country is coming inaddition to the configured.
    Can you pls help me out, from which table of configuration step the country is picked up and populated in Job Search template.
    Thanks evryone in advance and awaiting for you valuable inputs
    Thanks
    Gita

    Hello Gita,
    as you found out cluster INDX is used for caching the branch location information. The information is maintained by the class CL_HRRCF_BRANCH e.g. in method UPDATE_CLUSTER. The class and its methods are part of the e-recruiting application for maintaining branches (in standard found on the e-recruiting administrator startpage / portal role).
    These internal functions of the e-recruiting applications are the reason why you should not maintain the branches from IMG or directly in TCode BP. Only using the e-recruiting applications ensures that everything is maintained correctly.
    To solve your current issue I'd suggest to maintain the branch again using the link of the e-rec administrator. Set the country to a different value, save it and reset it to the value you want. This should update the cluster.
    Best Regrads
    Roman

  • Help with printing search results in Mail

    I would like to print out the results of a search in Mac Mail. I'm only looking to print a 'list of emails' and not their individual contents.
    The print function is unavailable.
    If anyone knows how to manage this?
    Thank you
    darryl

    Andreas,
    You do not indicate what equipment you are using. I have an iMac/Magic Mouse combination and I just swipe the mouse with one finger to return to a previous page after opening a link in that window. This is what I have set in System Preferences...>Mouse.
    When the search window is open, I usually open links in tabs. That way the previous search always remains open when I close unwanted tabs with the ⌘W shortcut. The little orange arrow never made any sense with my workflow.

Maybe you are looking for

  • Replace XML is not working

    Hi, I'm trying to load some content into flash from an XML rss feed. I took the original code from gotoandlearn, and all I added was some buttons to make this content change. that is, when I click on a button, the xml has to be replaced for another o

  • Changing a Template to A6 brochure

    Hi I am very happy to use the templates in iWork08, but am trying to turn one into an A6 brochure, which is basically an A4 folded in half. Using the Page Setup, alters the page but not the document (You get half the document cut out). Is there any w

  • BUG: Oracle Java Compiler bug with anonymous inner classes in constructor

    The following code compiles and runs just fine using 1.4.2_07, 1.5.0_07 and 1.6.0_beta2 when compiling and running from the command-line. It does not run when compiling from JDeveloper 10.1.3.36.73 (which uses the ojc.jar). When compiled from JDevelo

  • F110 Program RFFOGB_T - Can we achieve both Printed and Email Outputs??

    HI Experts, SAP Provides standard Program RFFOGB_T  for processing automatic bank direct debits and bank collections in domestic payment transactions for Great Britain and Ireland. This program is run as part of F110 Payment run. The standard program

  • FAQ: Which languages is Adobe Revel available in?

    FAQ: Which languages is Adobe Revel available in? A: iOS Revel on iOS supports English, French, German, Spanish, Italian, Brazilian Portuguese, Japanese, Russian, and Korean. If the device language is not set to one of these languages, Revel will app