E-recruitment - External Candidate page should not be  allowed to enter int

Hello,
We have requirement in e-recruitment. When recruiter is entering Internal Candidate information using External Candidate site, system should check email adress (company email address), if this is matched and system should prompt with the candidate information that we already have. Do we need change the standard SAP code to implement this? or any other ways?

For the GUEST user in portal we have done usermapping to the E-Recruitment system using 'J2EE_GUEST' user in E-Rec.
In SLG1 we are gettting the following errors
An exception occurred in E-Recruiting.
     CL_HRRCF_ABSTRACT_CONTROLLER==CPCL_HRRCF_ABSTRACT_CONTROLLER==CM00156
No candidate could be found for US J2EE_GUEST
     The system cannot find any candidates using the data specified.
Error while creating candidate

Similar Messages

  • E-Recruitment External Candidate Page in Portal

    Hello All,
    we have E-Recruitment 6.0(Stand alone installation) and EP 7.0.
    Have configured Anonymous logon in portal and created iViews for the External page(ABAP webdynpro for application hrrcf_a_startpage_ext_cand), since its a ABAP Webdynpro iView it is checking for the usermappin for SSO and hence the application thows error.
    The application is displayed properly using the URL
    "http://<E-rec_host_name>:<port 8000>/sap/bc/webdynpro/sap/hrrcf_a_startpage_ext_cand?sap-language=EN"
    The problem is only when trying to access through the Portal; We need this since we are exposing portal externally.
    As the main purpose of the application 'hrrcf_a_startpage_ext_cand' is to display a logon page and also allow a user to register, there should not be any user mapping done.
    Really confused how to handle this scenario; Can any one help in integrating this E-Recruiting with Enterprise Portal.
    Thanks All in advance.

    For the GUEST user in portal we have done usermapping to the E-Recruitment system using 'J2EE_GUEST' user in E-Rec.
    In SLG1 we are gettting the following errors
    An exception occurred in E-Recruiting.
         CL_HRRCF_ABSTRACT_CONTROLLER==CPCL_HRRCF_ABSTRACT_CONTROLLER==CM00156
    No candidate could be found for US J2EE_GUEST
         The system cannot find any candidates using the data specified.
    Error while creating candidate

  • External material number should not contain purely numbers

    Hi Gurus,
    I have created the material number range for a specific material type. I need the number to be assigned externally. When i try to create a new material master (with only numbers)on the above material type, the system throwing " For the specific material type, external matl no should not contain purely numbers".
    Any body pls explain.
    Thanks,
    Saravanan

    hi
    check while mentioning number range have u entered any alphabet in from and to filed
    i.e from A to ZZZ    then system will ask u to add atlease 1 alphabet
    if u use  1000000000    1000099999  as external number range then u can use only numerical numbers in number range
    pls  check same
    Vishal...

  • E-Recruiting -External Candidate application - External Branding - SAP Them

    Hi,
    In E-Recruiting, External Candidate application launched out side of portal. We need to change the SAP Themes as per customer branding requirements. Is it advisable to change the themes? What is the View of SAP for changing the Themes?
    I understand that SAP generates links (eg. u2018Invites to applyu2019 has a URL) in various places in E-Recruiting BSP/WDA Application. We canu2019t modify/enhance methods to append URL parameter in order to call custom there. Am I right?
    Please share your experience on this.
    u2026Nandha

    I'm closing this thread as i don't work this topic anymore.
    Thank You!

  • Zero quantity should not be allowed for STO delivery

    Hi,
         zero quantity should not be allowed for STO delivery.
         when i create a delivery for a STO it should not allow zero quantity
         can someone throw some light.
    Alec

    Hi,
    Please maintain the "B - Create Delivery with qty greater than Zero" in Part.dlv./item  in shipping tab page of the customer of site.
    more briefly: in WB02 --> click on the customer of the site --> Shipping Tab page --> Maintain B (Create Delivery with qty greater than Zero)
    Regards,
    Srini

  • PO RELEASED IT SHOULD NOT BE ALLOWED TO AMMEND

    Sir,
    once po is released it is should not be allowed to edit.
    how can i configure this
    regards
    amey

    Hi Amey,
    Once PO is released it cant be Changed it can be done by doing the following setting in SPRO.
    SPRO>Material Management>Purcahsing->Purchase order->Release procedure for purchase order--->Define release Procedure for the PO
    In this Release Stategy config there is option called Release indicator
    where in we have to define a release ID and this release ID ( Eg A ) has to be given 1 cannot changeable in the feild in chagble--for the allowing no changes in PO after release and then we have to go to release Strategy option we can select the release strategy we want the change and in the Strategy
    click on the release status and in this status we can give the ID defined earlier ( at which level what effect should come)
    hope so it helps
    regards
    Anjanna.

  • Inventory in storage bins should not be allowed to go negative

    Hi
    Inventory in storage bins should not be allowed to go negative?
    Regards
    Vivek

    you can uncheck the "Allow negative stock" for the combination of warehouse and the storage type.
    Path is-
    SPRO > Logistics execution > Warehouse management > Stock removal startegies.
    Then select your strategy.
    Check out if it helps.
    Regards,
    nilesh

  • Production Order Usage Probability should not be allowed to change after GI

    Dear Gurus,
                  pls tell me how to do this ,Production Order Usage Probability should not be allowed to change after Goods Issue (GI) done against Prod Order . pls tell me procedure or any UserEXit for this.
    Thanks in Advance,
    Regards,
    Dev

    Hi,
    Can you elaborate little bit more?
    Regards,
    Sankaran

  • User should not be allowed to login 2 times to an application from same m/c

    Hi Everyone,
    I have to find all possible solutions to below problem:
    Problem: User should not be allowed to login 2 times to an application from same machine.
    Steps to produce the problem:
    1) User 1 logins to application.
    2) User 1 tries to login with different credentials from same machine.
    3) User 1 should be presented with a message that he cannot login from same machine using 2 browsers.
    4) User 2 tries to login to application with credentials of user 1. System should now display an alert to both users on System 1 and System 2 of this conflict.
    Please share your thoughts regarding above problem.
    Thank you
    Edited by: rishab.garg on Feb 25, 2009 10:53 PM

    When a user logs in to application flag it in database. Irrespective of client machine and browser when another user tries to login using same user id you will be able to identify that easily using stored flag against the user id.
    If you want to distinguish between client machine for displaying different messages you can easily do this by comparing client IP address. To obtain client IP address use:
    request.getRemoteAddr();Note that getRemoteAddr() might return last proxy machine's IP address (in case proxy is used) instead of client's machine. In that case you may consider using cookie (though using cookie is not a great idea).
    Thanks,
    Mrityunjoy
    Edited by: mrityunjoy on 28 Feb, 2009 11:43 PM

  • BOM editing should not be allowed while creating P.O./ Scheduling agreement

    BOM editing should not be allowed while creating P.O. / Scheduling agreement

    Hi,
    I think that when you create a subcontracting PO it READS the valid BOM, so there's no locking. From a business point of view you need to question such a requirement, since in SAP you can have many kinds and types of BOMs. Then what if one of the BOMs is open in change mode (edited) exactly when you try to create the order? It should not allow you to create the order? Why?
    Regards,
    Mario

  • E Recruitment External candidate user id in SU01

    Dear All,
    while creating user name for  external candidate through HRRCF_CAND_REG, a user name is getting created with some different sequence and we can see it in SU01. will SAP treats it as a new user when it comes to user licences or will SAP ignore this user. please let us know if we are missing on something.
    Regards

    Dear ,
    Following information about E-Recruiting user licenses:
    For Reference User,Service user & Communication user you may please refer to the chapter 13.7 of the System Measurement guide 7.0 available in the service market place (service.sap.com/licenseauditing   >Named
    user Measurement     > Documentaion) Please also refer to the SAP Notes
    327917 & 553606)
    Regarding Dialog Users, You need to customize some special user types to identify these users like the following:
    Special user 01 (ID 71): e-Recruiting, External
    Special user 02 (ID 72): e-Recruiting, Internal
    a.For the External Candidates who log on to SAP System Via URL- Should be classified with Special user 01(71)= e-recruiting External
    b.Internal Candidates who are employees (and not already have a chargeable user in another SAP System)Should be classified with Special user 02 (72) = e-Recruiting,Internal
    So the external users (ID71) are not counted against your e-recruiting
    user licenses!
    This is 100% assurance..
    Best Regards,
    Deepak...

  • E-Recruiting - External Candidate generating users in R/3

    We are generating some tests on External Candidate (E-Recruiting) and we
    have discovered that the external candidate generates an R/3 user (that can
    be seen in the transaction SU01). This External Candidate should refer to
    the RCF_CAND_EXT user in R/3.
    This is generating massive users creation in R/3. This situation is not
    allowed by Data Security.

    Hello Pablo,
    every action in sap needs a user who processes it. E-recruiting and its functions can't be an exception here. The unregistered ICF services like registration and unregistered job search which can be accessed by the external candidate without logging into the system are using a service user assigned to the ICF service or its external alias. All other functions need the user of the candidate which is created on registration.
    Usually the candidate creation should be done by the service user. The external candidate only changes the user e.g. when changing his last name or his password. In the manual data entry scenario users are created by the recruiter who enters the application.
    The login to the system is necessary to enable the candidate to relog to the system, maintain his profile data, continue an interupted application, use services like the job agent and check the status of applications. Without user and login there would be no possibility to link the person and the data in the system. No user and login for the external candidte would mean that all these functions would not be possible. You would need to convert the whole application to some sort of fire and forget web application form. I have no idea if this is technical possible or if the system would complain about the inconsistant data.
    So creating users for external candidates is a must for sap e-recruiting when running w/o a total conversion. The reference user RCF_CAND_EXT is just a way to assign authorizations to the candidates user and needed due to some authorization cache issues. I have never seen this to be an issue if you use propper authorization roles instead of the sap standard ones. Even in projects with a maximum of security requirements e.g. in the defense industry. Furthermore you should schedule report RCF_UPDATE_EXT_CANDIDATES to switch the user type for external candidate to prevent a logon to the backend.
    Best regards
    Roman

  • E-Recruiting External Candidate login

    Hi,
    I've got a problem with the external candidate login. System requires a logon prompt instead of taking me directly to the start page.
    I've got the RCF_UNREGSER service user set up. I DO NOT have this user assign to the HRRCF_START_EXT service. I do have this service user assigned to some of the other services. Could the problem be that I have the service user assigned to one too many or too few of the other services?
    Thanks, Vlad

    It seems that there are somethings mixed up.
    A startpage is something, a candidate can log on (HRRCF_START_EXT?rcfSpId=0001). From there he can look for jobs, maintain his profile, fill out personal settings and different other things. In this case he has a user and password.
    Using the unregistered scenarios is done via the unregistered services as you mentioned. There is no start page built for that. Those links are supposed to be integrated into the customer's web page directly.
    Even the log on to the candidate self service start page shall be integrated into the customer's web page.
    The post you made before gave me an indication, but I need to ask: Did you generate the URLs via RCF_GENERATE_URLS?
    This might give you an impression between the difference of registered and unregistered services.

  • 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

  • How to enable Preferences link on Irecruitment External Candidate page?

    Dear all,
    We are accessing Irec External Candidate home page through below URL.
    http://host:port/OA_HTML/IrcVisitor.jsp
    Two languages are installed on this instance. (English, Arabic)
    Now while launching this page, we would like to choose Arabic language.
    How can we achieve this?
    Note:
    I already treid my hands on following.
    1. addedt ICX_GLOBAL_MENU to Irec Candidate global menu
    2.Added ICX_GLOBAL_MENU to External Candidate menu
    No luck.

    Pls check below link if this help:-
    In iRecruitment, Display Language Is A Required Field on External Site [ID 363614.1]
    Thanks,
    JD

Maybe you are looking for

  • What's a good non-Apple monitor for my 13" MacBook Pro? Looking around 20-23 inches, preferably LED.

    I have a 13" MacBook Pro and I'm in the market for a non-Apple monitor (Apple monitors are way out of my price range). I'm looking for 20-23 inch monitor, preferably LED. I need it to edit articles for publication and for Bar Exam studying in the nex

  • What is the system requirements for MAM3.0 with MI7.1

    Hi Experts, We are planning to Install MI7.1 and want to deploy MAM3.0 application. Till now we are using MI2.5, now we want to upgrade this to MI7.1. Can any body please tell me what is the requirements of Server Client MAM Version Client Database A

  • Table for Work Order

    Can you please tell me what is the TABLE for 'Work Order'? Regards, Subhasish

  • How to interpret the Xprof report ?

    Hi everybody, I'm trying to use the -Xprof option on the embeddedJRE 1.5 and I would like to understand the report : Flat profile of 4.76 secs (269 total ticks): main   Interpreted + native   Method                        34.6%     4  +    89    com.

  • Question on Dimension Table

    When we delete a request on a InfoCube, the information not necessary on the Dimension Table does not canceled. For example if we delete all the data about year 2003 on a InfoCube, the information about 2003 continuous to alive on time dimension tabl