EREC- Candidate Registration Page

Hi Experts,
Is it possible to have different registration page for different region? my requirement is that for APAC i want the registration page to have fields like "date of birth" and "passport no." in the fields, whereas in US and Europe, i dont want to ask such personal data. How can i have different registration page for different region. Is there a standard functionality or do i have to create custom registration pages?
Regards,
Pradeep

Hi,
the easiest way is to create different web dynpro configurations.
By configuration you hide these fields in the application wizard or registration page.
The registration page (link) then needs to differ on the local homepages, if you hide fields there.
The application wizard configuration can be distinguished by a BADI provided in the IMG (SPRO).
You just need to check the country of the branch assigned to the requisition. If US then call the US configuration, otherwise the global ones.
Additionally I would recommend you to insert the custom fields into the application wizard not the registration page.
Best regards
Sebastian

Similar Messages

  • ERecruitment external candidate registration pages goes Blank after SPS7

    HI All ,
    We have recently upgraded our system from NW 701 SPS3 to SPS7 .
    Information :
    Our eRecruitment setup is , External candidates will login through a
    different server and we have eRecruiting integrated with the ERP but with
    the frontend for the External Candidate on a different
    server.
    We have checked the SICF nodes (active)and Trex working fine , however when a
    candidate registration page or job search is opened the page remains
    blank .
    The logs in SM21 are as below when we tried to reproduce the same .
    RCF_UNREGSER R2 G HTTP/RFC session has been deleted following timeout
    Can you please guide us on this .
    Regards
    Rahul

    Hi all ,
    I myself resolved the issue thanks
    Regards
    Rahul Shady

  • Disable duplicate email check for external candidate registration

    Hi,
    I am working with eRecruitment 6.0 and I would like to disable the duplicate email check on the external candidate registration page. Has anyone done this before? I have chased the code down to where it check for correct email syntax but I can't find where it does the duplicate email check. I debugged to where I was starting to see BP type function modules and bapis but I still can't find the check. I just want to turn it off for testing then turn it back on and test more. I have searched OSS and SDN and still no answers. I thought about using an enhancement point to 'ignore' the message but by the point the system has already decided not to create the user so ignoring the message is a mute point.
    Anyone been down this road and can point me in the right direction that would be greatly appreciated.
    Thanks!

    Hola,
    Ok a small 'enhancement' to  CL_HRRCF_ADDRESS_SERVICE->IS_EMAIL_UNIQUE has done the trick. Not exactly a best practice but will get me through this testing. NO this will not be going to production. This is strictly a test.
    Cheers!

  • External Candidate Registration - ERecruitment

    Hi Team,
    We have an issue in External Candidate registration process. After, the external candidate registration got completed, the user id to be created in the backend is not happening.
    Thus, the candidate is not able to login with the user id he has provided while registration.
    But the details are available in the Talent Pool regarding the candidate.
    Please through some light on how system actually creates an User in the backend when an external candidate registers.
    Thanks in Advance.
    Sadhar

    Hi Siddharth,
    I am also having an issue in case of external candidate registration and application.
    We are also implementing E-Rec as standalone server. We have not yet integrated with 3rd party system. But our client wants integration with their company careers site. Before that I was trying to test the WD services through SICF.
    As you mentioned above, I have done with the Service User creation and assigned the role for unregistered candidate also. Still i am facing the below error.
    When i try testing the Candidate registration page I am getting the following error i am getting an Internal error in function module HRRCF_MDL_AWZD_IS_APPL_GROUP
    When I tried testing the Application wizard, the system is throwing the following errors:
    * Internal error in function module HRRCF_MDL_AWZD_IS_APPL_GROUP
    * Internal error in function module HRRCF_MDL_AWZD_POSTHEADER_GET
    * HRRCF_MDL_AWZD_POSTHEADER_GET does not exist
    The publication period is over. You can no longer apply.
    Can you please look into this and help me on this.
    It would be great pleasure if you give me some inputs.
    Thank you.
    Sekhar.

  • External Candidate REgistration

    Hello Experts,
    I have a query.
    I would like add one custom field in the external candidate registration page.
    In the external candidate registration page, first name, middle name, last name and email address are provided by SAP. These are all SAP standards.
    I want to customize this pager by adding DOB fields.
    Please guide me how to add the custom field DOB, in the external candidate registration page
    Regards,
    Dhinesh K

    Hi Dhinesh,
    You'll need to enhance the componentcontroller and view VW_REGISTER of component HRRCF_C_REGISTER_UI.
    Add a custom context element to the componentcontroller, map it to the context of the view and add it to the view. Then, create a post-enhancement on the REGISTER_CANDIDATE method to set the DOB after the candidate has been registered. This should have the least amount of impact on the standard coding.
    Regards,
    Luk

  • Erec without candidate registration

    Hi experts,
    We are right now considering if we should drop candidate registration and the candidate cockpit, as our experience is, that its not being used. So we are hoping that by dropping it we will improve the user experience and not require passwords and storing people’s passwords in the future. I haven't found any posts in regards to this. I am wondering what would happen if I disable the service HRRCF_A_CANDIDATE_REGISTRATION and delete the letter that is being send out. Plus I am not sure if the system logic would prevent applying to more than one job as the email address would then be used.

    Hi
    Thank you for the response.
    We are considering to enable users to reuse information from Facebook or LinkedIn. In any case we are using an absolute minimum of information from the candidate, so in any case we would probably ask them to fill their data every time - if possible.
    But if I read your answer correctly, that is not possible?

  • E-Rec registration page

    HI experts,
    We are are not able to register the external candidate? when I click register nothing happens. I have seen couple of threads but no luck. we are in ehp4
    Danny

    1. you need to create a service users via su01 with the roles:
                 SAP_RCF_EXTERNAL_CANDIDATE
                 SAP_RCF_UNREGISTERED_CANDIDATE
    2. next go to SICF and  activat the following pages and assign the service user id from step 1 in the settings of the
    pages but right clicking the mouse on each node in SICF
    SAP_RCF_EXT_CANDIDATE_CLIENT
    SAP_RCF_EXT_CANDIDATE_SERVER
    SAP_RCF_EXTERNAL_CANDIDATE
    SAP_RCF_UNREG_CANDIDATE_CLIENT
    SAP_RCF_UNREG_CANDIDATE_SERVER
    SAP_RCF_UNREGISTERED_CANDIDATE
    hrrcf_apply_ext (Application with Reference Code (Unregistered Candidates))
    , hrrcf_cand_reg(External Candidate: Registration), hrrcf_ee_awzd (Application Wizard),
    hrrcf_ee_srch (Search for Internal Postings),
    hrrcf_password (Management of Users' Passwords),
    hrrcf_pinstappl(Publishing of Posting Instance with Application)
    , hrrcf_pinst_pbl (Posting Instance: Internal / External Publishing),
    hrrcf_search (General Search Application), hrrcf_unrg_appl (Unregistered Candidate: Application Wizard),
    hrrcf_unrg_srch (Unregistered Candidate: Job Search)

  • SAP eRecruitment - Internal Candidate registration

    Hi,
    Is it possible to provide registration functionality for Internal candidates, similar to what the external candidates have ?
    Thanks.

    Thanks Sebastian.
    I was wondering in case we create a custom application, will we be able to handle things like the application flow from the registration page to the standard personal pages for Internal candidates as soon as they register, and also the user switch from unregistered to registered user.

  • External Candidate Registration does not create the user id

    Hi Everyone
    I am implementing EREC on Enhancement Pack 4 and I am trying to get External Candidate Registration to work. When I try to register nothing happens. User Id's are not created and I am not taken to the Candidate Profile screen. I have activated in SICF the hrrcf_a_candidate_registration service and assigned RCF_UNREG as a service user to it. I used OSS note 1017866 but it says:
    Execute the IMG activities under "'SAP E-Recruiting' -> 'Technical
    Settings' -> 'User Interfaces' -> 'Settings for User Interfaces with WebDynpro ABAP'". Note that you must execute the IMG activity for both the front end and the back end.
    EP4 does not have this IMG path anymore.. So do I just setup both front end and back end? Can anyone help.
    Thanks.
    Vince

    Vincent, I'm experiencing the same problem but had trouble finding the answer in the forums.  What fix did you use?
    thanks,
    Paul

  • E Recruiting- application wizard link on the Registration page

    Hi
    On the Candidate registration screen there is an u2018application wizard linku2019, which facilitates registered candidates to log-on and apply for the vacancy.
    The standard screen (HRRCF_A_CANDIDATE_REGISTRATION) doesnu2019t display this link. This is a web dynpro component, is it possible to populate the above link on this page or is it a development. We are using EP5 version.
    Thanks in advance.

    Hello,
    If I understand you clearly, login is done by configuring application hrrcf_a_startpage_ext_cand This application will require a user to login automatically when you click it on it. hrrcf_a_candidate_registration will be used to register i.e. get a username and password. once you have them you can then login through hrrcf_a_startpage_ext_cand i.e. for external candidates. For internal candidates, they use hrrcf_a_startpage_int_cand and normally if you have portal, they will automatically be logged in using SSO. When testing for external candidates just make sure you have closed other sessions because the system might not request password and directly log you through SSO as well.
    Regards,

  • E-recruiting - Customizing external candidate start page with a new start p

    Hi ,
    I require some inputs from you on creation of new start page for external candidate.
    I have a requirement to hide Age / Gender fields in the Personal data tab of the external candidate application wizard in the external candidate start page.
    I Created a new start page with I.D "9001" and using customized context i was able to hide the Age and Gender fields. The URL using the customized context looked like below;
    http://XXXXXX.XX.XXXXXXXXX.XXX:8053/sap/bc/bsp/sap/hrrcf_start_ext?sap-client=300&sap-language=EN&rcfSpId=9000&rcfContext=NAEXT
    The external candidate start page requires the following services assignment to a service user;
    hrrcf_apply_ext: Apply with Reference Code (Non Registered Candidate)
    hrrcf_cand_reg: External Candidate, Registration
    hrrcf_unrg_srch: Non Registered Candidate, Job Search
    The service user requires SAP standard role u201CRCF_EXTERNAL_CANDIDATEu201D to provide access to any external candidate to do a job search and register. This role in standard would have application object u201C0002u201D u2013 Standard external candidate start page I.D which would provide access to the start page.
    We have cloned the role to include the customized application object u201C9001u201D and have assigned it to the service user.
    But even after doing this i get an error message when trying to execute the URL in IE which reads "You do not have the required authorisation to use this start page"
    Iam not sure if iam missing anything on the authorisation part. Please advise.
    Thanks
    G Raj

    Hello G Raj,
    it seems you are mixing some things up. The service user is only for all parts of the e-recruiting which are accessable without logging in. This includes services linked to the unregistered search and the registration (where the applicant creates his candidate / his login). The service user is no candidate and has a special role (must not have a candidate object or the candidate authorization role).
    As soon as someone logs into the system, e.g. to his start page, he acts as candidate. Depending on his relation to a P object he is either an external or an internal candidate.
    In your example we are talking about external candidates. These candidates get a reference user assigned on candidate creation which is customized for the external candidate role (here the e-recruiting role) in IMG. Usually it is called RCF_CAND_EXT. The SAP delivery role (here the authorization role) this reference user gets is SAP_RCF_EXTERNAL_CANDIDATE (as long as you are using BSP). You have to copy this role to a customer one and replace the value 0002 of auth object P_RCF_APPL (Application in E-Recruiting) by your customer one 9000.
    Then everything should work fine.
    Best regards
    Roman Weise

  • How do I compensate for only one ADDT ' tNG_config.inc.php file with many Registration pages to build?

    My dynamic site has a lot of different languages funneled into one website, using various cookies, url params, php includes, etc. all to obtain similar info in different languages. Thank you David Powers.
    It is working really well and now I’ve come to the Registration section. Okay, so registration isn’t all that hard; I could do most of it with the standard Dreamweaver set of tools. Alas, I really like much of what ADDT has to offer with welcome email messages and activation and such.
    Here’s the setup: Obviously, with many different language people, I have many different databases for them. I did that becuase we’re expecting a big audience and I really don’t want to have all those different language names in the same table. Furthermore, these tables, whereby the students will login, will also contain a lot of information about their work so again, don’t want to have one massive table. I’ve divvied them up into tables by language and I’m using those tables to keep track of them and their work.
    I want to use ADDT’s User Registration Wizard and I have looked at all the neat stuff in the Control Panel/Login Settings.
    Here’s my situation: I notice that when I’m done with the configuring of one of the registration pages, I’m asked if I want to upload the tNG_config.inc.php page and that it has changed since the last upload. I saved a copy of the _config.inc.php and did a new registration form with the same info and when done, I compared the two _config.inc.php files. As one would guess, there is a small difference in the Connection string to the databases  $tNG_login_config["connexction"] = "connString_Ital_db".
    My problem is that I have 13 of these registration pages to do but ADDT only has the one tNG_config.inc.php. That’ll work great for the one with which it is associated, but the others will obviously break. I’ve looked through the code in the Registration pages, to find the ADDT link to the tNG_config.inc.php file hoping to rename it Italian, Spanish, etc, but the name of the file does not appear in the Registration page.  I realize that ADDT Control panel is designed for use on one site, and can then be used on others, with the changes etc. But my site seems a little unique since so many sites are actually in one.
    Has anyone whipped this problem before? I just don’t understand why there is no link in the head code of the Registration page to let me change it and to create more config files with different names. Thanks for you help!
    [Moved by moderator to appropriate forum]

    Hi Brian,
    I just tried to check all of ADDT´s "includes" files for any internal references (read: "require" or "require_once" statements) to the file "tNG_config.inc.php". So far I can only see this file referenced in the file "tNG.inc.php" (within the "$KT_tNG_uploadFileList1" array).
    So what could this mean ? Maybe you´ll have to make copies of the the original "tNG.inc.php" as well and save them as, say, "tNG.inc_ital.php" file plus make sure that these copies internally point to a different "tNG_config_ital.inc.php" file -- because it´s always the first mentioned file which gets referenced from e.g. an ADDT login page (see the "Load the tNG classes" - part)
    I want to use ADDT’s User Registration Wizard and I have looked at all the neat stuff in the Control Panel/Login Settings
    The Control Panel will always update the main "tNG_config.inc.php" file, so any further modifications will have to become manually applied to the custom files you´re creating.
    Cheers,
    Günter

  • Stuck on the 'Registration' page on iTunes when I try to update my iPod

    I started a topic before but it got archived so I'm trying again, hope thats ok.
    Ever since I've had my iPod, every time i plug it into my laptop to either update, delete songs etc I've been able to skip past the registration section but a good few months ago it decided to not let me skip the page so after many frustrating attempts I decided to just register it, I did so on iTunes and received emails from Apple to say its registered. So i thought it would be fine but it still does the same thing,
    I get the options of: Never Register, Register Later and Continue but no matter what i select it either doesn't let me move past the page or just sends me back filling out the same registration form which still doesn’t disappear when I’ve entered all my details.
    I thought if i left it for a while it might change but I’ve tried again this evening and its still the same!
    ill try and post a picture to explain...
    http://i33.tinypic.com/6i8gvt.jpg
    I'm hoping someone somewhere may know what to do? I know previously someone suggested adjusting the screen resolution but its nothing related to that.
    Thank you for any replies! It's such a frustrating situation.
    Message was edited by: Nikki2008
    Message was edited by: Nikki2008

    I never registered it until it got completley stuck on this page earlier this year, before i just clicked register later i think and then when it wouldnt let me do anything but that registration page i decided to go through all the various things to register it. So it is acutally registered now (i did that back in May) but nothing has changed since.
    If i click continue it shows me all the details i entered in May but still does not let me progress to see/edit my music...

  • How to create a Registration page in WebDynpro java

    Hi All,
    How to create a registration page in Web Dynpro java.Whatever i enter in the field of registration page should be stored in the pcd..So plz help me???
    Message was edited by: suman sahu

    Hi Suman,
        I have a similar kind of requirement , please let me know if you have got the solution for this??
    Regards,
    Ravi.

  • Query : Addition of extra fields in the User Registration page of portal.

    Hi All,
    I have a query, about adding extra fields in the new user registration page of portal.
    If you can suggest the required source files in details,inorder to incorporate two more fields.
    Say, AGE and COMPANY,with the existing fields in the same page.
    Along with this,can you please send the details of retrieving those information from backend and the backend functionalities associated with the SUBMIT button on the registration page.
    Regards,
    Sudeep

    Hi,
    Your query is divided into two parts.
    The first part is adding new fields into existing form. This feature comes under Branding of portal. Plz use the link below understanding the same and related help :
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/79/affe402a5ff223e10000000a155106/frameset.htm
    The second part is retrieving the values from backend.Here it will be the UME database. You need to develop a logon.par file and replace the same in your portal.
    Happy Customizing.
    Sukanta Rudra

Maybe you are looking for

  • Can't publish because Contribute converts flash fragment into java error

    Hello Everyone, I'm new with Contribute. We designed a website with a flash navigation, embedded as folows: head: <script src="../js/AC_RunActiveContent.js" type="text/javascript"></script> body: <script type="text/javascript"> AC_FL_RunContent( 'cod

  • Error building executable

    Bonjour à tous, Lorsque  je terminais ma semaine hier, j'ai voulu réaliser un dernier test sur un Touch Panel, mais lorsque j'ai voulu construire l'executable sous Labview 2009, celui ci m'a affiché cette erreur : Error building executable. Unable to

  • Can reset the clearing doc when invoice is paid to Vendor via F110.

    Hello Experts, I know the usage of FBRA.I want to know can we  reset a clearing document where the value is already paid to the Vendor. Please Clarify. Thanks, B

  • Make a button with an icon

    Hi all. I have a new problem. I want to make a button as an icon e.g. when I push a button to open a file I want to display the button with the icon. I'm on devsuite 10g. Can someone tell me which are the steps to follow to do this??? Thank, Fabrizio

  • HT1933 I am not receiving email receipts for purchases

    I keep seeing purchases on my credit card but I never receive a receipt, any ideas why?