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

Similar Messages

  • "SHOW ALL" command output comes from where?

    Hi,
    when we give command "SHOW ALL" it gives parameter values.
    actually from where it gathers this data?

    those are SQLPLUS settings. sqlplus is a CLIENT. it's an app, and it has it's own settings. read the SQLPLUS manual

  • Fields comming from which data base tables

    Hi Experts,
    Every extractor should fetch data from some data base table. For generic data source and LO data source I know to see but could you please tell me, how I can find for business content (ex: 0FI_GL_4) data source which field data coming from which data base table. 
    Regards
    Lokanatha.

    Hi,
      We can get from SAP help about the tables being used in each business content extractor.
    For Eg-0fi_gl_4, data coming from BKPF,BSEG tables.
    Go thru this link which tells the table for the above extractor..
    http://help.sap.com/saphelp_nw70/helpdata/en/8b/02f93abb013b0de10000000a114084/content.htm
    Hope this helps..
    Thanks & Regards,
    Pradeep

  • SELECT FIELD INTO FROM WHERE

    Hello,
    pls. help me to solve the following problem :
    declare
    zsql varchar2(200);
    I_FKART varchar2(4);
    begin
    zsql:='select FKART into';
    zsql:=zsql||'P39_FKART from scmoper.ZUMFA WHERE
    FKART =:P39_INPUT';
    return (zsql);
    end;
    IT WORKS, BUT THE FIELD P39_FKART isn't filled . It shows the value of the table ZUMFA (only one value) in form of list.
    I've tried with :P39_FKART or &P39_FKART. It doesn't work.
    many thanks for your help in advance .
    Tl

    I think it should work when you do it like:
    zsql:=zsql||:P39_FKART||' from scmoper.ZUMFA WHERE
    Oh wait, now I see what you are doing...
    You shouldn't do the select INTO in the buildup of your dynamic sql, but where you use it. I'm not sure of the syntax, but a quick search on Google or the forum should help you along. It should be something like EXECUTE IMMEDIATE zsql INTO :P39_FKART;
    Edited by: Michel van Zoest on Sep 16, 2009 2:53 PM

  • Magic Bell custom sound comes from where?

    This custom sound has probably migrated from older system of mine for many years now. It's found in the USer Library/Sounds folder and is called "Magic Bell.aiff" but I can't for the life of me remember where I got or better yet, which Application may have installed it for me. Anybody know how to solve this mystery?

    You probably have sound "muted" which silences the speaker for certain sounds, I.e., game sounds, etc.
    Turn off "mute" via the side switch on the iPad (if the switch is configured so).

  • E-Recruiting Job Posting Text

    Hello,
    We are using E-Recruiting 6.0 Release 603 (EhP3 has not yet been activated)
    Is it possible to convert non ASCII characters into ASCII characters when copying and pasting text from MS Word into an E-Recruiting job posting?  We have found that many external job boards do not support many of the characters found in MS Word.  This causes junk characters to appear in some of our job postings, e.g. apostrophes, accented letters (é), bullets, etc.  Frequently we will just copy and paste text from MS Word into E-Recruiting.
    Where I can find more information relating to control over formatting and character types for job posting text in E-Recruiting?
    Has anyone else experience these issues?  How did you resolve them?
    Thanks!
    Ryan

    Hello Ryan,
    copying texts from Word into the posting texts is in fact even more tricky than you so far experienced - Surprise, Suprise!
    In addition to the issue with external job boards copying texts directly into the posting texts can transfer non printable characters which prevent the posting from being indexed in the TREX search engine. As a result this posting will not be found in the standard e-recruiting job search without any error shown in the sap e-recruiting system. Took me some days to find this as the character was displayed as SPACE in the ui. As a general recommendation I request end users to at least copy a word text to notepad first and than copy from there to e-recruiting to get rid of at least the most non printable characters.
    Next to this solution I'd like to ask what you want to achieve. You could always try some modification to prevent the system if wrong characters are entered or at least displays a warning if they are saved - a direct transformation would be possible with EhP4 in a BAdI for posting texts which could be misused for this requirement. You could also let the system send you a mail by a workflow if a posting with such letters is released. So you could avoid modification. Or you could build a customer publisher for the jobboard which transforms the letters assuming you can define a sufficient replacment algorithm. Overall I recommend an implementation with a positive list of allowed characters as you can never know which characters will appear (I use such things in my BW transformations).
    If you give some additional information we could work on a more detailed solution. 
    Best Regards
    Roman

  • .class and .length - where do they come from?

    hi,
    I was wondering about the field .length, which you can invoke on an array
    int anIntArray[] = new int[10];
    System.out.println("length="+anIntArray.length);
    this would produce the output
    length=10
    But where does this field come from? I can not find it in the Object-class.
    The same thing applies to the .class:
    System.out.println("String's class="+String.class);
    would produce the output
    String's class=class java.lang.String
    Where does the .class in String.class come from? And is it a field, an operator or something else?
    Are there any other "hidden" fields or operators, which are not keywords or come from Object?

    Arrays are objects so they can have fields. The length field defined in the classes for the arrays. These classes are created on the fly by the JVM so you won't be able to see the fields in any source code or JavaDoc documentation.
    '.class' isn't a field at all. When you put '.class' on the end of a class name what you get is a class literal. Class literals evaluate to an instance of the Class class. Try compiling a small example using '.class' and then take a look at the produced java bytecode using 'javap -c'.

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

  • SharePoint Search is failed when request comes from one front end server

    Hello colleagues!
    I have a SharePoint 2013 farm with 3 server: batch, wfe 1, wfe 2
    Search topology includes batch and wfe 1 servers.
    So when search request comes from wfe 1 search service works fine. When search request comes from wfe 2 search service is failed.
    In logs there is an error:
    A failure was reported when trying to invoke a service application: EndpointFailure Process Name: w3wp Process ID: 16556 AppDomain Name: /LM/W3SVC/234569039/ROOT-4-130544984716198913 AppDomain ID: 6 Service Application Uri: urn:schemas-microsoft-com:sharepoint:service:9d3cd1b87fc848c0b7bbbfb95a7fd7a0#authority=urn:uuid:08a793bc71b54dfcb7f0cf2d6cc35c4f&authority=https://wfe2:32844/Topology/topology.svc
    Active Endpoints: 1 Failed Endpoints:1 Affected Endpoint:
    http://batch:32843/9d3cd1b87fc848c0b7bbbfb95a7fd7a0/SearchService.svc
    I have gone through the link
    http://batch:32843/9d3cd1b87fc848c0b7bbbfb95a7fd7a0/SearchService.svc It works from any server and any workstation except wf2
    When I open the link on server wfe2 I get:
    HTTP Error 503. The service is unavailable.
    Please help to understand what is wrong.
    Thank you for your help

    Hi Anna,
    Is this issue resolved?
    Is there anything update about this issue?
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • How to block a page (from a business job searching website) from appearing on my screen without me searching for it?

    How to block a page (from a business job searching website) from appearing on my screen without me searching for it?

    Look under:
    System preferences > Network > WiFi > ( Advanced ) > DNS
    System Preferences > Network > Ethernet > ( Advanced ) > DNS
    There should be two or more IP addresses there.
    Those addresses should be EXACTLY the ones your current ISP provided when you signed up for service. They do not start with 85 or 86 -- those are hacker sites.
    If you are in the US, you could also use OpenDNS:
    208.67.222.222
    208.67.220.220

  • I tried to rename a file, it gave me an error message (can't remember the number - 43??) and then the file disappeared from the original folder. When I do a search, the file comes up under the new name, but it does not show a path, and even though preview

    I tried to rename a file, it gave me an error message (can't remember the number - 43??) and then the file disappeared from the original folder. When I do a search, the file comes up under the new name, but it does not show a path, and even though preview shows the contents, I can't open the document (Powerpoint) and I can't move the document. I tried "Copy" and paste but it doesn't work. I tried "Share" with Airdrop and iChat, but the file is inaccessible. When i try to rename the file, it says the filename is too long.
    When I try to open it, it says the alias is not good, and asks if I want to fix the alias. I'm afraid to do that and lose all access to this document.
    Right now, it feels like a ghost document - it is on the computer intact, but it is in an undisclosed location and inaccessible.
    Please help!!

    I was able to resolve this by repairing permissions, even though no permissions error was listed specifically for that file.
    I could also have recovered it through Time Machine, but I'm interested in knowing how not to have this happen again!
    I was afraid of rebooting and possibly losing track even of the ghost.
    I did not try EasyFind - I'll keep that in mind next time.
    Thanks for all the comments.

  • 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

  • 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

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

Maybe you are looking for

  • In a numbered list, how can I italicize the text without the number getting italicized?

    Text is set to regular in the style, but if I italicize the first word of the list item, the number gets italicized, too, which is decidedly uncool. Thanks. ~Valerie (CS6, Windows 8.1)

  • Audio Drop out @ every 2 seconds

    Having issue with the Audio dropping out every @ 2 seconds, indepentant of source (local, sync'd computer and web trailers). Have done factory reset, still doing the same thing. AppleTV is connected to the TV through HDMI connection.

  • PC Suite 6.8 will not store sent items

    Hello, I have updated to PC Suite 6.8 - Now when I send messages from the PC they are sent and are received OK. But will not store in sent items on the PC or the phone, yet when I send them from the phone they do store on the PC and the phone. Has an

  • Iphone uptade back from 7.0.2 to 6.1.3

    Hello, i am iphone 4 user. i have update my iphone v6.1.3 to v7.0.2 now i want how i back my iphone 4 v 6.1.3 please help me.

  • Capture-schema issues!!!

    I am trying to capture the schema details from pointbase db that come bundled with J2ee 1.4 I am running into :- D:\>D:\appserver\Sun\bin\capture-schema -dburl jdbc:pointbase:server://localhost :9092/vinman -schemaname vinman -username apps -password