Query on Applicant Actions

We are implementing both Recruitment & PA modules for the customer. In the Recruitment module, the customer wishes to enter the applicant data into the system only after the initial shortlisting. What are the typical infotypes that are included in the infogroup for Applicant action? As far as I see, Persoal Data, Addresses, Qualification, Previous Employment are the important ones. Are there any more?
Also, when the applicant is converted to an employee (thru Hiring action), these infotypes should not appear in PA40. How is this integration acheived? Through which integration switch?
-Shambvi

May be, I did not explain my query properly. The customer wishes to enter some basic information about the applicant in the Recruitment module. The information typically available at the stage of recruitment are Personal Data (name, address, DOB), Previous Employment Details (like earlier companies, where he worked, along with the duration & designation etc.). Also, when the customer wishes to "Offer" the job to the applicant (if he is selected), they can enter the organizational Assignment data like, position, personnel area/subarea & employee group/subgroup. My first query is, how is  this data entered into the system? Which transaction code? Also, how do we set up the Action (infogroup etc.)? Is it through Applicant Actions?
Now, if the "Offered" applicant joins the company, then the available applicant info should be transferred to the PA module, so that he becomes "Hired" now. During this process, the applicant, who becomes an employee now, should be assigned a personnel number (internally or externally, depending on the configuration). Also, the user provides the Joining Date. How is this transfer done?
Once "Applicant to Employee"  transfer is done, should I use PA30 to update the remaining infotypes configured in the Hiring Action?
Hope I am more clear with my query now.
-Shambvi

Similar Messages

  • Recruitment-Applicant Actions- Applicant 00000001 already exists

    Dear Gurus
    hope u'll b doin well.
    I  am facing a problem while processing applicant data.  My Hiring action from PB40 --> Initial data entry is working well.
    Now I want to insert additional data for applicant.  I have configured "additional data entry actions as follow
    Recruitment>app selection>applicant actions
    Info group
    97                 01     MOD     4001            Applications
    97                 02     INS     0022            Education
    97                 03     INS     0023            Other/Previous Employers
    97                 04     INS     0024            Qualifications
    97                 05     INS     4002            Vacancy Assignment
    97                 06     INS     4005            Applicant's Personnel Number
    I also tried first line on above infogroup in following ways aswell
    97 01 COP 4001 Applications
    97 01 COP 4000 Applications
    I opened transaction PB40.
    Insert applicant number. enter date. select this action from list. and execute.
    System is giving me following msg.
    Applicant 00000001 already exists (initial entry action not allowed)
    Message no. PA128
    ================
    Kindly guide me how to resolve this issue.
    regards,
    Edited by: Ragunath on May 27, 2011 3:25 PM

    Hi
    For additional data action also you have configured it as initial hiring ... so it is throwing the error
    R K

  • FM /BAPI for applicant actions Tx code PB40 in sap hr

    Hello all..
       Could you pls let me know the FM/BAPI for applicant actions (Transaction Code PB40) in  SAP HR ABAP
    Thanks in advance..
    Cheers,
    sami.
    Moderator message: if it exists, you can find it yourself by doing some research.
    Edited by: Thomas Zloch on Mar 15, 2011 2:02 PM

    Hi,
    There are no BAPIs/RFCs to create Infotypes directly. You have to create a custom wrapper RFC around the std function module HR_INFOTYPE_OPERATION to meet your requirements. This function module enables you to maintain master data for employees and applicants. You can transfer one data record ie one infotype record per employee at a time. In your case it would be 3 function calls per each employee. All validation checks take place that would take place in the individual maintenance screens in the dialog. If necessary, the module returns an error message. The error messages are the same as the error messages in the dialog, that is, the individual maintenance screen error messages are transferred rather than interpreted by this module.
    Regards,
    Suresh Datti

  • PB40 Applicant Actions Menu

    Hi All,
    I would like to know that besides configuring Menu 40 - Applicant Actions to display actions according to defined user groups, is it possible to create a new menu ie, Menu 41 instead to display the new actions for different users. I am able to create Menu 41, but in SPRO, it doesn't seem possible to redefine the Action Menu to it.
    Thanks.

    Hi,
    Try this
    SPRO -> Personnel Management -> Recruitment -> Dialog Controls -> Change Action Menu
    You can customize the action menu here, if your customized actions are not being displayed in PB40.
    you can also create different action menus here to be assigned to different users through SU01.
    Hope it helps !!
    Regards,
    Bhavna

  • Applicant Actions-VERY URGENT PLEASE

    Hi,
    Every body,
    In the Transaction Code PB40 ( Where the applicant actions are maintained) How would we be able to have the customer specific actions displayed please. Our client wants the Actions  Like Visa Approval and Visa rejection for the applicant. Please Help. VERY VERY URGENT. Please
    Thanks in anticipation
    parvathi

    Hi Parvathi,
    In IMG go to Personnel Management --> Recruitment --> Applicant Selection --> Applicant actions.  and through configuration, create customer specific actions.
    Hope This helps

  • Applicant actions

    i was unable to see all my applicant actions available initially.
    how to get those actions back and where to assign applicant actions to applicant status
    reply plz
    almost its urgent
    regards

    Hi,
    You can check the Tcode PBA1, PBA2, PBA3, PBA4
    For applicant statistics PBAC.
    Thanks and Regards,
    Revathi.
    Edited by: Revathi on May 12, 2008 2:31 PM
    Edited by: Revathi on May 12, 2008 2:32 PM

  • SAP Query to join action infotype with additional action infotype

    We have created SAP Query on PA0000 which shows all actions that are executed for an employee.
    The problem is that if two actions are exceuted on the same day then it shows only one action instead of showing both the actions.
    As two actions are executed on the same day it will be stored in additional action infotype(0302).We tried to join PA0000(Action infotype) with PA0302(additional action infotype) in SAP Query by using joins(inner join/outer join) but it shows duplicate records.
    Is there any way to get additional action along with records of action infotype without any duplication in SAP Query.

    All entries that are in PA0000 will be in PA0302, but not vice-versa so you just have to reverse what you are currently doing, i.e.: create a Query on PA0302 and join to PA0000, and then make sure your selection criteria is from PA0302 and not PA0000.

  • Adhoc Query: Through Additional Actions

    Hi Gurus,
    I am using following critera to pull a report:
    Selection                                        Output
    Additional action(0302)                    PERNR
    All actions
    report is nort generating any data, i have checked 0302 for records, reecords are there in PA0302.
    Wht may be the reason?
    Regards,
    Sushil

    If you do not want to use IT 0000 (Actions), then you can sure add it in  the infoset, go to SQ02 and then add infotype 0302 in your infoset, or create a new infoset.
    Then you have to create the simple SQ01 query to meet your needs, I have just tested it and it worked fine.

  • Two Applicant Actions on same date ?!!!

    HI Gurus,
    Scenario: An applicant has been interviewd, contract offered, and Joined on same day.
    Please let me know can we map this ? Please guide
    ...Sadhu

    Hi,
    Perform the all action in the same day through the PB40 t.code.
    Then maintain applican activities completed in the PB60 t.code, don't complete the Joined action.
    This action will have to do the PBA7.
    Good luck
    Devi

  • Query To Locate Action Variable Being Called From

    we have this "M011 - 0" action variable that resets the value back to 0. i can't seems to find where this action variable is being called from the tidal. i looked at every places and failed to locate it. does anyone have a SQL query to find where this piece of info can be located?
    thank you,
    warren

    Try the Query that joins events and actions to find your event... then you can do a similar query to find jobs
    Marc
    SELECT dbo.tskmst.tskmst_name AS [Action Name], dbo.trgmst.trgmst_name AS [Event Name]
    FROM dbo.trgmst INNER JOIN
    dbo.trgtsk ON dbo.trgmst.trgmst_id = dbo.trgtsk.trgmst_id RIGHT OUTER JOIN
    dbo.tskmst ON dbo.trgtsk.tskmst_id = dbo.tskmst.tskmst_id
    WHERE (dbo.tskmst.tskmst_name LIKE '%M011%')

  • Copy and paste query in CS3 Action

    Hi
    Some help for an inexperienced user please.
    My plan is to open a main image, plus 4 additional images, then record an action to be used with 5 images open. I have a "Stop" inserted at the beginning reminding me to have 5 images open before proceeding.
    It will initially copy each of the 4 additional images and paste the content as a new layer in the main image, then close the additional image. This stage will end with only 1 image open with the 4 new layers, ready for the next stage.
    In essence I have it working, but it is causing some problems.
    Sometimes the Action script says "Select document +4", other times "Select Document -4", and other times "Select Previous document".
    I'm kinda assuming the the problem comes from the "referencing" of the docs, but unlike layers, I presume I cannot give trhem specific names for use in the action.
    Does it matter in what order I open the 5 images? Since the action is being written using the "main" image, it is always on top and selected when I start.
    It also seems to matter in what order I do things. Am I right in assuming I should wait till all 4 layers are pasted before I close any images, as this seems to be causing an issue as once I close 1 image there are only 4 left, so the "referencing" is corrupted.
    It should be simple, but when I try it with different images it does not work.
    Any commnets welcome.
    Thanks
    Colin

    Just spotted that some of the images have a copyright symbol in the file name at the top line and along the status bar of the document window. This symbol is NOT in the file name. The images are all taken by myself and my wife, so I know they are ours. Not sure if Lightroom is "adding this" or where it comes from, or more importantly what effect it has.
    Could this be anything to do with my problem?
    Colin

  • Some Query On Stall Actions

    Hi,
    I found out that some time because of mail server or LDAP server is not responding our Action is getting stalled.
    Is there is any way by which Form Admin UI can automatically retry the stall action to submit one or two times instead of doing it manually.
    regards
    Abhishek

    Hi
    If you have a renderform qpac and then the email qpac following it immediately, there is no need to use a wait qpac. The render qpac will only continue on to the next step when it has finished doing its job.
    If you have them in two different branches within a split, then they will both run "simultaneously", and one might finish before the other. I would use splits very hesitantly - I've built lots of workflows, and I've yet to find a need for one. It introduces a level of complexity and uncertainly in the workflow that is seldom warranted, in my opinion.
    Are you sure that the renderform qpac is working? You can use our VariableLogger or DocumentExport to find out the values of your variables after the renderform and before the email. http://www.avoka.com/avoka/qpac_library.shtml My guess is that the document is null, and that's why the Email is failing. But this is just a guess - you'll have to experiment.
    Good luck.
    Howard
    PS Post the full stack trace from your log file - it will hopefully contain more useful information.

  • Query on Personnel Actions

    I have a few personnel actions like "Trainee Extension", "Probation Extension", where I should allow the user to change the training period or probation period. In which infotype should I store this data, so that I can include it in the corresponding personnel action?
    Also, I have a personnel action called "Separation", where I should allow the user to choose an employee group like resigned, retired etc and also allow him to enter the date of separation. I know that the employee group can be changed in infortype 0001, but what about date of separation? Is it the "To" date in Action infotype screen?
    -Kalpana

    Hi,
    In create reason for personal action under Hiring Action/ the action under which you want to see this reason there give  Trainee Extension", "Probation Extension" and save.
    Run pa40 with personal number and give the date on which the action is taking place and gohead.
    And for seperation you have to run action in pa40 and has to give the date of seperation and save dont go to pa
    30 and click on edit and change the date in IT 0001
    Makesure any action shld be run through pa40
    Vibin

  • Query on Hiring Action

    I have an issue in Hiring Action. After choosing the hiring action, I have to fill up the data for employee group in the screen for Actions infotype. Now, I have several employee groups like permanent, probationer, trainee, resigned, retired, dismissed etc. Now, I don't want to allow the user to choose the employee groups like retired, resigned, dismissed because they do not represent "Active" employees. How do I achieve this? Please guide me.
    -Kalpana

    Hi
    Possible solutions
    a)While creating the employee groups take 1) Active and 2) Inactive
    The employee sub groups can now be taken as per your requirement and you will not have the issue while hiring
    if you have many employee groups and consider all of them to be active and if its not possible to take the groupings as suggested
    we will have to educate the end users about the same.
    Regards
    RR

  • Applicant Actions-pb40

    Hi,
    I have a issue in pb40.
    In pb40 Apllicant actions i have a action Prepare for Hiring.After i execute I need to get '06' as default in Status reason field.
    Kindly give suggestions.
    Regards,
    Geetha

    You mean to say that when you choose prepare for hiring action and run automatically you want to see 06 in status reason field.
    is it true?
    If yes you have two option
    1) Dynamic action
    2) User exit
    you can go either way.
    Regards

Maybe you are looking for