E-Recruiting Start Page configuration from Registration

Hi all,
I have used a web dynpro application configuration to hide various fields in personal details. When I log in as an external candidate this works correctly. What I now need to do is make sure that when a new candidate registers that they akso get this configuration. (It has to be done via the url as it is only in specific cases).
Does anyone know how (other than enhancing HRRCF_C_REGISTER_UI)?
Thanks
Rich

Hello Rich,
You just have to create a component configuration for HRRCF_C_REGISTER_UI and set there parameter 'candidateStartpage' (tab component-defined) with the candidate configuration you want to use.
Regards
Nicole

Similar Messages

  • Unable to access E-Recruiting Start Pages Externally

    Hello,
    I’m hoping for some assistance with an E-Recruiting issue (standalone system; Version 3.0).  We are currently only able to access the start pages while inside of our network, and receive a “page cannot be displayed” message while outside of our network.  This is with the exception of the candidate registration page.  We can successfully register, and then pass on to the main E-Recruiting start page for an external candidate.
    The hrrcf_start_int bsp/service is used to call the start page for registered internal candidates, recruiters, and administrators (different view for each).  The hrrcf_start_ext bsp/service is used to call the start page for registered external candidates.  And, the hrrcf_cand_reg bsp/service is used to access the external candidate registration page. 
    The URL’s for the start pages were created using program RCF_GENERATE_URLS.   We are requiring all traffic be routed through our WebDispatcher, and all traffic be HTTPS, so the URL’s start out with https://recruiting....  Our E-Recruiting system is actually “careers”, but again, we want all traffic to go through our WebDispatcher, which is “recruiting”.
    We have created external aliases in transaction SICF for all three URL’s, and using the alias, I can successfully login to all pages within our network.   When I test the external aliases within SICF, I get an internal error (The user is not assigned a candidate or an employee) for the hrrcf_start_int and hrrcf_start_ext services.  When I test the external alias for hrrcf_cand_reg, it is successful.
    When I test the hrrcf_start_int  service within SICF, I get the logon page, but after logging on, I get message “Name of logical port’&&lp_named” is invalid”.  When I test the hrrcf_cand_reg service, it is successful. 
    When I test the hrrcf_start_int and hrrcf_start_ext BSPs in SE80, I receive an Internet Explorer “cannot display page” message.   The same is true for the hrrcf_cand_reg.  However, it is trying to access http://recruiting instead of https://recruiting.  I can see that URL address in the application.do Controller, but have no idea where to change it, because it is greyed out (any help with this would be appreciated as well.)
    We have created internal users using program RCF_CREATE_USER, and when I look at transaction BP, I see that it is creating a business partner for each user.
    We have had SAP tell us that it is not a WebDispatcher issue, and we have also confirmed that it is not a firewall issue.
    It seems interesting to me that we can only get to the one page that does not first require authentication.  If anyone has any information that would be helpful, I would appreciate your time.
    Sorry for such a long message, but I was just trying to be as clear as possible.
    Thank you,
    Leeanna Travis

    Hello Leeanna,
    quite a lot of topics and doing remote analysis for netwok issues is difficult.
    Some ideas:
    - starting hrrcf_start_ext / hrrcf_start_int via SICF or SE80 will never be successful as these applications need parameters. The message you got when testing startpage from SICF is classical for invalid startpage Id
    - if you do not reach pages from outside, check network traffic / access rights in firewalls. Usually the sap server name cannot be resolved through a dns for an outside call as you companies dns is not visible for internet users. You will need a relay.
    - check that full qualified server name is set on the server
    - check eeb infrastructure that it allows the access protocoll. If ICF service says http but firewall only allows https you won't get a responde. Sometime switching protocolls within the request produces problems.
    - WebDispacher is known for eating parameters / url parts. Try to get your hands on the traces of the requests which really reach the server.
    - if possible supply some more information on release & support package level. E.g. there is a support package which has an error that if you activate 'do not show https warning' in an icf service it does not only hide the warning but the whole logon screen :o(
    Hope that helps, if not just reply - perhaps w/ focus on one special point.
    Best Regards
    Roman Weise

  • E- Rec - Hiding links - Create / copy requisistions in Recruiter start page

    I use a MSS view for creating Requisitions and hence want to hide Create / Copy requisitions link in Recruiter start page --> maintain requisitions.
    Cn it be done with context changes. If yes, Can some one provide some info on the steps required.
    Thanks
    G Raj

    Hi,
    if you want to change the the appearance (grouping, links, texts) of a startpage this is completely done in customizing or better said you can define your own startpages and use some parts of the sap delivery if you like. The customizing for sartpages can be found in the IMG (T-Code SPRO) under SAP E-Recruiting -> Technical Settings -> User Interfaces -> (Settings for User Interfaces with Business Server Pages (BSP)) -> Start Pages.
    We usually define customer startpages in every project, this is really no big deal.
    If you want to remove a link from a page you should start by analysing the standard startpage as you will have to "rebuild" it. The standard startpage for the recruiter is 0003. Important to know is that IMG only contains customer customizing. The sap standard delivery is stored in own tables which can only be accessed using table tools e.g. SE11 or SE16.
    The tables for startpage customizing are named T77RCF_SP*:
    T77RCF_SP_ID(C) - Startpages
    T77RCF_SP_ID(C)T - Startpages texttable
    T77RCF_SP_GROUP(C) - Startpage groups (the blocks with a number of links)
    T77RCF_SP_GROUPT/GRPCT - Startpage groups texttable
    T77RCF_SP_LINK(C) - Links
    T77RCF_SP_LINK(C)T - Links texttable
    T77RCF_SP_ASID(C) - assignment of groups to startpages
    T77RCF_SP_ASGRP(C) - assignments of links to groups
    The table without C is the standard delivery, the one with C is the one for customer customizing.
    Just take a sheet of paper and start by getting all groups to the startpage 0003. This should be 1005, 1000, 1001, 2000, 1002, 1004, 1003 but could differ depending on release and support package. As you only want to change the 2nd group you will be able to reuse the others. Next get the links to the group you want to change. In my system it's group 1000 which contains links 1000, 1001, 1003 and 1004 according to T77RCF_SP_ASGRP.
    When you have this info you can start customizing your own startpage. you will need to create a new group in the IMG node -> Define Start Page Groups. Just use the information you find in the standard delivery and assign the 3 links you want to keep. Then create your startpage and assign the standard groups and instead of 1000 your own.
    Althought it is possible to use the same numbers for IDs like SAP I prefere using 9NNN for the ids so you always know if its standard or customer. furthermore do not forget to udate your authorization roles and add the new startpage.
    Best Regards
    Roman Weise  
    PS: of course it is your decision to hide links. But even if the managers create the requisitions using MSS the recruiters will work with their startpage only and they will have to be able to create and maintain requisitions so i am not sure if hiding the link is a good idea.

  • E-RECRUITING Start Pages and WebDynpro

    Hello All,
    I need to implement a new Link in E-Recruiting Recruiter Start Page.
    But my new link is an ABAP WebDynpro and not a BSP application.
    I followed all steps of creation.
    I Created the OTR Links, and the entries in tables: T77RCF_SP_GROUP, T77RCF_SP_ASID, T77RCF_SP_LINK and T77RCF_LOG_APPL.
    I can see the link in the Start Page of Recruiter.
    But when i click on it, the follow error is displayed:
    BSP Exception: the Application Name erc_a_class_ui_ps in URL XXXXXXXXXXXXXXXXXX is invalid.
    I have no experience with e-recruiting, but i think in the T77RCF_LOG_APPL is possible to enter only BSP apllication. Is that correct?
    If yes, how can i to point an ABAP WebDynpro apllication?
    Thanks.

    Hello João Mariano,
    As you know that you need to maintain your entry in the view table V77RCF_SP_LINKC or T77RCF_SP_LINK
    and link the same entry in V77RCF_SP_ASGRPC Assignment of Links to Start Page Groups.
    Prerequisite:
    Start page link : 9001
    Name : XYZ
    OTR Alias Link :
    External URL as ' https://mail.google.com/mail/#inbox ' or Web Dynpro ABAP URL with https://
    I am sure it will work i have done this for you in my sand box however I am unable to attach the document.
    Thanks & Regards
    Ravi Sabba
    Certified SAP Talent Management Consultant

  • Start page configuration

    start page configuration- what does this error mesg mean?

    Hello
    Can you please let us know when exactly do you get this error message? This can be related to no "start page" defined for the site.
    Regards,
    Prateek

  • Removing e-recruiting start page links

    Hi,
    I want to remove some links from start page of recruiter. After some debugging, i found two views through we can maintain the links for start page. These are the views i found:
    V77RCF_SP_ASGRP
    V77RCF_SP_ASGRPC
    To my understanding, view V&&RCF_SP_ASGRP is a standard view which can not be modified ( i get a alert "do not modify sap data") and the view V77RCF_SP_ASGRPC dows not have any entries by default and is customizable.
    Can I make use of these views to remove some links on start page of recruiter? If yes... how can I do that?
    Can some one help me??
    Regards,
    Nrisimha

    Removing links in a start page is done in configuration. You have to create your own start page group and assign the links. You will then assign the group to your won start page. All this is done under - under Technical Settings -> Start Pages. Since you will be creating a new start page you have to assign this new start page in the authorizations to the role of the person who will be accessing the start page.

  • E-Recruitment start pages ehp4

    Hello experts,
    How to configure e-recruitment / e-recruiting ehp4 start pages for external candidate, internal candidate? Also how to enable/link recruiter and administrator pages from the portal?
    Help please
    Danny

    Hi,
    SAP Customizing Implementation Guide -> SAP E-Recruiting -> Technical Settings -> Set System Parameters
    SAP Customizing Implementation Guide -> SAP E-Recruiting -> Technical Settings -> User Administration.
    SAP Customizing Implementation Guide -> SAP E-Recruiting -> Technical Settings -> Periodic Services -> Define Periodic Services / Activate Periodic Services / Determine Rules for Periodic Services / Schedule Background Process for Periodic Services. Setting up business partners You must create a number range interval for SAP business partner. Ensure that an interval is indicated as 'standard internal'.
    SAP Customizing Implementation Guide -> SAP E-Recruiting -> Technical Settings -> SAP Business Partner -> Set SAP business partner for E-Recruiting / Define Number Ranges / Define Groupings and Assign Number Ranges.
    SAP NOTE : Note 874725
    All the BEST
    KRC

  • E-Recruiting start pages

    Hi,
    Is it recommended to copy and use the standard start pages of E-Recruiting?
    - Suresh

    Hi Suresh,
    Can you please let me know exactly what are you planning to copy? Do you mean you will create a new start in configuration(SPRO) OR do you intend to copy the BSPs relevant to the std start pages? Cause copying the std BSPs will take a lot of time and effort. I would not recommend that unless the solution required is absolutely not addressable with std pages. Also, the std flexibalizations available with std start pages will not be available to the copied ones.
    - Ravi

  • Firefox start page disappeared from bookmark list and now I can't put it back. Whats going on?

    HP win 7 machine. Use firefox to open Charter email: no problem. Recently, my gmail acct (which I use infrequently) has appeared as my default , which I do not prefer, but cannot seem to change. While on the Charter email page, today, I tried to access Forefox start from my bookmark menu. It disappeared from the bookmark list. Got to the start page through a different route, but it would not bookmark at all.

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: command+Shift+F).
    See also:
    *https://support.mozilla.org/kb/common-questions-after-updating-firefox
    *https://support.mozilla.org/kb/how-do-i-get-firefox-button

  • E-Recruiting start page

    I'm currently implementin E-Recruiting, and I find some problems due to delivery customizing missing entries in "Define start page" step. Could anyone provide customizing entries in tables:
    define start page, V77RCF_SP_IDC,
    define start page groups V77RCF_SP_GROUPC
    define links for start pages V77RCF_SP_LINKC
    Thanks a lot in advance
    Christian

    Hello Christian,
    the E-Recruiting tables T77RCF_SP_C (and so the views V77RCF_SP_C) do not contain any entries in the SAP delivery. These tables are customer only customizing. The SAP standard entries for startpage customizing are stored in the tables T77RCF_SP_* - that means the same name without C at the end. E.g. the customizing table T77RCF_SP_IDC contains all customer difined startpages - there is the table T77RCF_SP_ID which contains all SAP delivered startpages. These tables are not displayed in the IMG but refered in most search helps.
    E.g. if you add a link to a customer startpage group the search help displays all sap delivered links (T77RCF_SP_LINK) and the customer defined ones (T77RCF_SP_LINKC).
    Best rgds.
    Roman
    If you want to have a look at the SAP delivery you have to you any table access transaction (SE11, SE16, SM30, ...)

  • Once I access email either on start page or from email page, I can not back up without restarting Firefox, Mac OS 10.4.11

    Email from start page won't open more than one time, once I go back it won't open again no matter how many times I click on it.
    Email from email page won't back up once opened. It only goes back to start page after multiple clicks. Running Mac-Mini with OS 10.4.11.
    == This happened ==
    Every time Firefox opened
    == After last "MANDATORY" update.

    re "Apple should have the control panel report the proper IP address"
    On clicking Personal web sharing, you get information to the effect:
    View this computer’s website at http://10.1.1.4/ or your personal website at http://10.1.1.4/~user/
    This is wrong to a user. Others could not enter this URL and get access to the website using this information. This is what I meant by "wrong"--its NOT the IP address that the user should use to view/use the web site. The software already knows its using DHCP, etc., so it should know to present the modem's IP and from memory in the past it did. As a wrote earlier, I used to be able to just copy the IP address given.
    What Apple probably need are two statements:
    To view this computer’s website from the local network use ...
    To view this computer’s website from the internet use ...
    Even, then I'd question the use of 10.1.1.4.

  • Can't start page count from third page

    I have a 90 page document I want to start page i after the Cover and *blank Back Cover*, page 3 is the *Table of Contents* should be i. Page 4 Forward should be ii and page 5 should be page 1 a short Introduction and the beginning of the story. I can't seem to to find a place to format the page numbering. The book starts numbering the cover as 1 (the number does not show as the cover photo bleeds across the margins.) the blank back cover is labeled as page 2 and the Table of Contents reads as page 3. I would accept the the numbering starting page 1 as the Table of Contents even though book layouts normally start the front matter as lower case roman numerals.
    Dick Deaton

    Hi, fruhulda
    Got it fixed in a fashion: I got page 1 to start where I wanted it to but the first four pages (1-4) were blank. I could not insert pages i and ii in page 3 and 4 after several tries I typed the two lower case roman numerals from a different application on a white background and pasted the in place.
    When I tried to insert ( i ) it appeared on both pages 3 and 4 when I inserted ii it replaced i with ii so that both pages had the same number. I forgot to mention that I'm using Pages 8 not Pages 9.
    Dick

  • Is this start page coming from Firefox? (see screenshot)

    Is this a legitimate Firefox start page? I've been getting this in the last few days when I open Firefox. It reverts to the standard page when I refresh. I need to know if this is coming from Mozilla.

    hello bits339, this is just a built-in interactive snippet promoting the gaming capabilities of the browser, which will be shown for 1-2 weeks.
    https://blog.mozilla.org/blog/2014/10/14/play-awesome-indie-games-directly-in-firefox-including-the-award-winning-ftl/

  • E-recruiting start pages candidate selection

    Hi,
    Can anyone tell me how and when the column 'unread' is filled in the overview of the requisitions when you have chosen the entry 'candidate selection'.
    Kind regards,
    Ruth

    Hi,
    In the candidate shortlist. whenever a candidate has applied or you have added the candidate from the talent pool to the requisition it is by default unread.
    Now when u select the requisition and go to assignments you see the list of candidates.
    Now you can select the candidate and make it read or unread as required.
    Unread / Read is used the the recruiter to maintain a tag against a candidate that whether the resume has been read or not. There is no automatic change of read or unread on reading a candidate details, it is done manually by the recruiter.
    Regards,
    Divya

  • How do I stop the "Mozilla Firefox Start Page" tabs from opening whenever I select "Home"?

    I get multiple instances of this annoying tab opening whenever I select Home, or open a new tab. I have found nothing in Options to turn this off.

    You may have set multiple home pages.
    * https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols

Maybe you are looking for

  • Acer Laptop stuck at "Setup is Starting Services," can't move on AT ALL!

    Hi! I've been having a serious issue with my Acer Aspire (Windows 7) laptop since around 3am last night. Before I go on, please note that I have been searching for solutions before posting this question, and none of what I've found matches my situati

  • Error in executing wuery

    iam getting this error in executing query but have closed all the parenthesis create or replace PROCEDURE ProcPCSLabPlusGetAllHMSTest v_Tpname IN VARCHAR2 DEFAULT '%' , cv_1 IN OUT SYS_REFCURSOR AS BEGIN OPEN cv_1 FOR SELECT CODE, DESCR as TPName, 'T

  • Release Date?

    Anyone know when the release date for 11g? We are hoping to make it the new standard, but are leary until it is full release.

  • How to decline call when the phone is not in lock screen

    Why is there no option to decline a call when it rings like for the old iOS? I need an option to decline a call, not remind me later or send a message

  • Finding Userexit for Tocde MSC1N

    Hi, I'm working on one object where the requirement is that every time a batch is created in a certain plant the system has to classify it automatically by inserting certain values in the classification view. The information required is: -     Batch