Employee Hiring & Termination on a same date?

Hi Guys,
1.Can it possible to hire & terminate,hire & reassign a employee on a same day?
2. What the infotypes used for termination,we only used 713 it & use LIS9 Operation?
3.What the infotype modifier is used for?
Thanks

Can it possible to hire & terminate,hire & reassign a employee on a same day?
No, you can check the previous threads why we cannot perfrom two actions on the same day where the employement status changes
What the infotypes used for termination,we only used 713 it & use LIS9 Operation?
LIS9 is for delimit it is ok can you please let us know what are the infotypes used in Termination action infogroup

Similar Messages

  • Hiring & Termination on same day

    Hello Experts,
    A lil Confusion..as per my understanding..two actions which will change the employment status of the employee ,can not be run on the same day.but wat if client want same date for hiring & termination?coz my client was asking for the possibilty (for certain cases only)..
    was scrolling through the related threads..but did got the any satisfactory answers...plz help out...
    aleast with a YES/No answer..can two above mention actiion with same start date & end date can be run on the same day?also what will be affact on emp stat?
    help would be appriciated..
    thanks in advance

    Hi,
    Definetly hiring and firing cannot be done on the same day via sap actions
    But there is a way around to do it.  while creating the info group, include just the IT0302 (additional actions) and excutive the action via PA40.
    It did it and it got stored in additional actions IT.
    try and check.
    Ayyaps
    Edited by: Ayyaps sukumar on Apr 28, 2010 9:06 AM

  • Employee Information with same date

    Dear All,
    Can any one tell me how to retrieve employees who hires on same date?
    Thanks in advance.

    /* Formatted on 7/30/2012 1:29:04 PM (QP5 v5.139.911.3011) */
    WITH t
            AS (SELECT 'a' empl, TO_DATE ('31-12-2012', 'dd-mm-yyyy') hire
                  FROM DUAL
                UNION ALL
                SELECT 'b' empl, TO_DATE ('31-12-2011', 'dd-mm-yyyy') hire
                  FROM DUAL
                UNION ALL
                SELECT 'c' empl, TO_DATE ('31-12-2011', 'dd-mm-yyyy') hire
                  FROM DUAL
                UNION ALL
                SELECT 'd' empl, TO_DATE ('5-12-2012', 'dd-mm-yyyy') hire
                  FROM DUAL)
    SELECT *
      FROM t t1, t t2
    WHERE t1.hire = t2.hire AND t1.empl != t2.emplc     12/31/2011     b     12/31/2011
    b     12/31/2011     c     12/31/2011

  • Employee cant take leaves same date

    Hi,
    How to restick that employee cant take leaves same date .

    Hi,
    We can do this by following configuration .
    In SPRO transaction by following path.
    Personnel Management  Personnel Administration  Personnel Data  Employee self service  Service Specific settings  Working Times  Leave Request  Processing Process  Define processing Processes for Each Rule Group.
    In "Take Account of Ongoing request"
    Tick mark on "Check includes Unposted Requests".

  • There is confusional data when two terminal get the same page?

    Hi,All
    The page has a textfield for inputing qualification, a button for performing query (invoking Ejb's method) and a table for putting data.
    If two terminal invoke the page at the same time,then the second terminal show the same qualification and data at first.
    When saving one after the other,two terminal have mistake.but, only one terminal,that's right.
    I need your help!
    Thanks
    Smile

    JSF version 1.1 uses the pathinfo of the URL to identify a page (/Home.jsp for example) and creates one component tree per page. You can implement an own window management or change to another JSF version. I don't know if JSC actually supports JSF 1.2.

  • Employee hiring date

    Hi All,
    Is it possible to change the employee hiring date?
    Thanks
    Deepali

    HI,
    Just for your information..
    Change in Entry Date has link between Payroll Execution also..
    Check this link....
    http://help.sap.com/saphelp_47x200/helpdata/en/48/35c5824abf11d18a0f0000e816ae6e/frameset.htm

  • EMPLOYEE HIRING DATA

    Hi friends,
    How can we change employee hiring date (Initial hiring date). I mean if I want to set the hiring date to back. Please suggest.
    Regards
    Mohan

    u can use PA41 also and PA40 also
    There are Three Scenarios when you may need to change hiring date:
    1) After payroll is run - when hiring date is before actual Hiring date.
    2) After payroll is run when hiring date is after actual Hiring Date.
    3) Before the payroll is run.
    1) PA30 -- Copy actions infotype - action type - incorrect entry -- save and come out PA 30 copy actions infotype -- action type - correct entry - now correct your entries, save your date is changed.
    2) PA30 - Utilities - change payroll status - delete accounted to feild, save and come out - then again utilities change entry leaving date - corrrect the hiring date - save and come out.
    3) PA30 - Utilities change entry/leaving date change your date and save.
    Edited by: Sikindar on Mar 7, 2009 12:31 PM

  • Same date travel not allowed

    Hi experts..
    I want to ask,
    how to block or restrict employee from creating the same date for travel request for another request?
    so if the employee has already had trip for 01.04.2010 - 04.04.2010, he will not be able to create another travel request for the same date?!
    i want it the same for travel expense too.
    thanks

    Hi,
    To block overlapping trips in travel expense,
    TM-->Travel Expenses >Dialog and travel expenses control>dialog control-->Define Schema and individual Field Control         -->trip schema(domestic)
    uncheck the field "overlapping trips allowed"
    regards
    vani

  • Not able to terminate an Emp, Error: The person must exist as an employee at the time specified by Date Start

    HI Guru's
    We are sourcing Employee records from upstream system and the Effective_start_date for particular record of Employee is getting changed, consider a below scenario.
    EXISTING RECORD.
    Person_id, effective_start_date,Effective_end_date, person_type
    123,       01-JAN-2001         ,31-MAY-2001,        EMP
    123,       01-JUN-2001         ,31-DEC-4712,        EMP
    MODIFIED DRECORD
    Person_id, effective_start_date,Effective_end_date, person_type
    123,       01-JAN-2001         ,14-MAY-2001,        EMP
    123,       15-MAY-2001         ,31-DEC-4712,        EMP
    So when i am able to change the effective_start_date for 2nd record from 01-JUN-2001 to 15-MAY-2001 using an API "hr_person_api.update_person" with p_datetrack_update_mode as 'UPDATE_OVERRIDE'..
    but after this when i am trying to terminate the employee using an API "hr_ex_employee_api.actual_termination_emp" for below scenario, i am getting the following error: "The person must exist as an employee at the time specified by Date Start".
    For Termination:
    Person_id, effective_start_date,Effective_end_date, person_type
    123,       01-JAN-2001         ,14-MAY-2001,        EMP
    123,       15-MAY-2001        ,09-JUL-2001,        EMP
    123,       10-JUL-2001         ,31-DEC-4712,       EX_EMP  ----> Not able to process erroing
    Please help me in resolving this issue..
    Regards,
    Mushtaq

    Hi,
    Just wondering if this is an ATG related question.
    Thanks,
    Gopinath Ramasamy

  • Quota is displayed twice in 2006 for the same date

    When iam entering Leave Quota Through PA30 , PA61 ,PT_QTA00
    for a particular Employee it will display the Quota Twice
    Is there any way we can stop this ?
    is there any way we can Put cap that double Entry for the same date ?
    Quota is deducting Normally but it is Displaying Twice
    Plz Help Experts

    Thank You So much
    i changed in the info type
    SPRO>> Time Management>> Time Data Recording and Administration>> Specify System Reaction to Overlapping Time Infotypes
    Infotype 2006
    Time Cstr. Class  01
    Reaction  Indicator   : select according to The  Requirement 
    Right now Reaction  Indicator  is set to W
    Make the Reaction Indicator to E and save the Entry
    It worked for now  
    one thing iam not sure how does  V_T554Y table work
    Plz let me know
    Reaction I ndicator
    This indicator determines how the system reacts when you enter new infotype records which overlap with existing ones.
    The specifications are as follows:
    A - The old record is delimited, all collisions are displayed.
    E - The system does not allow you to create the new record, and
        displays all collisions.
    W - You can create the new record, but the old record   remains unchanged. All collisions are displayed.
    N - As for W, but collisions are not displayed.
    Edited by: jkhose on Jan 25, 2012 1:23 AM

  • Two Leave type update in same date

    Dear All.
    Company has given 0.5 day special leave for all saff employees on 30th April 2010. This can be done via updating Special leave type for 0.5 day but if employee not attend to work on the particular date (30.04.2010) he will get half day loss of pay. to avoid this problem, i need to update 2 leave types to cover the full day. now system will not accept to enter 2 leave types.
    pls. let me know if it is possible to enter 2 leave types for same date through configuration.
    Thanks,
    Dinesh.

    Hi Dinesh,
    This can be done after doing necessary changes in configuration.
    You need to change the "Time Constraint Class".  Time Constraint Classes are stored in Table "T_554Y_B".
    There you have to change the "Reaction Indicators" for the particular Infotype - Leave Grouping - 02, which you have entered in "Determine Entry Screens and Time Constraint Classes" node configuration.
    Select "W".  It allows you to create two records on the same day, with warning message.  You can see old record & current record.
    Then your issue will be resolved.
    Regards
    Venu

  • Query for retreiving table names that have the same data

    Hi,
    Does anybody know how to retreive all the table names that have the same data in their respective tables but i dont know the table names or its fields. Is there any possible query to perform this action???
    Thanks in Advance,
    Balaji.

    What about...
    WITH manager_list AS
    SELECT name,
            LTRIM(MAX(SYS_CONNECT_BY_PATH(id,','))
            KEEP (DENSE_RANK LAST ORDER BY curr),',') AS employees
    FROM   (SELECT m.name,
                    e.id,
                    ROW_NUMBER() OVER (PARTITION BY m.name ORDER BY e.id) AS curr,
                    ROW_NUMBER() OVER (PARTITION BY m.name ORDER BY e.id) -1 AS prev
             FROM   manager m,
                    join_table jt,
                    employee e
      WHERE m.id           = jt.manager_id
      AND   jt.employee_id = e.id
      AND   m.name = :P_MANAGER)
      GROUP BY name
      CONNECT BY prev = PRIOR curr AND name = PRIOR name
      START WITH curr = 1
    ), all_list AS
    SELECT name,
            LTRIM(MAX(SYS_CONNECT_BY_PATH(id,','))
            KEEP (DENSE_RANK LAST ORDER BY curr),',') AS employees
    FROM   (SELECT m.name,
                    e.id,
                    ROW_NUMBER() OVER (PARTITION BY m.name ORDER BY e.id) AS curr,
                    ROW_NUMBER() OVER (PARTITION BY m.name ORDER BY e.id) -1 AS prev
             FROM   manager m,
                    join_table jt,
                    employee e
      WHERE m.id           = jt.manager_id
      AND   jt.employee_id = e.id)
      GROUP BY name
      CONNECT BY prev = PRIOR curr AND name = PRIOR name
      START WITH curr = 1
    SELECT a.*
    FROM   manager_list m,
           all_list a
    WHERE  m.employees = a.employeesWould be easier in 11g, but I don't have an installation here so this is based on 10g.
    Cheers
    Ben

  • Documentation on employee hiring

    Hi Friends
    This is my first implementation project with TCS......I need your inputs for preparing a business blue print on employee hiring and employee exit.
    If anyone of you has the same, plz help.
    Thanks

    hai
    reema
    Business blue print
    A business blue print is a document that specifies all the business process requirements within the scope of the project
    business blue print covers over all requirement of the client requirement it contains
    the major configurations of Hr Modules in SAP,so i think there will be no specific bbp fo employee hiring and exit
    pls revert back if u have any queries
    thanks
    theja
    Message was edited by:
            cherukuru theja

  • List of employees hired in a particular period

    Dear Experts,
    I need to generate a report which gives me the complete list of employees that were hired in a particluar period. Say, I enter a period (date range) in the selection screen, i need to get the employees hired during this date range.
    Could I do this using IT0000 or do i have to consider the hire date of the employee.
    any suggestions and help is highly appreciated (points would be rewarded)
    Thanks

    Hi George,
    Welcome to SDN:).
    For this report you better check the hire date of employee from IT 0041.
    But also check with your functional consultant how the system is configured in your case.
    I think there are standard report(FM) to get the employee hire date. Just search in SE37.
    Regards,
    Atish

  • Error while adding a second template to the same data definition

    Hi,
    I am quite new to XML Publisher. I am developing a report using XML Publisher.
    I have added one template to the Data Definition. When I tried to add another Template(with different name as previous, to the same concurrent program and application) to the same Data Definition I am getting the following error.
    Error: You entered a duplicate template entry. Please change the Name, Code and/or Application and reapply.
    Can anyone help me out solving this problem. I am reaching my deadline. Please suggest me what can be done.
    Regards,
    Sita

    Hi
    Try to change the Template code name also and then check it.
    Thanks
    Sudheer

Maybe you are looking for

  • BT Sport No Longer Available via Aerial...

    I'm guessing this is old news but I never saw any announcements. My parents have received a letter saying BT Sport is no longer available via the aerial and now has to come via Broadband. The letter says future BT Sport viewing needs to be either by

  • IMac - why do I have a "?" mark on the dock

    I have a "?" on my dock.  When the curser is over it I can see it says HP Utilities.  Is there a problem with this, or should I just dispose of it.

  • No sound converting video to m4v

    I purchased the pro verion of the quicktime player to download videos to my ipod 5g. I follow the instructions to convert the video to play on my ipod but fail. the video is fine but I have no sound thanks Merry Christmas [email protected] hp presari

  • Quick previews often soft

    When I scan through my images using quick preview, sometimes they are soft with no colour change and sometimes there is a colour change (as if auto levels was applied)/images become sharper. For consistent sharpness I need to have quick preview turne

  • Lumia 1520 firmware update

    I have Lumia 1520 RM-937 with firmware revision 1028.3534.1343.0001, my product code is 059V3K1. When am I going to get new firmware update, which is as I found on internet 1028.3562.1402.00xx? Thanks.