Change acceptance date in I-recruitment

I accepted an applicant in iRec but input the wrong date for acceptance. Now I want to change the date so that the applicant can be hired earlier than the accept date.
But in fact, the applicant should be accepted on 2012-03-02 as he got onboard on 2012-03-05. With the wrong date of acceptance, the hiring date has to be postponed to at least one day after 2012-03-10, e.g., the earliest hiring day is 2012-03-11 in this case.
We can’t update the date in iRec. Could you help to provide a solution to ensure that the issue can be fixed and the applicant can be hired on time.

Hi,
You can change the date from Core HR form.
Search for the Applicant ->Click on Other->Application and change the Accepted status and update the Date.
Thanks

Similar Messages

  • If someone changes the date on an iCal event should the date change for the invitees if they accept the change?

    My wife's calendar schedule is pretty hectic and prone to date changes. If I accept the initial invitation it appears correctly in my calendar and syncs correctly to all my devices but I find that if she changes a date and I accept the new change, the event stays the same in my calendar. 
    Is this correct or am I having problems?
    Cheers

    Thanks - I did get the event to go back to 2008, but should the individual clips move to the correct spot in the timeline also?  I need to go back and play with it a little more - I would guess you might have to look at the length of clips on either side of where you want the new clip placed for it to work correctly. 
    So, I guess my 2nd question is if you can get the new clips that were added at the end of the event to move into the correct position within the event.

  • Difference between Change Authorization Data / Display Authorization Data

    Hello,
    My question is wrt to implementation of "principle of treble control" i.e three SAP administrators i.e.
    1. Authorization data administrator
    2. Authorization profile administrator
    3. User Administrator
    I have created a role & added a transaction to it e.g. "FAGLL03" or "FF67".
    No authorization data is displayed in the authorization tab unless I enter authorization tab with change button and provide inputs for org level field & generate profile. Even when I save the profile with the proposed name, it status still says "No authorization data exists". Since no authorization data is available, administrator 2 is unable to generate profile. If administrator 1 has to generate profile then why is administrator 2 required.
    Definition of Administrator 1 is:
    The authorization data administrator creates the roles, selects transactions and
    maintains the authorization data. He or she simply saves the data in the Profile
    Generator since he does not have the necessary authorization for generating the
    profile. He or she accepts the proposed profile name “T-...”. The authorization data
    administrator may not change users, nor generate profiles.
    Definition of Administrator 2 is:
    The authorization profile administrator starts transaction “SUPC” and chooses All
    Roles. He or she then restricts his selection, for example by entering the ID of the
    role to be edited. On the next screen, he or she chooses Display Profile to check
    the data. If all the data is correct, he or she generates the authorization profile. The
    authorization profile administrator may not change users, change the data for roles,
    nor generate profiles containing authorization objects beginning with S_USER*.
    Thanks.

    Hasan Saeed Khan wrote:
    Actually I started off my question with the "implementation of treble control" that SAP course AD940 suggests.
    I had never heard of this treble control and the added value of splitting rolebuilding and profile generation doesn't make much sense to me but that's my personal opinion.
    On the technical side of things: in your first post you state "No authorization data is displayed in the authorization tab unless I enter authorization tab with change button and provide inputs for org level field & generate profile."
    It is also possible to change the data and save this but not generate the profile yet. I just tried this by doing the following:
    Create role
    Add transactions to menu
    Edit profile, org levels & authroization data.
    Hit 'save'.
    Accept proposed profile name.
    Go back to PFCG main screen and ignore message of profile not being generated. (Click 'continue')
    And this leaves me with a role with yellow traffic light on the authorization tab an the profile status is: "Current version not generated"
    So it should be possible to maintain roles and profiles separately.

  • How to change a date value from "java.util.Date" to "java.sql.Date"?

    Hi all,
    How to change a date value from "java.util.Date" to "java.sql.Date"?
    I m still confusing what's the difference between them.....
    thanks
    Regards,
    Kin

    Thanks
    but my sql statement can only accept the format (yyyy-MM-dd)
    such as "select * from xx where somedate = '2004-12-31'
    but when i show it to screen, i want to show it as dd-MM-yyyy
    I m using the following to change the jave.util.Date to str and vice versa. But it cannot shows the dd-MM-yyyy. I tried to change the format from yyyy-MM-dd to dd-MM-yyyy, it shows the wrong date in my application.
         public String date2str(java.util.Date thisdate)     {
              if (thisdate != null)     {
                   java.sql.Date thissDate = new java.sql.Date(thisdate.getTime());
                   return date2str(thissDate);
              }     else     {
                   return "";
         public String date2str(java.sql.Date thisdate)     {
              if (thisdate != null)     {
                   SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
                   return sdf.format(thisdate);
              }     else     {
                   return "";
         public java.util.Date str2date(String thisdate)     {
              String dateFormat = "yyyy-MM-dd"; // = 1998-12-31
              java.util.Date returndate = null;
              if (thisdate != null)     {
                   SimpleDateFormat dateFormatter = new SimpleDateFormat(dateFormat);
                   try {
                        returndate = dateFormatter.parse(thisdate);
                   } catch (ParseException pe) {
                        System.out.println (pe.getMessage());
              return returndate;
         }

  • Auto change Posting date to current date in Service Entry on approval day

    Hi Guru
    The scenario is:
    User is creating a Service Entry (SE) ML81n
    The Posting date X is taken automatically as today's / sys date in SE
    The SE goes for approval in Approver's inbox.
    Approver is taken to SE when presses approval button on X+1 date i.e. the next day.
    In SE the posting date is still the same as X
    Posting Date automatically change to X+1 in SE.
    (I found that this issue does not have link to workflow,  i ts only in ML81n we need to look in. or there may be other opinion)
    Pl help in understanding to get this change automatically done.
    Best Regards

    There are two date fields in the accept data tab.
    1> Document date: The date at which the service entry sheet was created
    2> Posting date: When the entry sheet is created but not approved then
    document date and posting date are the same.The document date is updated only when the entry sheet is approved.
    If there are multiple levels of approval, the posting date will reflect the date last approval and will be updated with the date of final approval when the sheet is finally approved.
    Hope this has helped you !
    Regards,
    Aviator

  • Change Cluster Data Type

    I might be asking a really silly school boy question here and to some degree I hope I am but could somebody tell me if its possible to change the data type of a cluster element? Let me explain.
    Here is a screen shot of my code:
    I read back my test data as an array of strings which I convert to a cluster, bundle then send off on its merry way to do other stuff, however the first element in the cluster is actually a path. As you can see I currently unbundle all elements, change the first to a path then re-bundle with the correct data types. Whilst somewhat messy, this used to be acceptable as I only had two other strings in the cluster, however due to expansion I now look at it and think that there must be an easier, more elegant way to do this if I just want to change one element.
    If this is the only way (or at least if no other simpler solution exists) then I could potentially keep the path a a string and do the conversion at the points that require it, however that would now require a bit of re-coding which I would like to avoid if possible.
    Hopefully I'm just not thinking hard enough on this one.
    Cheers for looking
    Mitch 
    Solved!
    Go to Solution.

    I have no idea what the rest of the code looks like and how much you can change so a few options:
    1.  Keep them all as strings, do the path conversion when you actually need the path.  I'll show you the trick I use to convert arrays to nicely labelled clusters below.
    2.  Make the cluster an object, keep the data as a string array and the accessors deal with indexing and path conversion.
    3.  Make the cluster hierarchial, separate the path and have a second cluster which is all strings. 
    4.  If you want you can jigger the string array and use some flatten and unflatten action.
    The top of the snippet is one way to jigger the string array to get a path for the first element in a flat cluster (should wire seamlessly to the rest of your code).  The lower code shows how I would convert a string array to a cluster so the labels are useful, same idea works for clusters which are given useless labels such as those from Array to Cluster.  (Fixed sized clusters with brown wires are easier to handle, simply Type Cast to the cluster with the same types and appropriate labels).
    Judging from your original post, you know when and how to Type Def the various clusters I show.

  • Change of date format

    hi experts,
    how to change the date format
    in rsa3 the format is dd/mm/yyyyy  when iam loading the same in the report iam getting mm/dd/yyyy how to change it in to dd/mm/yyyy(priority:high)
    regards
    ramaiah

    Ram,
    Format which accepts the date in to BW is yyyymmdd
    Check the format stored in the targets as well as in RSA3..
    you can change if at all you want. in routines..
    Cheers'
    HVr.

  • How do you change the date printed on pictures with Photosmart A646?

    How do I change the date printed on my pictures when using the Photosmart A646 with Windows 7?
    It says 01-01-70. I have explored every option on the printer's touch screen as well as on the print properties screen on the computer and can't seem to find a way to change the date.
    This question was solved.
    View Solution.

    If you took a picture with the date stamp feature turned on then you can not change the stamp.
    Please mark the post that solves your issue as "Accept as Solution".
    If my answer was helpful click the “Thumbs Up" on the left to say “Thanks”!
    I am not a HP employee.

  • 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

  • Prevent user change PO data except Validity start , Validity end and  ...

    Hi,
    I use BAdI: ME_PROCESS_PO_CUST method:PROCESS_ITEM to check if any change PO data after that PO was released. The change will accept only if the changed fields were Validity start, Validity end and Delivery date.
    If user change other fields, i use the BAdI to set data in that field back to old data. My problem is when user delete item the field Delete Indicator was set to 'L' so i change it back to blank by method set_data but it still show delete indicator in PO screen.
    anybody has any idea?!
    best regards

    Hi Chantima,
    This is only a guess as I did not have time to validate...but only certain fields can be changed in the PROCESS_ITEM method...look at the structure MEPOITEM_TECH for the list that cannot be changed by the customer badi...your delete flag setting may be in there or the setting of the delete flag may update a field in this structure....
    You may want to take a different approach and stop the changes from being made instead of backing them out....couple of possibilities include...
    A.  Restrict all users on this Tcode and PO document type I would look at the configuration in MM->Purchasing->Define screen layout at Document level.  You can make fields display only instead of coding a solution. 
    B. If you have to have more control than provided in the config or need to code the solution, you may want to investigate using the Field selection methods (all start with FIELDSELECTION_*)  to stop the changes from being made instead of backing them out after the changes are made.
    Good luck.
    Rob

  • Changing Chart Data Types

    Hi,
    I know this is a stupid question, but I can't figure for the life of me
    how to do it. I want to create a histogram, so I stick a waveform chart
    onto my VI. Fine, now I found the Moving Histogram PtByPt.vi example
    (ships with LabView 7). It creates a histogram and the data it sends to
    it is a cluster. This is very convenient because you just wrap your XY
    data up into a cluster and send it into the chart. Right now I can cut
    and paste the chart from this example, but if I didn't have the example
    I'd create a waveform chat, create my cluster with my xy data and pass
    it in. However, LabView complains about bad data types, because the
    default input data type is a 2D array of doubles. HOW DO I CHANGE THE
    DATA TYPE THE CHART ACCEPTS? I've been through every menu and property
    that I can think of, what's the secret? I've had this problem happen a
    couple of times and usually gotten around it by right clicking my lead
    and then picking to create something from a list and when it's created
    it's created with the right data type. However, it doesn't have that
    option in this situation. So what do I do? I've included a junk of my
    code for you to see if you want.
    Thanks for any help,
    Chris
    Attachments:
    Coincidence_v1.vi ‏53 KB

    You've got two different types of graphs. You have the XY graph wired to the cluster and you have a regular (not XY) graph. The regular graph does not accept the same type of input as the XY graph. It accepts a 1D  x array, 2D array (multichannel) a waveform data type, an array of waveforms (multichannels), and a cluster that contists of a y array, x0, and dx (essentially a waveform data type)

  • How to hire Employee in master data from e-recruitment?

    Without going in to PA48 manually? can we do it automated?
    Here my both systems ie e-recruiting and sap (hr-master system)  are isolated.

    Hello Krishna,
    let's assume you can process the hiring action with the information e-recruiting is handing to the HR system. I'd probably do it the following way (might be a bit oldschool but should work).
    PA48 is nothing else than another entry to hr actions. So you could start recording a hiring action as batch input and fill in all fields you have from T752F easily by doing PA30.
    When you have the batch you just take the coding as base for a report which reads T752F and gets all information to a employee Id. With this information you build a batch input table and then call PA30 and pass the batch input table which should process the complete hiring without screen interaction. After the call returns to your program you delete the datasets from T752F. Do this in a loop for all numbers.
    You can even run different actions for hiring and org. change as you can check if the employee Id from the table already exists.
    Plan the report as batch job and it should do what you want.
    If you do not want to start delayed via batch job you could make a workflow on completing the data transfer or any other manuel activity. The workflow would call a function module via rfc, hand the data from e-recruiting to the function module which basically does the same as the report for the single candidate. The workflow would be triggered by just setting the activity to completed, the table T752F would not be used.
    This solution might be not the most elegant but should work, assuming you have all needed data of course. In my field of work this would not work as e-recruiting does not supply enough data to process the hiring action, so an admin has to do it via PA48 and add everything needed.
    Best Regards
    Roman Weise

  • Changing From date and To date for an Event in iMovie

    I have digitized old home movies [16mm and 8mm] and then imported them into iMovie. These movies are from the 1940s through 1990s. I want to change the dates of From and To, but cannot. I am able to go into the routine, but it won't let me change the From date and won't accept the To date as, e.g. 1948 [which is understandable since it would read 2009 to 1948].
    Is there a way to change the From date?
    Larry

    The From date is the date of the first clip in the event. The To date is the date of the last clip in the event.
    You can change the date of the individual clips by Right/Click/Adjust Date.
    You can also set the date of a clip be renaming it in the following format:
    clip-yyyy-mm-dd hh;mm;ss.ext where hh is hours in 24 hour clock format and ext is the existing extension (e.g. MOV, DV, m4v, etc.)

  • Ros_self_reg  change the Data Privacy

    Hi masters of SRM.
    I am setting ros_self_reg  transaction into displays the Data Privacy  like example.
    Enter your data privacy statement here.
    The text may explain, for example, that consent is given to the saving and use of the entered data.
    You can enter a text for this in transaction SE61. In the Implementation Guide you can then make appropriate settings so that this text is used as the data privacy statement.
      Yes, I have read the data privacy statement and accept the terms.
      I make new text with the clauses needed but that does not show.
      2.- another question is needed an new client to setting that functionallity or in same client srm/ebp is possible.
    thanks for your help.

    I also did change the data privacy statement in SE61. Its not showing up in the Registration screen.  how do u solve it?
    do we need to publish any service in SICF?

  • Pdf extension changes to .dat when send a file via e-mail from adobe acrobat 9

    to convert a file from microsoft word 2007 to PDF and send as an attachment via e-mail from adobe 9, the file is received with the extension changed to. dat, so recipients can not open it.
    Can anyone help me with this.

    What is the OS of the sending computer?
    What mail client?
    I receive plenty of files on my PC as .dat files, which come from Mac user(s), rename the extension to what I think they ought to be and have no further problem. (I cannot change the senders email settings where the problem originates)
    If the receiver knows it is a pdf file, they can drag it into Acrobat, but renaming the extension serves future use.

Maybe you are looking for