E-Recruiting system

hi experts,
I'm new in ABAP and am working on a report for our e-Recruiting system.
The following exception occured in the program.
Runtime Errors UNCAUGHT_EXCEPTION
Except. CX_HRRCF
Information on where terminated
Termination occurred
in "GET_PERS_DATA".
In the source code you have the termination point in line 34
of the (Include) program "CL_HRRCF_CANDIDATE_BUPA_BL====CM00C".
this is the part of the code.
tell me if it is of ne help. or tell me if u want some specific information.
DATA candidate_info TYPE REF TO cl_hrrcf_candidate_bupa_bl.
DATA cand_hrobject TYPE hrobject,
pers_data TYPE bapibus1006_central_person.
TRY.
CALL METHOD cl_hrrcf_candidate_bupa_bl=>get_instance
RECEIVING
return = candidate_info.
ENDTRY.
TRY.
CALL METHOD candidate_info->get_pers_data
EXPORTING
ps_cand_hrobject = cand_hrobject
IMPORTING
ps_centraldataperson = pers_data.
CATCH cx_hrrcf .
ENDTRY.

you have closed the thread hope u got the answer
else in ur code add this line.
DATA candidate_info TYPE REF TO cl_hrrcf_candidate_bupa_bl.
DATA cand_hrobject TYPE hrobject,
pers_data TYPE bapibus1006_central_person.
<b>create object candidate_info .</b>
TRY.
CALL METHOD cl_hrrcf_candidate_bupa_bl=>get_instance
RECEIVING
return = candidate_info.
ENDTRY.
TRY.
CALL METHOD candidate_info->get_pers_data
EXPORTING
ps_cand_hrobject = cand_hrobject
IMPORTING
ps_centraldataperson = pers_data.
CATCH cx_hrrcf .
ENDTRY.
reward points if helpful

Similar Messages

  • Standard Table entries missing in E-RECRUIT System

    Hi,
    We are in the phase of E-Rec implementation. We have installed standalone E-recruit system (NW 7.4)
    We did client copy with SAP_CUST profile from 000 to 300, but some of the table were not reflected which we copied again.
    We run the report RHTTCP77 for tables t77rcf* and copied client dependent tables from 000 to overcome the issue for the missing tables in 300.
    But, still we have an issue with VV_T77SK_RCF as all entries are not updated, what is the way fwd?
    Shall we proceed with SAP_CUST or SAP_ALL during client copy if we need above entries?
    Can anyone please suggest what way we will follow to overcome the issue of missing tables?
    Regards,
    Khushboo Sahu

    Hi,
    Please use SAP_ALL and for step wise instruction please check the below thread -
    http://scn.sap.com/thread/121904

  • TREX Conig for E-Recruitment System ?

    Do you have any useful info fo TREX Configuration in a E-Recruitment System ?
    Rgds

    Siddesh......T h a n k s ........M a n......for your replies....
    Really what i want to say thru that message number is - i followed the same - but i was not succeed to use TREX in e-Recruitment system.
    The error is - The indexed docuemnts are not poping up / traced up in a general search of e-Rec scenario.
    For the same i am requesting you all experts  - end to end config step by step - in TREX Server and e-Recruitment Server.
    Rgds

  • PERNR of internal candidates in the e-Recruiting system

    Hi Experts,
    We are implementing e-Recruiting 6.0 and have e-Recruiting system integrated in a separate instance and we do data transfer from the HR system to the e-Recruiting system through ALE.  Does anyone know where the personnel number of internal candidates get stored in the e-Recruiting system?  I can see that the sytem brings up PERNR in the portal for all internal candidates, but unable to find out the table in which it is stored. I have checked in the infotype tables and business partner table (BUT000) with no luck.  Can someone help?
    Thanks,
    Uthra KJ
    Edited by: Uthra Karthikeyan on Sep 19, 2008 3:12 PM

    Explore following tables :
    Table Name                     Short text                                                                               
    EREC_MGR_GRP                   Grouping of Managers for E-Recruiting s
    EREC_MGR_GRP_T                 Text table for manager grouping in E-Re
    T77RCF_AGENCY                  Agencies in E-Recruiting              
    T77RCF_APPLSRC                 Application Source in SAP E-Recruiting
    T77RCF_EREC_UGR                User Groups That Are To Appear in E-Rec
    T77RCF_LOG_APPL                Applications in E-Recruiting          
    T77RCF_LOG_APPLT               Applications in E-Recruiting          
    T77RCF_PROC2SUB                Assignment of Processes to Subarea of E
    T77RCF_ROLE                    Roles in E-Recruiting                 
    T77RCF_ROLE2SUB                Assignment of Roles in E-Recruiting to
    T77RCF_ROLE_T                  Roles in E-Recruiting                 
    T77RCF_WI_FILTER               Workflow Task Filter for E-Recruiting 
    I think , this is how it is getting the pernr based of user name .
    FYI
    Package :PAOC_MSS_E_RECRUITING ~ Interface for MSS e-Recruiting
    class:CL_HRWPC_CA_NAME ( Retrieves Candidate Data from the E-Recruiting System )
    method :GET_CANDIDATE_NAME_LINK
       get pernr that user is attached to
        CALL FUNCTION 'BAPI_USR01DOHR_GETEMPLOYEE'
          EXPORTING
            id             = sy-uname
            begindate      = sy-datum
            enddate        = sy-datum
          IMPORTING
            return         = return
            employeenumber = employeeid.
    IT0105
    Table :Pa0105                                                                      
    Good Luck
    ^Saquib

  • Resume Attachment to E-Recruitment System.

    Hi All ,
    We are doing a data Migration project to E-recruitment system . To upload and create the candidates and Application id , we have successfully done it through BAPI_ERC_APPL_CREATE_EXT . This is also being reflected in Portal .
    But when i use BAPI_ERC_UPDATE_ATTACHMENT to upload attachment , i neither get any error message nor there is an entry in HRP5134 table .
    This is the vales that I am passing to the Bapi .
    Import parameters               Value
    APPLICATION_ID                  50000150
    ATTACHMENT_TYPE                 0001
    LANGUAGE                        EN
    ATTACHMENT_HEADER               RESUME
    FILENAME                        C:\TEMP\DATA_UPLOADTEST1.TXT
    Tables                          Value
    FILE_SPLIT                         0 Entries
    RETURN                             0 Entries.
    Should i pass something to File_Split ?
    Also , i see a BADI HRRCF_DOC_UPLOAD  for the same kind of requirement .
    Could you please let me know how to save the attachment  ? The project is supposed to go live on 20th Feb , So appreciate your quick help .
    Thanks
    Raghu

    Dear Hussain,
    Thank you for your response.
    Website of the company is hosted by a different software, and we have to link SAP E-Rec with that. Will Web dispatcher suffice this requirement.
    Regards,
    Siv

  • Candidate Data transfer from E-Recruiting System to HR system for New Hiring.

    Hi All,
    Hope everyone doing in good Spirit.
    We are implementing E-Recruiting as Standalone for one of our client.
    Can any please help me in regards with Data transfer from E-Rec System to HR System for hiring once the candidate has been successfully completed recruiting process.
    You inputs are highly appreciable.
    Thank you.
    Sekhar.

    Hello Sekhar,
    there are three different scenarios for transferring the data of an external candidate to the HR core for hiring.
    the easiest and most commonly used is the RFC connection. When creating an activity of category data transfer the data of the candidate is transferred from eRec to HR core. There it is stored in table T752F. Then you can run transaction PA48. There you can select the candidate and run a hiring action. This is the same action like in PA40 only the system will preset the fields with the values from eRec (similar to batch input).
    Instead of using the RFC solution you can transfer the data using PI (this can be activated using a switch in T77S0). To be honest none of my customers is using this. Either they had no PI server at all or they did not use it for eRec
    The third was delivered with a business function HCM_HIRE_INT_CI_1. This is based on HCM processes and forms and targeted towards customers using Talent Management Core (e.g. data for education and work experience is transferred into the TM Core infotypes 740X as contrary to the hr core standard infotypes 0022 and 0023 they are structured like the eRec ones). Of course as you can do a lot of customer enhancements to HCMP&F you can replace the behavior nearly completely. One or two of my clients discussed this solution but as far as I know none is actually using it.
    The simple truth is most customers seem to not use any integration at all. The first solution is easy to activate but only covers around 13 fields. Compared to a real full blow hiring action this is not even 10% of the fields which have to be entered. So the presetting this small number of fields is not a great help especially as you have to check every information anyways. Furthermore PA48 is not very nice and lacks functions to structure the incoming records which makes it difficult to handle in large distributed organizations.
    The other two options require a lot of infrastructure for small functionality. What we discussed with a client was using the new hire integration to preset a full hiring form with eRec data and then send to the candidate as offline form to gather all missing information and use this for hiring. But there were to many issues on data privacy aspects when sending a form with social security data, bank account data, etc. via email. Furthermore they required actual signatures.
    Kind regards
    Roman  

  • Integration of HR Masterdata with the third party Recruitment system

    Hi folks,
    I was doing some analysis regarding the process of integrating the HR Masterdata with the thrid party recuritment system. One of the process is exporting all the new hire data coming from the third party soffware( the entire hiring process will happen in this sytem)  into the HR Masterdata.
    From SPRO documentation I found there are two ways one is Inbound IDOC and the other is through interface. Since we do not have EDI service, we have to with interface, however it should not be an automated process. Because, the person getting hired has to have the intial procedure completed before hiring process occus and his data is entered into HR Masterdata. Hence the data coming from the interface file has to be processed manually
    How to configure this process in HR? The version we are using is 4.6C How can this be done?
    Any thoughts or ideas or leads would be really helpful.
    Thanks in advance,
    SK

    Hello Sk,
    i think the integration between SAP Recruitment and SAP Administration would be a bit more complicated as it is supplied from the SAP Recruitment tables which you probably would have to fill.
    As promised I had a look to t752f. Run the following code to add lines into the table. After the values were inserted you can run PA48 without any other configuration. You will see an new line which you can select and than choose the Hire button. The system will guide you through the hiring screens and set the Name fields as default values.
    REPORT  zrwe_fill.
    CALL FUNCTION 'HR_PREPARE_NEW_EE'
      EXPORTING
        lastname       = 'Test_Lastname'
        firstname      = 'Test_Firstname'.
    The function module us part of the standard HR component and offers many fields to preset in T752F. If you supply an existing EmployeeId the PA48 transaction will suggest you to do an organizational change when you choose the "hire" button. If you do not fill the value the system sets a dummy Id and suggests a hiring.
    The function module is RFC enabled so if you can call an RFC from your external recruitment application you can fill the T752f table. If that works and you need additional fields just copy the module and add whatever you want.
    Rgds.
    Roman

  • SAP E Recruiting - Manage future leaving employees in standalone EREC system.

    Program HRALXSYNC
    We are using E Recruiting system as a separate server and employee master data comes via ALE IDOCS
    Is report HRALXSYNC need to run in case of separate server also?
    It is creating user ids which we do want as our system administrator creates user ids and user ids comes from central CUA system with Info Type IT105.
    Can we stop this background job as it is creating unwanted user ids in our SAP E- recruiting system, as mentioned in our case both the server are different and ALE being used for master data flow.
    Processing of Future leaving / terminating employees
    If we stop this Background job then how the suture leaving / terminating employees will be processed in our SAP E-Recruiting system.
    In our case both the business function HCM_ERC_CI_3 is active and as per OSS note 1779471 (ERE: Information for processing future) Leavings it is mentioned to run program HRALXSYNC.
    1.      Considering this behavior do we need to start periodic service PROCESS_CAND_STATUS_CHANGE.
    2.      Is there any way program HRALXSYNC do not create user id ?

    Hi Nicole
    Thanks a lot for your reply.
    As you said job HRALXSYNC is must require also in case if E Recruiting system running on separate instance also along with ALE master data distribution.
    - Every one will not have user id assgned then this job should not create random users. Generation of multiple users may impact licences. 
    How we can stop randon users creation by this job?
    - Also we have multiple companies rollout implemented in E recruiting system. And one company internal candidate should not apply job to other company.  In this case if this job creates a random internal candidate user then they got assigned RCF_CAND_INT reference user and with this they are able to apply to any company. Whic is a wrong business process for us and a big issue.
    - For future leaving employee - they are not getting convert to external in our system. Meaning this job do not assign RCF_CAND_EXT to future leavinf employees.
    Please can you help us, Highly appreciated your inputs in this direction.
    Thanks and regards
    Sandeep

  • Function Modules and non-PI services to create a front-end to E-Recruiting

    I have looked quite a bit throughout the forums and via Google and am having a hard time answering this question.  I'm positive I'm not the first to ask this.  Anyway, our business users are not too keen on the look and feel of the WebDynpros or BSP's that are available via the E-Recruiting system.  They would like to really change the look and feel of the application.  Is there any document discussing how to change the look and feel of the External Facing job board and application process?  I have not been able to find a cookbook or anything related to this. I could dig through a bunch of code and work my way back, but their has to be a better way. 
    I'm looking for either a how-to guide that discusses to what extent the look and feel of the screen can change and/or what are the services/function modules that are being used for the external candidate (create candidate, list jobs, show job details, apply for jobs, etc.). Any thoughts would be appreciated.
    Thanks.

    am not a techie so cannot answer your question in earnst but I know exactly how youfel about e-rec looka nd feel so adding my two pence:
    1. when discussing e-rec it is imp to mentione the version below version 6 it was bsp 6 onwardsit is webdynpro.
    2. before we discuss code changes, what is the extent of 'look and feel' change your clientwants? can that be addresed via the portal-theme by way of developing a flashy new css based theme? thatmakes life easy for everybody involved and also makes the entire nw portal flasy not just the outward facing job portal...  at a comparitively low cost...
    3. If the answer to abovepoint is a 'no' I guess the only option is to go-a-code-dredging,..
    good luck.

  • E-Recruitment 6.0

    Hi,
    We are experiencing intermittent errors in our e-recruitment system. When a recruiter creates an activity, everything on screen looks ok. There are no error messages nor any indication that something is wrong. However, there are times when these activities have disappeared. The recuriters have tried to recreate the activities and again everything looks like it was saved properly (they even have screenshots showing the saved data). However, the activities disappear again.
    We did a trace, but found nothing that would indicate that the save failed. We've looked at SLG1 if there are any problems, but I have not found anything that seems to be related to this issue.
    Has anyone had this sort of experience? Does anyone have any suggestions on what we should be checking?
    Thanks in advance.

    Hello Richard,
    the architecture that e-recruiting uses 2 objects for applicant tracking application (otype ND) and candidacy (otype NE) is one of the most difficult parts of the application. So this is not a bug or missing configuration it is just as e-reruiting works. But while this architecture has its justification from the technical or data modelling perspective it usually overstrains most end users.
    From my experience many customers just ignore that aspect of the application and anywhen run into troubles. Only few really take it into account during the initial roll out. Designing the e-recruiting business process and configuring the application in a way that it works with this system behaviour is a challenge which seperates the e-rec professional from the true masters ;o) - basically there are 3 overall approaches which integrate different applicant processes and communication strategies with certain activity customizing and workflows. Unfortunately my introduction into this topic takes about 2 hours and has a 50% chance the audience will stay away from any e-rec project for all time :o).
    To make it more confusing and troublesome the standard delivery for e-recruiting activity customizing is not helpful here at all, that's one of the reasons I recomment using ones own activities instead of the sap examples. Furthermore the new EhP 4 functions support another approach then the workflow examples suggest up to ehp 3 (of course the workflows have not been adapted to EhP 4 so upgrading gets quite a challenge).
    The question for you will be, can you or better your end user handle the system behaviour using multiple candidacies on an application together with the described effects or is it necessary to change process, communication strategy, customizing and workflows. So far I had one customer who did reduce the complexity after 2 years of production as he learned the end users had to much dufficulties to handle the original approach.
    Sorry that I can not supply any easier solution to your problem.
    Kind Regards
    Roman

  • Custom HRP Infotype for e-Recruiting

    I am trying to create a custom HRP infotype to be used in our e-Recruiting system. I want to be able to update the infotype using the SAP standard RH_INSERT_INFTY and like function calls. However my entry in table t777d won't let me change the Update type to anything other than blank (No update via personnel planning update task). I also am having issues which I am not sure if this stems from that problem or not but when I try to use the RH_INSERT_INFTY I get a short dump when it tries to do an insert with a vtask of D because the data doesn't appear to be mapped to the correct fields. My input table type is of type p9xxx and it seems to be mapped correctly until the last stage when it actually tries to insert the line into the table. Any suggestions for what might be wrong? I have checked to make sure that the p9xxx and hrp9xxx have the same structure and they appear to match correctly

    You could search/post this question in the HR forum...

  • Help for data transfer from HCM to E-recruiting

    Hello,
    I have to set up integration of our e-recruiting system with SAP Organizational Management in HCM (we configured e-recruiting on a separate instance).
    As I am novice in the used technologies (RFC and ALE), I ask for your help. Points will be given for everyone who give me some help.
    <b>The first step is to create an RFC connection</b>.
    I am in transaction sm59 in the HCM system in order to create the RFC connection. Which kind of RFC connection I have to create? (ABAP connection, Internet  connection, Logical connection, TCP/IP connection or connection via abap driver ?)
    Thanks a lot for your help.
    Jerome.

    Checl this thread for information on ALE.
    Re: ALE
    Regards,
    Amit
    Reward all helpful replies.

  • Disable ssn field in distribution model for e-recruiting

    We are running e-Recruiting 3.0 as a stand alone, and moving HR master data using ALE.  The only problem is that the client does not want to have SSN in the e-Recruiting system.  Is it possible to filter out SSN within the distribution model, if not where is it stored in e-Recruit so we can mask it after it is moved over.
    Thanks,
    Alex

    Hi Alex:
    Follow this path in IMG path
    SAP Netweaver --> Application Server  -->IDoc Interface/ALE --> Modelling and implementing Business processes --> Converting data between sender and receiver
    Follow the steps there and you can do it.
    Please award points if Helpful.
    Thanks
    Venkat

  • E-Recruiting generated user names

    We want to change the format of generated user names (for internal candidates). By default, if they don't already have a user name in IT0105 a user name gets generated in the format of EEXXXXXXXX where XXXXXXXX is their personnel number.
    The data is coming from the HR system to the E-Recruiting system by means of ALE. Other than inserting an 0105 record with desired user name in the IDoc is there any other way of changing the format of the generated user name?
    Thanks

    Hello Rich,
    there is no easy customizing / configuration way to replace the algorithm for the user name.
    Still there are different approaches to do this other than rewriting the IDoc and add a line. As the whole processing is a BAdI implementation you could replace it entirely by a customer implementation. This would be modification / enhancement free but as it is a quite large implementation it could be troublesome to key track of changes / corrections SAP does in the standard coding.
    Another way is the enhancement / modification of the coding as suggested above.
    There is also another BAdI which is called in the implementation itself (following a basic design rule there should always be one if sap delivers an implementation - in in this case it is really there :o)). You could use it to replace the standard user name assigned. Unfortunately this leaves you with this generated user which would have to be deleted so it is not the best choice from a performance and perhaps a security problem.
    Last solution I could imagine is changing the HRP558* table. It is used as a temporary storage for the IDoc data with EhP 4.
    All of these solutions have their pros and cons. Personally I'd use the posibility of changing the IDoc directly and add a line either in the outgoing BAdI on the HR server or in the inbound processing of the e-rec. server.
    Kind Regards
    Roman

  • E-Recruiting Secure Landscape

    Hi all,
    We have a scenario in this customer with ERP 6.0 running with HCM and other modules.
    We are starting to design a landscape for the E-Recruiting EHP4 and, for some reasons, we can't count with another machine to run standalone so we will have on the same server ERP with HCM and E-Recruiting.
    The customer will have external candidates and they will be able to fill their data trough customer website using the BSP (or WD, we still don't know what is better) page.
    The question is about the security thinking that the user are accessing trough the Website, the same server that has sensitive data such as Payroll and Controlling... What kind of firewall or similar can we have to avoid external access to the ERP. Is there any customer with this scenario?
    Thanks,
    Daniel Kiel

    Hello Daniel,
    the number of real production running integrated e-recruiting systems must be quite low. Last time i talked to sap sales guys here Q3 last year there was only one intergrated production system in DACH area (germany, austria, switzerland) - and that was the one I rolled out myself.
    Putting the HR Core server to the internet is a security nightmare. At least here you will probably be shot if you tell this idea to the IT security guys or the data security guys or the work concil - no i am not kidding, data security for employees is nothing to be joked about.
    SAP introduced the 2 server landscape where you put a WebAS as proxy into the DMZ to protect teh HRC Core server. But if you need another server anyways, use it for a standalone installation.
    And always remeber:
    - E-Rec < EhP4 no support for for CE at all, same for reference employee Id
    - E-Rec = EhP4 support for CE only documented for standalone scenario
    - E-Rec no support for structural authorization
    - E-Rec no support for structured user management
    => if you have the future need or already find one of these topics in the HR core server, standalone installation is your only choice.
    Kind Regards
    Roman

Maybe you are looking for

  • Problem: trying to update all detail rows on pre-commit (MASTER DETAIL FORM

    Hi: I got a MASTER DETAIL form... and I need to update every detail row of this form (if the master was updated) before commiting the changes. the problem is that i cannot do that for instance in PRE-COMMIT or ON-COMMIT... it's an "illegal operation"

  • I need a user exit to restrict total qantity of yeild, scrap and rework on

    Hi friends I need a user exit to restrict total qantity of yeild, scrap and rework on CO14 (Confirmation of Production Order Detail) not more then total qantity field in CO03 (Production Order Display). Please also mention if what I am asking is theo

  • SPRO Transaction - Incentive and Sales Force Management

    Hi Experts, I am trying to access Incentive and Sales Force management in SPRO transaction. When I drop down the arrow of Incentive and Sales management I see Application wizard which when I cick is opening a wizard. That is working fine. But, when I

  • Re-installing CS4 web premium

    Hello all, I have a new macbook pro and used the migration asisstant to transfer files and software from the old to the new computer. Unfortunately, the Adobe CS4 wouldn't load. When I clicked on the icon to enter the code, it crashed over and over.

  • Recommended blank media

    Hello, I have a MBP 2.16 and would like to know what the recommended CD-R and DVD-R are. Not just brands, but speed. I'm confused as to whether I should be buying 8x or 16x, etc... Thanks, Scott