Need to change the date of joining of employee

Hi All,
I have gone through some threads similar to this subject an also tried to do changes from PA41 but i am facing some problems during the procedure.
We have transferred some employees to sap system with their original date of joining and payroll was run from some other date for those employees. So i need to change the date of joining of those employees.
For example : Below is the line items of one employee from table infotype 0.
End date Start date Changed on
22.02.2009 19.02.2007 19.02.2009
31.03.2009 23.02.2009 19.02.2009
31.12.2009 01.04.2009 14.10.2009
31.12.9999 01.01.2010 21.01.2010
Payroll was run from Feb-09 onwards and i want put date of joining for this employee as 23.02.2009.
I want to know which date i need to change??...When i am trying to change the first start date i.e. 19.02.2007 to my desired start date, but it is not allowing me to do that as end date is smaller.
Please tell me how would i change the joining date of employee as 23.02.2009 ?.
Thanks.

Try this
22.02.2009 19.02.2007
31.03.2009 23.02.2009
31.12.2009 01.04.2009
31.12.9999 01.01.2010   take this record form PA30  IT0000 Over View (Shif +  F8)  Copy that record and change the Start date
as 2302.2010  so  another record will be created
22.02.2010    01.01.2010
31.12.9999    23.02.2010
Just try and let me know

Similar Messages

  • Need to change the date format in Bex

    HI All
    In SAP BI I have created a BEx Query. We can see BEx reports in MS Excel. Date format in the report is DD/MM/YYYY and i want it to be displayed like YYYYMMDD. but only for one date column in the report the rest stay the same. Please help.

    Hi Basson,
    Goto t-code SU01
    Enter you user ID details click on change --> select the Default TAB here you can find the option to change the date formats.
    Or
    In BW  goto Menu option System > User Profile>Own Data  > It will display the user profile parameters> in default tab page change date format there.
    Its better to go for a routine .
    Regards
    Prashanth K

  • Changing of  date if joining

    hi sap gurus.
    i wanted to change the date of joining  of  an employee(assue that an employee is already hired in to the system   from 1980.  only hiring action  has been taken place  no pay roll has been run.) in this case  i want to change that employee joining date from 2007 april.i tried it through  the pa41 t code  but its  giving some error saying   some earliest date  changes are not allowed.
    can any one tell me  the procedure  exactly  how to change the  hiring date of an employee.and aslo the possibility of deleting the personal number and re-hiring the person  for same  p no  with our choice date.
    thanks in advance
    thanks & regards
    eshwar

    hai
    u mean to say that  the employee hiring date is 1980 and change it to 2007
    any way when hiiring action takes place a payroll status is record is created IT0003.
    if u r planning to change the date beyond the dtae that is stored in your control record it will not accept.
    if u delete the personnel number  altogether  u can  as suggested
    but i dont know or i dont think u can get the number again  if the number range is internal.
    one thing u can do is change the control record earliest retrodate to your need and change the date
    then set it back to th original date
    regards
    nalla
    ps: first  try this in development

  • Can we change the data type of a field based on the value of the field

    HI Gurus,
    My Requirement is as below -- Could you please guide me
    in the Printable Adobe form -- for ex - as usual for dates fields in the Object Pallette the object type is a date/time field  and for quantity/currency fields corresponding fields are taken
    now in case the either the date, quantity or currency is initial in place of displaying 0.00 or empty date we need to display N/A (Not Applicable)
    for this I would like to change the data type of the field
    to put it simply --
    we need to change the data type of date field from DATE&TIME to Char type to hold N/A or  Quantity field to Char field to hold N/A
    how can we realize this in SAP adobe forms
    Thanks in Advace
    Ramchander Rao.K

    Hello Ramchander,
         You cannot change the data type of the field at run time in Adobe forms because the type of field you choose at the time of design level is associated with the data type itself.
    If you want to achieve your requirement, then your main idea should be to set the data type as CHARACTER itself while designing the field in the adobe form itself. CHAR field will comfortably hold the value of Calculation/amount field, Currency field, Amount, Date, Time HHMMSS, Unit Accuracy, Currency key, Floating point number, Numeric text, Client, Language and many other data types.
    After designing the field as TEXT field in Adobe form you have two options.
    Option 1:
    Select the Date field initially as type TEXT field or CHAR field in Adobe forms.
    Suppose the name of the field is TEXTFIELD1, then write the Javascript code on this field in Initialize event as below.
    if ( this.rawvalue == null )
         this.rawvalue = "N/A";
    If the field is not blank, then it will show the date. Else it will show "N/A".
    Option 2:
    Select the Date field initially as type TEXT field or CHAR field in Adobe forms. Do the formatting part in ABAP itself. It will increase the performance. Avoid Javascript as much as possible.
    Suppose you have a DATE variable l_dats of type DATS. Then take another variable l_date of type CHAR. Then write the below ABAP code.
    MOVE l_dats TO l_date.
    IF l_date IS INITIAL.
         l_date = 'N/A'.
    ENDIF.
    Bind the l_date to the TEXT field in the form.
    Even in this case, if the field is not blank, then it will show the date. Else it will show "N/A".
    But I will suggest you to use Option 2 of keeping the AMOUNT, QUANTITY, DATE, TIME fields etc as CHAR or TEXT fields in Adobe form and do the required formatting in ABAP itself.

  • Activation error while changing the data type of a field of a table

    hi friends,
    i am facing one problem while changing a data type of a field of a table.
    i just created one table(Yqm32) .i have assigned charcter data type to one field(ztotal_count) .now i want to change this charcter data type to numeric data type.
      while changing to NUMC data type activation error is comming as below.
    Table is not yet classified                           
    Field ZTOTAL_COUNT: Type change                       
      ALTER TABLE is not possible                         
    Structure change at field level (convert table YQM32) 
    Check on table YQM32 resulted in errors   
    Table YQM32 could not be activated                       
    (E- Structure change at field level (convert table YQM32)
    plz suggest.i need to change the data type from char to numc.
    Thanks & Regards

    Hi Pabitra......
    From the SE11 change the table as u wanted and then from menubar select
    UTILITIES--> DATABASE UTILITY
    It will open database utility
    there u select the Activate and adjust database button.
    then the database table will get adjusted.
    just try it once.........
    Suresh......

  • Need to change delivery date in purchase order when it is created by ME59

    Hi Gurus,
    Purchase orders are created using Transaction ME59 where we give the Purchase Requistion. The delivery date in the PO will be same as the delivery date of PR. According to my requirement i need to change the date of PO while the time of its creation. could you please suggest me all  the user exits to do this...

    Check with badi ME_PROCESS_PO_CUST method PROCESS_HEADER - method SET_DATA

  • How do I change the date of a photo in iPhoto?

    I need to change the date of when the pic was taken because it is wrong what do I need to do?

    Depends
    The general answer is the batch change ==> data and time command which changes a photo or group of photos to a specific date/time with an option to add a fixed increment to the time on multiple photos
    But if you have a special situation like a camera with an incorrect date/time then you use the adjust time and date command
    LN

  • Changing the Date in an Activity of the Interaction Center WinClient

    Hi Experts
    I am working with an activity in the Interaction Center WinClient and i need to change the Date To of the Activity depending on the Reason i choose in the document.
    I found out that in CRMD_SERV_SLA - Maintain Availability and Response Times you can set the an specific time depending on the reason of the activity you are working on, but i don't know how to change the Date To of the Activity when i select a specific reason, which already have the respective duration value defined in the transaction mentioned above.
    I would appreciate the help on this issue and it sure will be rewarded with points.
    Thanks

    Hi Alberto,
    You have to user a header level badi, i.e CRM_ORDERADM_H_BADI
    Here in you can access your activity and can use CRM_ORDER_MAINTAIN to change the date.
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • 1.5 - Still No Way to Change the Date????

    I have scanned about 8000 images from the last 40 years. Obviously I need to change the date on each scanned image. I simply cannot find a way to do this inside Aperture but I REALLY NEED TO.
    Does anybody know how to do it inside Aperture? This app is promoted as an Image Management tool - YET I CANNOT MANAGE MY DATES! So therefore I cannot sort them - the only work around I can think of is to put the date at the beginning of the Version Name - would that work... it there a better way...
    Help Please Someone!!!

    I can't believe this. Are you SURE Aperture 1.5 STILL doesn't allow users to override the EXIF date in the Aperture database?
    Really, it surpasses all reason to imagine they'd fix so many things, and still not allow modification of the Aperture database record for image date.
    Note that if your change the date in iPhoto, then import to Aperture, Aperture uses the iPhoto date, not the EXIF date.

  • I have a trouble: how can i change the date of the delivery of my iPad? is it actually possible?

    i've ordered the iPad, but i need to change the date of delivery, how it could be possible? heeeelp!
    does anyone know the e-mail of apple support?

    As I said, check the Apple Store site where you placed your order, in their help section there should be contact information.  I only gave the USA number as an example (or if you were in the USA).
    Oh, or, if you mean you ordered while in the US and are not there now - sorry, I don't know what else to offer.  Looking at the online US store's "contact us" section, there is only phone numbers (which, as I say, is typical of how Apple does support).

  • Change the Data Elements Text (Label and Description)

    Hi,
    I need to change the data elements label and short description in Development and transpot it into quality and Production system.
    I could change the label and short description using the Menu Goto --> Translation. But the system does not prompt for the transport request. Can you please any one help me how to attach a transport request to the changes (Translations) done on the Data Elements? It would be a great help!.
    Thanks andn Regards,
    Kannan

    I'm not getting a transport request either.  Any I know it is not a local object and not already on a transport.  To attach it to a transport.   Now on the first screen of SE10, there is  a "tool" icon, click it.  In the next screen,  put your cursor on the "Include Objects in a Transport Request and click execute.  On this screen, select the radiobutton for "Selected Objects".  Now in the row for data element, check the check box on the left, and enter the name of the data element on the right.  click execute.  In the next screen, put your cursor on the data element  click save in request.  Here you can create a request.
    Regards,
    Rich Heilman

  • CRM-ISU: Need to change the END date and Start Date for contract items

    Hi,
    There is an old contract item for which  I need to change the end date
    and there is a new contract item for which I need to change the start date.
    I need to change the contract item end date and start date using some function module in IS-U system (may be as RFC to CRM).Pleaselet me know if any body is ware of this functionality?
    I am aware of a FM EECRM_CONTRACT_DATE_CHANGE which may be used for changing End Date
    but how to change the start date of a new contract item?
    Please let me know if any body is aware of this?
    Thanks

    Hi,
    Hope you can solve it by this [Link1|Re: Function modules; [link2|CRM material;.
    Regards,
    Surjith

  • TS4148 I need to change the mobile data network from Vodafone to orange I need the passwords and address to do it my self

    I'm trying to find out the mobile data network info on my iPhone 3GS it's on Vodafone at the moment but I want to use my orange sim so I need to change the pan details help

    Assumption ...you are in UK
    If you purchased the iPhone from Vodafone it will be locked to them
    You will need to request they unlock the iPhone before you can use
    it on Orange no other way
    In UK  Apple are the ONLY source of unlocked new  iPhones

  • Apple TV only showing trying to change date and time. I have recently changed to a new wifi provider and need to change the settings in tha ATV box.

    Apple TV only showing trying to change date and time. I have recently changed to a new wifi provider and need to change the settings in tha ATV box.

    Welcome to the Apple Community.
    Assuming this is not the first time you have used your Apple TV
    You might try restarting the Apple TV by removing ALL the cables for 30 seconds.
    Also try restarting the router. (Also try removing it’s power cord for at least 30 seconds)
    If the problem persists, try a restore, you may want to try the previous procedures several times before doing this.
    If restoring from the Apple TV doesn't help, try restoring from iTunes using a USB cable.
    If this is a new Apple TV, in addition to trying the above, it may also be that your network router is not allowing access to the timeserver, check that your router allows access over port 123.

  • Need to change the lenth of data element WRBTR in Idoc FIDCCP01.

    Hi All,
    In my program i am doing a amount calculation and storing it in variable of data type BSIS-WRBTR. The same i am passing to a Idoc segment FIDCCP01 which alos uses the same data type. WRBTR has alenth of (13,2).
    My calculation are crossing the desired limit of this data type. So i would like to change the Data elemet WRBTR used in IDOC segment.
    Can any one guide me in how to do this.
    Thanks,
    Ravi Kasnale.

    Hi mr  Bhagath.
    the only options where i can get the IDOC Number is as shown in the below attached screen s .
    Varma
    iam not sure of where i can get the IDOC number  and implement the code,the only area where i could get the IDOC number is at the higlited square  block where i explained that i can get but i am not able to write any code there as SAP is not allowing me .
    hope to get the best answer from you.
    regards.
    Varma

Maybe you are looking for

  • Migrating docs under OS 8.6 to Mac Mini

    (I originally posted this on OS 8.6 area and got no responses. Am trying here.) I wish to migrate to latest Mac Mini from my old, basic 9600 with OS 8.6 in the easiest and quickest way possible which is suitable for a novice on anything except my cur

  • Balancing field "Profit Center" in line item 003 not filled

    Dear Friends, kindly help me out from the below mentioined issue : I am using ECC 6.0 & document splitting has been activated for profit center as mandatory field. Now I am trying to post an entry as below Wages a/c dr 30000 Salaries a/c dr 20000   T

  • Firewire 800 external drives

    Do external drive enclosures supporting Firewire 800 and 1TB drives require a brick power supply or can they be powered via Firewire 800 by the Mac Pro? Thanks! MikeR

  • Commited Quantity in Reservations

    Dear Experts, What will happen if i do not withdraw a reservation with a committed quantity before the requirement date? Will the Committed quantity get invalid (stock will be open again).        Appreciate your suggestions and replies.... Dileepa.

  • Colour should be different

    Hi I created a web dynpro application.In that i created labels,input fields,dropdown ,checkbox...... My question is how we can change the colour Example :  Label-----Inputfield Label must be different color,,Input field must be diferent color. Please