E-Recruiting - CANDIDATE and EMPLOYEE/PERNR

I need to create reports for internal sourcing[ employees apply for another position in the organization].
E-Recruiting and HR coexist on same serverclinet...
Question  1 - Is CANDIDATE object same as PERNR object  if the the CANDIDATE is internal recruit/template ?
Question 2 - If answer to question 1 is NO, then How to link these two ojects CANDIDATE & PERNR , other than reading HRP1001, is there any static table being maintained ?
Question3 - Confiimation - There exist a way to relate CANDIDATE and EMPLOYEE using HRP1001.Yes/No ?
Thanks in advance
Gopi

Hello Gopi,
for your Questions:
Question 1
No the candidate is an own object (otype is NA) and therefore gets an own Id
Question 2
In all releses lower than E-Recruiting 600 EhP4 SP6 there is no such table. With SP6 there is a special caching table for performance optimization in the candidate selection which might include the needed information (i am not fully sure as I currently can't access a system to check)
Question 3
The candidate (NA) and the employee (P) are related via object central person (CP). The NA-CP-P relations can be resolved by reading HRP1001. Unfortunately this relation is not sufficient to identify an internal candidate. in addition to the existing relation the field IS_INACTIVE of HRP5102 has to be space otherwise it is an former employee how left the company.
When you start developing reporting functions for sap e-recruiting you should first check if an existing standard function already fullfills your requirements. The reporting for e-rec is not that great but for some smaller requirements the existing infosets might work. If you come to the result that you need developments you have to be aware of the data scenario in the application. Reports on internal applications based on the candidate type are only working for current snapshots e.g. open internal applications today. Historical reporting is not possible that way because of the missing historization of e-recruiting data. E.g. if an external candidate applies and is hired the candidate is switched to internal candidate. So if you report back in time on candidate type you would get this external application as internal. Such kind of reporting has to be based on other data which does not change over time.
Best Regards
Roman

Similar Messages

  • Bapi for creation of employee(pernr)?

    Hi,
    Is there any Bapi with which we can create an employee(Pernr)?
    I need to call this BAPI from .net connecctor.
    We have BAPI_APPLICANT_CREATE for applicant creation. Like this, do we have any thing for employee creation?
    Thanks in advance,
    RSS.

    You could have a look at the function modules starting with HR_INFOTYPE* especially HR_INFOTYPE_OPERATION.  However, I've only used this to create things such as absences and absence quotas for an existing employee and it may not be possible to use it to create an employee from scratch.

  • E Recruitment -Candidate applied for job but not reflected candidate name

    E Recruitment
    Candidate applied for job but not reflected candidate name Recruiter Dashboard
    Please any one suggests me what is problem?
    Regards
    Eshwar

    Hello Sri,
    the solution to your first question might be very easy. In EhP 4 the entries in the dashboard do not appear automatically. In most cases you have to refresh the dashboard (be aware this is only effecting the current dashboard work list, not all if you do not use the refresh all button). Soclick the "My new Applications" and then refress this workset.
    If this does not help we will have to look closer into this issue (overall I assume you have EhP4 SP 6 applied).
    For question 2. It is a quite common requirement that an external publication is nearly only based on the posting texts while the internal publication includes much more specific information (org. management, cost center, pay scale group). As you are free in designing you own company specific internal and external publications they can look however you want (in the general restriction what a smartform can do of course). For different publication texts companies create different postings one for internal and one for external publication. The additional information are in some cases entered directly into these texts, in some cases maintained in e-rec fields not needed for other requirements, in customer own fields or directly gathered from the HR core system. It depends a bit on the exact requirement which is the best solution. For the fields you mentioned I'd probably go for OM integration for e-rec (assigning positions to requisition) and get the Information via customer RFC function module directly in the smartform (if the security guys allow the access to the HR system from the e-rec system).
    For question 3. The manager should be able to see the decision maker data overview. Here you can include whatever you want as you can replace it with a customer developed smartform.
    Kind Regards
    Roman

  • E recruitment candidate / requisition over view issue.

    Dear All,
    We are on EHP5, E Rec and ECC runs on one instance. As a recruiter when i click on the candidate name im not getting any details, same happening with requisition.
    In short i am unable to get an over view of the candidate and the requisition..
    kindly help...

    Dear Nicole,
    we are on  EHP5 and we are using portal role :
    pcd:portal_content/com.sap.pct/specialist/com.sap.pct.erp.recruiter.bp_folder/com.sap.pct.erp.recruiter.15.bp_folder/com.sap.pct.erp.recruiter.15.roles/com.sap.pct.erp.recruiter.15.recruiter.
    Do i need to do some customization for this?
    kindly suggest

  • Add field to E-Recruitment Candidate Profile / Personal Data Screen

    Hi Experts,
    I have a very specific requirement.  I need to display a date field from date spec infotype in e-recruitment.  The date type will vary depending on the internal candidate's personnel subarea.  This field needs to be visible to both the candidate and the recruiter, but uneditable.
    How can I achieve this?  What is the best approach?  I was thinking about adding it to the Personal Data in the Candidate Profile.
    Thanks in advance
    Shane

    Yes, it will wok with Webdynpro
    The table T77RCF_PRMC_PL is for customer smartforms, this is where you should insert a record for your new custom smartform, the record will not be there by default, you have to insert it via table maintenance sm30
    The default standard smartform is fetched from table T77RCF_PRM_PL for standard smartforms, entry with parameter name FORM_CAND_DOVR
    So you have to create an entry in the customer smartforms table T77RCF_PRMC_PL with similar parameter name but with the name of your new custom smartform in the value field...
    The logic works like this: it will try to find an entry in the customer table first (T77RCF_PRMC_PL), if it cannot find an entry with parameter name FORM_CAND_DOVR, it will go to the standard table (T77RCF_PRM_PL) where the entry exists by default.
    To look into the logic more closely please go to the following method:
    cl_hrrcf_dataoverview_pl
    method: get_cand_dovr
    Inside the above method, the logic is implemented inside the following method call:
    CALL METHOD cl_hrrcf_t77rcf_prm_pl=>read_record
            EXPORTING
              iv_prm           = 'FORM_CAND_DOVR'
            IMPORTING
              es_t77rcf_prm_pl = ls_prm.
          lv_cand_dovr_form = ls_prm-value.
    I hope I made things more clear...

  • E-Recruiting - Candidate number changes when hired?

    Hi,
    Can anybody tell me whether the candidate number of the applicant changes when the hiring activity gets triggered and he is hired?
    How we can differentiate between internal candidate and external candidate?
    If the candidate number is not going to change, how an external candidate becomes internal candidate in E-Rec?
    Points will be awarded appropriately.
    Thanks in advance
    Naresh

    Hello Naresh,
         Yes candidate id remains same and the person is allocated with new employee id.
        Both the candidates are created as Business partners in SAP.If you look at the table BUT000 the field persno carries the Employee id for the Internal Candidate and for external candidate it is blank.
    Above answers your question number 3.
    ThankS
    Senthilkumar Thangamani( Guess Who)

  • Standard SAP Report to get Manager PERNRs for specified Employee PERNRs

    Hello All,
    Is there any standard report whcih I can use to pass Employee PERNRs in the selection, and get the respective Manager PERNRs as output?
    Thanks,
    NS

    Nakul,
    For you information, PA and OM is be organized in the O-S-P(organization-position-person)  format
    There is no direct relationship between the employee to employee. It is like
    Employee to Employee position
    Then position to position (A002 - Reporting line)
    Then position to employee (Reporting Manager).
    For any coding part Check this link
    Re: Getting reporting data of all pernrs
    Regards,
    Anand babu R

  • How do I synchronize a table of employees with and employee update form?

    WHAT i AM TRYING TO DO:
    Create a page with two areas. The top will contain a sortable, filterable list of employees. The bottom of the page will contain all of the details on a selected employee.
    WHAT I HAVE DONE:
    1. Created a DEPT_EMPLOYEES view with just some basic department and employee information.
    2. Created Entities and View Objects based on the DEPT_EMPLOYEES view and the EMPLOYEES table.
    3. Created a View Link between the DeptEmpROView (source) and EmployeesUView (destination)
    3. Created a page with a panel splitter an dropped the DeptEmpROView in the top as and ADF Table.
    4. Dropped the EmployeeUView on the bottom part of the pages as and ADF Form.
    WHAT HAPPENS.
    1. When I open the page the list of employees is displayed on top, and the first employee is displayed below.
    2. When I click on another row in the table the form below does not change. I had expected it to.
    3. If I right-click on a row in the table and select "reload" from the options the page is re-drawn and the bottom form is populated with the data that matches the row I clicked on.
    WHAT I WANTED
    When you click on an entry, to have the bottom part of the page refreshed to match the selected entry.
    QUESTIONS:
    1. I thought I had followed all of the steps to prepare a master-detail setup. Do this not work with a table as the master? Or did I miss a step? Or am I using components in a way they were not intended?
    2. When I look at the ViewLink I see in the Destination that the where clause :Bind_EmployeeId = EMPLOYEE_ID will be appended to the query. I would then guess that :Bind_EmployeeId is not set when I click on a row. Is there a way to make that happen?
    3. I notice in the af:table documentation there is an org.apache.myfaces.trinidad.event.SelectionEvent defined. Can I somehow intercept this and set the bind variable then? If so, how to I tell the form to refresh?
    5. Another clue. When I run the page I get some warnings. One is "Reference selectedRow not found" . Double clicking on that gets me to a line selectedRowKeys="#{bindings.DeptEmployeesROView2.collectionModel.selectedRow}"
    6. Another warning message "Reference makeCurrent not found" gets me to selectionListener="#{bindings.DeptEmployeesROView2.collectionModel.makeCurrent}"
    It sure seems like these last two must have something to do with it.
    Any clues would be appreciated.
    Edited by: rrp on Jan 3, 2011 12:47 PM

    Shay,
    Thanks for pointing me to that tutorial. The synchronization is now working.
    For anyone else that might find this discussion:
    To make it work I selected the af:paneFormLayout that held the EmployeeUView.
    In the properties there is a PartialTriggers property in the Behavior section.
    I highlighted this property and selected the Edit option.
    This allowed me to navigate the component tree and pick the table holding the DeptEmpROView.
    That was it. Now clicking on the table changes the details displayed in the form.
    There are questions, but they are more followon:
    1. The tutorial surrounded the "list table" with a panelCollection. I did not do that. I don't know why or why not to use the panelCollection.
    2. The tutorial made a point of setting the ColumnSelection attribute to single for the List table. I did not find this changed the behavior in any way and was wondering why.
    3. The tutorial also made a point of changing the ContextMenuSelect for the list table to "clickToEdit".
    3a. I did not see how this changed the behavior
    3b. Why "clickToEdit" on a read-only table?

  • Sample Data Used in Personnel Subarea and Employee Subgroup

    Hi HR Guru,
    Can anyone give me some sample values you used in Personnel Subarea and employee Subgroup?  Our company is looking into HR implementation.  We just wondered how other SAP customer's configuration for this field. 
    Thanks!
    RL

    Hi Reiling,
    There are plenty of threads here that describe the concept of personnel area/subarea, employee group/subgroup. You can also check SAP documentation.
    Based on that and your organization set up you should be able to chalk out the personnel structure.
    Donnie

  • Authorizations with PNP and Get Pernr.

    We have just noticed an issue with how our custom reports are working in regards to authorizations.  Our users have authorization to see Basic Pay infotype information up to the point where an associate becomes an executive.  When running our reports the latest salary shows up instead of the last one they are allowed to see or just leaving that field blank.  We are using the PNP logical database and Get Pernr.  Isn't that supposed to pick up whatever authorization is assigned to the person?
    Thanks,
    Mary

    I do not know how you come to this statement. Of course LDB checks ALL HR Authorization defined. This incoporates the personnel administration part as well as the combination to structural authorizations.
    However PNP will skip a PERNR if the user has only partial authorization by default. To get also only the restricted data what the user can see you must use the switch PNP_SW_SKIP_PERNR = 'N' at INITIALIZATION point.
    Please see the documentation available here:
      http://service.sap.com/erp-hcm
    On the left side follow the links:
      Services for mySAP ERP HCM
        Special Documentation
    Regards,
    Michael

  • Integrate the Org structure and employees SAP HR system to CRM via ALE

    Hi All,
    We want to integrate the organization structure and employees from mySAP HR system to mySAP CRM system. We are also aware that the same can be achieved through ALE Interface between both these systems.
    In addition to the HR Organization Structure from HR system, can we also bring over the Sales Organization Structure from R/3 using transaction CRMC_R3_ORG_GENERATE?
    1) Can someone , please let us the possible challenges which might occur when we download HR Org structure from SAP HR to SAP CRM.?
    2) What is the implication of maintaining an HR org structure and CRM Sales Org structure within the SAP CRM 52 system?
    3) Any _precautions) should we take before doing the download via ALE??
    Please get back, suitable points will be awarded.
    Regards
    Ritvij

    Hi Ritvij,
    Couple of things that spring to mind are:
    1) When you do the initial data load (PFAL) try to ensure that no one is amending the Org structure as Objects can be locked and therefore not transferred. (on one of our test loads the top level was locked and therfore all subsequent levels were just transfered and we didn't have a top level)
    2) Keep the 'forms of address' in CRM the same as the R/3 ones
    3) Keep the same Employee and Org Unit IDs but prefix with (for exmaple) EM and OU in CRM. (Through the HR integration config in CRM). This may also (apparantley) aid you if set up something like an Employee interaction centre in the future.
    I will update when other stuff springs to mind.
    Cheers
    Gaz

  • GET OBJEC and GET PERNR

    I am new to ABAP-HR.......
    what is the difference between GET OBJEC and GET PERNR.
    Iam asked to write a program using logical databases .. which one should I use ...
    thanks,
    shekhar....

    Hi Nevali.
    I would like to suggest,
    OBJEC - Work Area for Database PCH
    PERNR - HR Master Data Reporting - PNP
    Differences,
    GET OBJEC - Reporting on Personnel Planning data
    GET PERNR - Reporting on HR master data.
    I would like to suggest a Reference,
    [SAP HELP - Standard Reference for HR Logical Databases|http://help.sap.com/saphelp_nw04/helpdata/en/c6/8a15381b80436ce10000009b38f8cf/content.htm]
    Hope that's usefull.
    Good Luck & Regards.
    Harsh Dave

  • HR Data Synchronization (Org Unit, Position and Employee) to SRM

    Hi All Expert,
    Currently, I had replicate the HR data (Org Unit, Position and Employee) to SRM thru transaction PFAL.
    Each time there is a new position or new employee, I have to run PFAL and run manually by include the new position number or new employee into the program to replicate to SRM.
    Does SAP have any specifiy program or step which I have follow to allow such automation? Is there any variant that I could set?
    How to trigger the new Org units which are created in HR to replicate to SRM without any manual input into selection field of Object ID during running the PFAL?
    We are trying to achieve automation of synchronization between changes/new  creation in HR to replicate to SRM.
    Thank for your help.
    Paul

    Hello Paul,
    Below notes will surely help you..
    1.The composite note for the process is 390380 - HR/ALE distribution in EBP/SRM.
    2.The initial description of the process can be found in note 312090 - Integration HR -
    EBP/SRM.
    Thanks & Regards
    Arshad

  • IDOC  type related to Payroll and Employees Attendance and Absence

    Hi  Evrybody,
    Right now im working on ALE INBOUND Interface, which relates to transfer of data.
    I'm searching for an Basic IDOC  type related to Payroll and Employees Attendance and Absence,
    If any pointers would be much helpful.
    Thanks n Regards.
    [email protected]

    Solved myself.

  • Employee group and Employee Subgroup....

    Hi Experts,
    I am just learning SAP now..... 
    I had created employee group(1 Employee) and employee subgroup(3Y executive), and i assigned employee group to subgroup, and i checked in the table T503Z,, even though it is showing an error while creating relationship.... the error is "entry 1 3Y doesnot exist in T503 check your entry" .
    please reply me with IMG Path(SPRO)
    regards
    gosammy

    spro>Personnel Management>Personnel Administration>Organizational Data>Organizational Assignment-->Define employee attributes(V_503_C)
    I think u missed this table , here u have Activity Status, Employment status, Training Status.Keep the cursor in the relevant feilds and go for f1(help) and  fill the data
    Best Regards,

Maybe you are looking for

  • Blog Summary Not Displaying

    I'm trying to create a podcast, but the blog summary isn't working. All that displays is the text "Blog Summary Widget". I'm using Fetch to upload my files manually to a university server, and I've checked that all files are there and permissions are

  • Converting the document from old version(Fm7) to Fm 11, bullet doesnot appear in pdf output

    Hi all, I have converted Fm 7 files to Fm 11 files. Now when i open the files in the Fm project, bullets does not appear and instead of that question mark displays(?). However, when i tried to open the older fm files in fm 11, font is not available w

  • Having trouble with the File and Folder Objects (PSCS3 javascript on Win)

    I'm having trouble successfully creating a new folder on my windows platform, using javascripts in photoshop. In ExtendScript Toolkit 2, set to Adobe Photoshop CS3, I've tried: var myFolder = new Folder("/c/Documents and Settings/vcastelo/My Document

  • Vendor Return for Capital Goods

    Hi Gurus, Morning all of you, In vendor return for Capital goods, i have created Excise Invoice using J1IS T-code, When i'm trying to Post it using J1IV, Surprisingly I am finding that RG23A fields are getting populated instead of RG23C.whereas my re

  • I have a dell A940 printer. how do i hook up my macbook to it so i can print?

    I would like to print docs and photos from my macbook to my dell A940 printer. How do I do this? Also I have a clickfree external hard drive that I used to backup files from my old PC. I can't figure out how to select and make changes to or add to ip