Effect of leaving action on the Pre-booking end date

Consider a case ,the prebooking period of the Business Event type is 1 jan 2006 to 31 dec 2006.
Employee X,Y and Z have been prebooked for the above business event type.
But we put a leaving action for X for the date 30 Nov 2005 .(the leaving action was put in the system on 15 nov 2005)
For the employee y the leaving action is put for the date 31 jan 2006.(the leaving action is put in the system on 15 jan 2006)
and for the Employee Z the leaving action is put for the date 28Feb 2006 .(the leaving action is put in the system on 1 March 2006)
What will be the effect on the Pre-booking dates.
Kindly let us know .

Dominique,
Thank you for the detailed problem description. Although you posted it some ten hours ago I have just now finished reading it.
Form pages must be built so they can operate correctly when inline validation errors are displayed. The assumption (by the engine) is that session state (and package state) as it exists at the point the validations are performed is sufficient (and correct) to support the redisplay of the page without the need to fire on-load processes or computations. Session state or package state changes made by after-submit computations or after-submit/before computations/validations processes that prevent correct page behavior on the "validation redisplay" must be avoided.
The condition types Inline Validation Errors Displayed/No Inline Validation Errors Displayed can be used for on-load events/controls (processes, computations, regions, items, ...) for which you need finer control over this behavior.
Also, you can forgo the use of after-submit computations when the resulting alteration of session state would be inimical to proper "validation redisplay" behavior and use On Submit - After Computations and Validations processes instead.
I hope I have understood your situation and that this answer adequately answers your questions.
Scott

Similar Messages

  • Adding a summary column in a table which contains the start and end dates in the week

    Hi,
    I've got a DIMENSION DATE table and want to add in another column which shows the start and end date of the week.
    See below, the new column is WEEKOFYEARTEXT.
    Does anybody know how i may generate this column using SQL and using the existing columns?
    Umar Javed

    See:  http://www.sqlusa.com/bestpractices/datetimeconversion/
    DECLARE @Year INT = '2015';
    WITH cteDays AS (SELECT DayOfYear=Dateadd(dd, number,
    CONVERT(DATE, CONVERT(char(4),@Year)+'0101'))
    FROM master.dbo.spt_values WHERE type='P'),
    CTE AS (SELECT DayOfYear, WeekOfYear=DATEPART(week,DayOfYear)
    FROM cteDays WHERE YEAR(DayOfYear)= @YEAR)
    SELECT WeekOfYear, StartOfWeek=MIN(DayOfYear), EndOfWeek=MAX(DayOfYear)
    FROM CTE GROUP BY WeekOfYear ORDER BY WeekOfYear;
    WeekOfYear StartOfWeek EndOfWeek
    1 2015-01-01 2015-01-03
    2 2015-01-04 2015-01-10
    3 2015-01-11 2015-01-17
    4 2015-01-18 2015-01-24
    5 2015-01-25 2015-01-31
    6 2015-02-01 2015-02-07
    7 2015-02-08 2015-02-14
    8 2015-02-15 2015-02-21
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Database Design
    New Book / Kindle: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2014

  • Calculate the working days having the start and end dates only

    Hi,
    Can BIP be able to calculate the working days having the start and end dates only? It is like the NETWORKDAYS function in Excel. (i.e. excluding weekends and holidays).
    Thanks.

    Not out of the box.
    But You could extend your BIP functions
    Look at here:
    http://blogs.oracle.com/xmlpublisher/2009/05/bip_by_extension.html
    Based on that what you need is similar to the following Java code:
    http://objectlabkit.sourceforge.net/
    regards
    Jorge A.

  • Getting the start  and end dates of the week

    Hi,
    I was stuck with a problem in getting the start date and end date of the week,i know the month ,week and year also,with these three values how can i get the start and end dates of a week.please help me
    Thanks

    There is no simple way. It has to be a math calculation.
    There are several ways you can get the dates. First you have to know what day is January 1st and what day is december 31st for a particular year. Second you have to check whether the given year is a leap year or not. Based on the abvove information you should be able to find out what day is a particular date.
    Hope this helps to get you started.
    - Venkat Dhurjati.

  • Define the start and end dates of an assigned academic period in fee calc.

    Define the start and end dates of an assigned academic period
    Message no. HRPIQ00ACCOUNTING132
    Diagnosis
    The academic calendar assigned to the top organizational unit does not contain a start or end date for the academic period (academic year and session) assigned to fee calculation period Z000.
    System Response
    The system will skip fee calculation period Z000 and continue processing with the next fee calculation period.
    Procedure
    1. Check which academic calendar is assigned to the top organizational unit.
    2. Check which academic period is assigned to fee calculation period Z000. You check this setting in Customizing for Campus Management in the IMG activity Assign Academic Years and Sessions to Fee Calculation Periods.
    3. In this academic calendar, create the start and end dates of the relevant academic period using standard time limit 0100 (standard duration of academic period) or a corresponding user-defined time limit.
    For more information, see
    Define Top Organizational Unit
    Define Mandatory Time Limits for Academic Calendar
    please give me the needful information to solve this problem.
    Regards
    Arun Rai

    Arun,
    Have you looked in the Student Accounting Cookbook  
    http://www.sdn.sap.com/irj/scn/advancedsearch?query=studentaccountingcookbook   on page 13? 
    Page 1-18 will help you setup the Oranizational unit, the academic calendar and the modules.
    Bev beck

  • How to find the start and ending dates of a quarter of a particular fiscal

    Hi Experts,
    I need a function mudule which returns starting and ending date s of a particular quarter of a particular fiscal year .
    For Example: if pass 1 quarter and 2002 or 2 quarter 2002 it has to give me the star and end dates of that particular quarter na d fiscal year.
    Please help me which is urgent for me.

    Hi Kishan thanks for reply.
    But given function module the 2nd one is full but it is giving me the calender year dates but i need fiscal yea dates.
    fro example: if i pass 1 st quarte and 2006 it is to give me the 1st-april to 30-jun2006.
    And need this quater starting date and ending date for as per USA fiscal year calender.
    If u get any idea plz let me know.
    thanks.
    Dashmantha.

  • Query to find the start and end date of current quarter

    I want a query to give me the start date and end date of current quarter
    I don't want to use TRUNC and ROUND as the 16th day roundoff logic is not required.
    Thanks in advance.

    Hi ,
    I'm quite sure that the year quarters are static.....
    So , you can save them as records of a table , such as:
    QRTY START_DAY END DAY
    ============================
    1 1/1 30/3
    2 1/4 30/6
    3 1/7 30/9
    4 1/10 31/12
    The sysdate(day of the current quarter) must be between a start_day and appropriate end_day of the quarters, concatenated with the sysyear (year of the sysdate).
    So , if the above table is called Quarters ...
    then
    select start_day , end_day
    from quarters
    where to_date(sysdate,'dd/mm/rrrr') between (to_date(trim((start_day||'/'||to_char(sysdate,'rrrr'))),'dd/mm/rrrr'))
    and (to_date(trim((end_day||'/'||to_char(sysdate,'rrrr'))),'dd/mm/rrrr'));
    [b]Result
    START_DAY END_DAY
    1/10 31/12
    Regards,
    Simon
    Message was edited by:
    sgalaxy
    Message was edited by:
    sgalaxy

  • V_V2 Changing the PO GR end date

    Hi Gurus,
    I have set the GR processing time in the material master to 1 day. So if i create a an STO it considers it in the GR end date. However when we run V_V2, it changes the GR end date to the GR date and does not consider the GR processing time that i have indicated.
    How do we fix this?
    Thanks,
    Jograd

    Dear Jograd,
    do you have the note reference that solves this issue?
    I am now facing the same problem.
    Thanks so much for your help
    Salvador

  • Where can i find the license subscription end dates for the licenses we've purchased?

    I am the admin for our Cloud team.  Is there a place under my login where i can see the start/end dates of the licenses we've purchased?
    Thanks.

    https://www.adobe.com/account.html for your Adobe orders page... or
    manage your team account http://forums.adobe.com/thread/1460939?tstart=0

  • Infoty 0017 End Date shall it be 31.12.9999 or the actual trip end date

    Hi experts,
    While makinga an entry with  31.12.9999 in IT0017 & tring to maintain the expense sheet in ESS system does not allow us to maintain it.
    But while changing the date to actual end date of the trip system allows us to go ahead.
    Please let me know what is the way forward.

    Dear Sarika,
    Info-type 0581 works as the start date as the hiring date or the date your are opting for HRA exception with the end date as 31.12.9999. When you create another record from a particular date it will delimit the old record and create a new record from that date to end date 31.12.9999.
    It is not different for different PSA, might be there is another record which will be valid after the end date you are trying to give. But the end date will always  be 31.12.9999 till the record is delimited or the person is terminated.
    Regards,
    Prateek

  • Attendee booking after a leaving action

    Hello,
    I have a problem when booking an amployee (PV00) after a leaving action.
    The employee is active in HR until 28.2.2007 (leaving action for 1.3.2007) and training's days are from 26.2.2007 to 1.3.2007. As the employee is not active for all the training days, a error message occurs "Enter a valid attendee". Does the customizing allow to book an attendee althought he is not active for the complete training's duration (in thise case juste one day...)? The manager wants to "offer" this training's day.
    We are not using Time Management.
    Does anyone have a solution ?
    Regards
    Michel

    Hi,
    You will not be able to book him directly, but can be booked on that date as an external person for that particular business event.
    Regards,
    Amit
    Reward all helpful replies.
    Actually thats the only alternative left when an employee is terminated before the expiry of that event.To be more secure you can create a new relationship with your requirement to select in these cases.
    Message was edited by:
            Amit Khare

  • Leaving Action executed in the Middle Of the Payroll Period

    Dear All,
    I am Trying to execute Leaving action For the Employee in the middle of the Payroll period thereby changing his Employee Group to Pensioner and also his payroll area to that of Pensioner.However the System is not allowing me to do so and is saying that Payroll area cannot be changed in the middle Of the Payroll Period.Plz Suggest what can be done so that the Leaving action Of the Employee can be executed in the Middle of the Payroll Period.
    Thanks
    Punam Jha

    Hi,
    In a payroll period, you can not include the same employee in two different payroll processing.  Hence, you can assign the new payroll area at the beginning of the next payroll period. Alternatively, execute the separation action with the last date of the pay period.
    regards
    Mohan M
    Edited by: M Mohan on Dec 21, 2009 2:34 PM

  • Delimit several infotypes for Leaving Action

    Hi,
    I would like to know how to 'Send' or call a backend program to delimit infotypes called during the leaving action of the employee. thus calling several infotypes but sometimes configured in such a way it is dependent on the status of the EE or have PY record.
    Thanks!

    Hi Binoj,
    thx. i tried this:
    0000              MASSN     06     0     *     * TERMINATION - DELIMIT RECORDS*
    0000              MASSN     06     10     P     T001P-MOLGA='34'
    0000              MASSN     06     20     P     P0000-MASSN='10'
    0000              MASSN     06     30     I     LIS9,9021,,,,,(P0000-BEGDA)
    0000              MASSN     06     40     I     LIS9,9022,,,,,(P0000-BEGDA)
    0000              MASSN     06     50     I     LIS9,9023,,,,,(P0000-BEGDA)
    0000              MASSN     06     60     I     LIS9,9024,,,,,(P0000-BEGDA)
    delimit process has been done..
    but we still have to input delimit date
    btw what is '/D' for?
    looking forward to hearing from you.
    best regards,
    dhenny muliawaty (pei pei)

  • Problem after Performing Leaving action related to OM

    <b>Scenario:</b>
    Hi this is the first time i am working in a an SAP HR environment where all most all components like OM,PA,Payroll,Time,PD etc is implemented in <b>4.6 Version.</b>
    I had seen in the production server that after performing the Leaving action of the employee his/her Postion will change to 999999(Default postion) when we view InfoType  0001 0r 0000.
    But in case of 1 employee it did not change to 999999 after leaving action was performed.It still shows the Position what he held when he was Active.
    <b>Qn 1</b>.In the above case which is right?
    <b>Qn.2</b> what should ideally happen in Standard SAP system in such case.
    <b>Q3.</b> Can we change that postion to 99999 (default) of an employee whose status in Withdrawn?
    <b>Qn.4</b>. Anyoption other than  rehiring and terminating him to sove this?(is this option itself is right practise?)
    <b>TIP: I dont know if the end user properly followed the steps in doing the Leaving Action</b>

    Hi Abhilash,
    If you are getting the default position then the Integration plogi - preli is set to 99999999. and you should get it for all the termination action. Check with the user if she had run the leaver action as per your infogroup (in case her user profile is not set up)
    Ideally thats the way it is set up as we dont need a position for a Terminated employee, and that position can be filled up by someone else.
    You can change it to 99999999 if all other positions are default as per your termination action.
    Regards
    Uday

  • Problem in Leaving action

    Hi Gurus,
    i have got a problem,I need to do leaving action beyond the earliest retroactive-date in control record.Is there anyways to do without deleting the control record.Thanks
    any inputs Plz

    iam not sure
    jsut check with the operations of personnel actions
    generally we delimit for leaveing acions instead that take copy as acitons
    and wait for other s
    response

Maybe you are looking for

  • HR Report using ABAP OO

    I am a classic HR ABAP programmer.  I want to practice/learn more about ABAP OO.  I would like to try and convert a classic HR program which uses the PNP logical DB and macros to retrieve HR infotype records to ABAP OO.  I have searched some, but hav

  • Signaturen bearbeiten in Adobe Acrobat XI Standard

    Hallo zusammen, wir verwenden seit längerer Zeit schon die digitale Signatur in Adobe Acrobat. Nun würden wir in diese Signatur gerne noch die Tätigkeit des Unterzeichners hinzufügen und anzeigen lassen. Besteht die Möglichkeit ein extra Feld dafür a

  • Dynamic Logon language for Travel Expenses WD ABAP iViews

    Hi, Scenario: We have customized standard Travel & Expenses WD ABAP components (FITV_FPM or so). For them, my task is to create custom Portal navigation as follows: - Top level nav = ESS 2nd level nav = Travel & Expenses Detailed Navigation =  # My T

  • After iOS8.0... Where are my pictures in streaming???

    I Cant find my pics in streaming, someone knows what happend?

  • I cannot get my hard drive to mount on desktop

    Today I had to erase my internal (start-up) hard drive and reinstall Mountain Line (ML) and although the reinstall seems to have occurred correctly - the iMac will now start up and run properly - the icon for the internal hard drive does not appear o