Delete accounted to fields

Hi experts..
I just want to know what effect to employees if I delete accounted to fields after I run payroll.
Thanks.

Hi Ahmad,
You know the F1 help for the field:
<i>The Accounted to date specifies the date up to which payroll accounting has been run for the employee</i>
Even you remove the date from this field, you cannot perform actual run of payroll for <b>previous periods</b> because the payroll driver will check for the result (see PC_PAYRESULT).  This date will be updated again for every future payroll runs.
So why you want to remove this date ?
Patrick

Similar Messages

  • Account Name field of 4663,4660 displays System Account(FileServer$) instead of userName when Deleting a Folder

    Account Name field of 4663,4660 displays System Account(FileServer$)
    instead of userName when Deleting a Folder : 
    A Folder with files & subfolders are deleted.The following sequence events 4656,4663,4660,4658 are logged for parent folder,subfolders
    and files in the security event log.For parent folder and subfolders events, the Account Name field of event id 4656 displays the user who deleted the folder,but the Account Name field of event id 4663,4660 diplays the SYSTEM account ie)FileServer Name instead
    of username.This is not occuring for files inside the subfolders
    Actually we correlate 4663,4660 with handle id and process id to make sure the file/ folder is deleted.Using this above correlation we
    can not able to find out user ,because it shows servername$ for folder deletions not files.So my question is why windows logging servername$ in 4663,4660 events only for folder deletions.
    The above issue happening only for 
    * parent folder and sub folders and not for files inside them.
    * deletion through network share and not locally.
    Sample Events of 4656,4663,4660
    Log Name: Security
    Source: Microsoft-Windows-Security-Auditing
    Date: 11-09-2012 20:03:41
    Event ID: 4656
    Task Category: File System
    Level: Information
    Keywords: Audit Success
    User: N/A
    Computer: FS01.test.com
    Description:
    A handle to an object was requested.
    Subject:
    Security ID: S-1-5-21-34352134455-267854504-159913591-49381
    Account Name: vijay
    Account Domain: test.com
    Logon ID: 0x7e95119f
    Object:
    Object Server: Security
    Object Type: File
    Object Name: \Device\HarddiskVolume4\ShareA\testFolder
    Handle ID: 0x7498
    Process Information:
    Process ID: 0x4
    Process Name: 
    Access Request Information:
    Transaction ID: {00000000-0000-0000-0000-000000000000}
    Accesses: DELETE
    Access Mask: 0x10000
    Privileges Used for Access Check: -
    Restricted SID Count: 0
    Log Name: Security
    Source: Microsoft-Windows-Security-Auditing
    Date: 11-09-2012 20:03:41
    Event ID: 4663
    Task Category: File System
    Level: Information
    Keywords: Audit Success
    User: N/A
    Computer: FS01.test.com
    Description:
    An attempt was made to access an object.
    Subject:
    Security ID: SYSTEM
    Account Name: FS01$
    Account Domain: test.com
    Logon ID: 0x3e7
    Object:
    Object Server: Security
    Object Type: File
    Object Name: \Device\HarddiskVolume4\Shared\testFolder
    Handle ID: 0x7498
    Process Information:
    Process ID: 0x4
    Process Name: 
    Access Request Information:
    Accesses: DELETE
    Access Mask: 0x10000
    Log Name: Security
    Source: Microsoft-Windows-Security-Auditing
    Date: 11-09-2012 20:03:41
    Event ID: 4660
    Task Category: File System
    Level: Information
    Keywords: Audit Success
    User: N/A
    Computer: FS01
    Description:
    An object was deleted.
    Subject:
    Security ID: SYSTEM
    Account Name: FS01$
    Account Domain: test.com
    Logon ID: 0x3e7
    Object:
    Object Server: Security
    Handle ID: 0x7498
    Process Information:
    Process ID: 0x4
    Process Name: 
    Transaction ID: {00000000-0000-0000-0000-000000000000}

    HI,
    When you configure the Auditing Entry for the user account on the shared folder,  if the setting is Files only, it might be the cause of your problem . If so, you can try to configure "Apply onto" as The folder, subfolders and files.
    Best regards, Jason Mei Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Deleting iCloud email field.

    I am wanting to sell one of my iDevices, but when I delete my iCloud account it leaves my email address in the login field. As I am thinking of selling on Ebay I do not want the new owner to have this infomation. Please help?

    Before Selling/Giving Away an iOS Device
    Backup the device to iTunes or iCloud, if desired: http://support.apple.com/kb/ht1766
    Settings > Messages > iMessage > Off
    Settings > FaceTime > Off
    Settings > iCloud > Delete Account (this only unregisters and deletes it off the iPhone)
    Settings > General > Reset > Erase All Content and Settings
    More Info... http://support.apple.com/kb/HT5661
    (thanks to paulcb for the wording)

  • Start Routine to Populate Account Group Field from Master data of 0Customer

    Hello Friends. Please help me edit this ABAP code to make it work. I am putting this code in start routine in between two DSO. where I am using the
    Start Routine to Populate Account Group Field from Master data of 0Customer. I do not want to use read from master data functionality since that field 0customer is not there in dso but similar field 0debitor is there. so i want to put this code
    during the load from source DSO to Target DSO.
    Error Explicit length specifications are necessary with types C, P, X, N und
    DATA: L_S_DP_LINE TYPE DATA_PACKAGE_sTRUCTURE.
        types: begin of comp,
         CUSTOMER       type  /BI0/OICUSTOMER,
         ACCNT_GRP          type /BI0/OIACCNT_GRP,
       end of comp.
        DATA: l_S_comp type comp.
        DATA: L_th_COMP TYPE HASHED TABLE OF COMP WITH UNIQUE KEY customer INITIAL SIZE 0.
    IF  L_th_COMP[] IS INITIAL.
    SELECT CUSTOMER ACCNT_GRP FROM /BI0/PCUSTOMER APPENDING CORRESPONDING FIELDS OF TABLE L_th_COMP.
    ENDIF.
    LOOP AT SOURCE_PACKAGE INTO L_S_DP_LINE.
    READ TABLE L_TH_COMP INTO L_S_COMP WITH TABLE KEY CUSTOMER = L_s_DP_LINE-CUSTOMER
    IF SY-SUBRC = 0.
    L_S_DP_LINE-/BIC/ACCNT_GRP = L_S_COMP-/BIC/ACCNT_GRP.
    MODIFY SOURCE_PACKAGE FROM L_S_DP_LINE.
    ENDIF.
    ENDLOOP.
    soniya kapoor
    Message was edited by:
            soniya kapoor

    Hello Wond Thanks for Good Answer and good option, But Client does not like this option and does not like Nav Attribute so he does not want to turn on any Nav Attribute, In general also We hav requirement to read a third table while uploading 1 dso table to 2 dso table,
    so  Please help me edit this ABAP code to make it work. I am putting this code in start routine in between two DSO. where I am using the
    Start Routine to Populate Account Group Field from Master data of 0Customer.
    No syntax Error But during the load it is updating the source table and not the target table. how to define now target table.
    ***SOURCE DSO Table
    types: begin of typ_tgl1.
        include type /BIC/AZDAFIAR000.
        types: end of typ_tgl1.
        types: begin of comp,
         CUSTOMER       type  /BI0/OICUSTOMER,
         ACCNT_GRP          type /BI0/OIACCNT_GRP,
       end of comp.
    DATA: L_th_COMP TYPE HASHED TABLE OF COMP WITH UNIQUE KEY customer
    INITIAL SIZE 0.
      data: wa_itab type COMP.
        data: wa_zdtg type typ_tgl1.
    IF  L_th_COMP[] IS INITIAL.
    ***Master Data Table
    SELECT CUSTOMER ACCNT_GRP FROM /BI0/PCUSTOMER APPENDING CORRESPONDING
    FIELDS OF TABLE L_th_COMP.
    sort L_th_COMP by CUSTOMER.
    ENDIF.
    LOOP AT L_th_COMP into wa_itab.
    select * from /BIC/AZDAFIAR000 into wa_zdtg
                        where DEBITOR  eq wa_itab-CUSTOMER.  *** SOURCE DSO Table
    IF SY-SUBRC = 0.
    wa_zdtg-ACCNT_GRP = wa_itab-ACCNT_GRP.
    MODIFY /BIC/AZDAFIAR000 from wa_zdtg. *** modify SOURCE DSO Table
    ENDIF.
      endselect.
        endloop.
    soniya kapoor

  • Unable to change account assignment field in PO

    Hi Experts!
    We are using SRM 7.0 with extended classic scenario.
    We are facing an issue with account assignment category field in a PO.Here is our scenario.
    User created a PO with costcenter account assignment field and this PO transffered to backend system i.e R/3.
    When the user again tried to edit the PO in SRM and change the account assignment field from costcenter to Internal order that is not possible because the
    account assignment field is grayed out .Then the user has to create a new PO with Internal order as the old PO didn't allowed him to change.
    Can any one help me in this regard with  some OSS note or any other possible solution and what might be the reason for the same?
    Thanks in advance!
    Regards,
    Kalyani.

    Hello Kalyani,
    Just to understand, Is your PO has Good Receipt or Invoice receipt processed? If so then PO do not allow to change the account assignment as charges are booked already.
    If not i would recommend to check if your BBP_GETSTATUS_2 job is running with proper interval? Sometime old PO's do not get refresh status if BBP_GETSTATUS_2 variant is set based on SAP recommendation (i.e. 7 days or so). In that case please execute manually BBP_GETSTATUS_2 and validate.
    Thank you
    Ritesh

  • Stock account currency field in MB5L report

    Hi!
    can any one tell me in MB5L report for field materials currency and stock account currency, from system will pick up the values?
    I think materials currency field will pick up from GL accounts?
    But stock account currency, from where it will pick up value?
    regs,
    ramesh b

    Hi!
    both are not GL account balances.
    I have studied the report and understood.
    the material currency field: just it will take total stock avialable * std price/MAV price ( it will be equal to value in material master, MB5B, MB51 )
    the stock account currency field: it will take GL account balance via valuation class ( OBYC setting BSX)
    Here for example if you select only one material in MB5L report , it won't show the GL balance pertaining to that material, it will simply show the total GL balances that means system won't check material number existed in line items ( BSEG table).
    any way thanks for your inputs.
    regs,
    ramesh b

  • TS3899 deleted account and reopened it , made it worse, now cant do anything, it wont open emails says has no content and cant access them at all

    Cant get into email account all of a sudden. Tried shutting down, deleted account and then opened new account....get into mail....says there are messages but they have no content, cant, delete them or even get into them....help!!! oh and when I go throug HOTMAIL on safari I have no problems

    I'm having the same problem as the OP, I can't find that file "profiles.ini"
    can't re-install firefox, deleted all files related to Mozilla and Firefox, still locked out by missing Firefox profile
    I posted on my own problem recently w/ no response (https://support.mozilla.org/en-US/search?a=1&asked_by=GPStyne&w=2),
    so far all posts on this support page have been confusing and I've been unable to find any of the things they spoke of trying to change it.
    at this point I'm begrudgingly running Safari hoping someone can help me fix this, can't believe i can't just delete all and reinstall like a normal program/app

  • My iCloud address on the iPad needs to be changed. If I press "delete account" it tells me I will lose all the content including pictures. How can I change it? I see other people have had the same problem

    I have had to change my e mail address but I cannot work out how to amend it on my iCloud account. If I press "delete account" the box appears telling me that I will lose all content including photos if I continue. The box asking for a password keeps appearing but I just press cancel and continue.
    I have not attempted to upgrade to iOS 7 until this problem is sorted. Can anyone help please?

    If you mean that you created a new icloud account using a new email address as the primary address, then when changing to that account on a device, all data maintained by the old account will be deleted.  I was not aware that photos are included.  But as for photos, ALWAYS sync them to a computer for archiving, never rely on icloud as your only backup.
    If you want to keep the contacts, etc. data from the old account, then go to Settings>icloud and turn off the services, one at a time.  When doing so, you are given the choice to keep the data local or delete from the device.  Later, when doing Delete Account and logging into the new account, your data will sync up to it.
    If, on the other hand, your changed email address is just an alias in the existig icloud account, then there's no reason to delete the account as the alias is just another link to the same account.

  • HT5312 Alright, I have two apple ID's and I deleted the other on a whim a while back. Now whenever I need to update the iphoto or iMovie, it says to sign in into my deleted account, but I don't remember my old account's password either.

    I currently had two apple ID's and I deleted the other on a whim a while back. Now whenever I need to update the iphoto or iMovie, it says to sign in into my deleted account, but I don't remember my old account's password nor the security questions. Any Help Please?

    Check the AppleCare number for your country here:
    http://support.apple.com/kb/HE57
    Call them up, and let them know you would like to be transferred to the Account Security Team.

  • Our icloud id has 2 phones being backed up to it.  If I do "delete account" on one iphone, will it delete the other phone or the contents on either?

    When I got my iphone this week, I simply used my daughter's icloud account to back up to.  Fortunately, the only thing I backed up was the music, which we both like to have access to, but I had unselected the contacts and calendar for fear of having duplicate contact info.  Now I read that if I hadn't deselected them, it would have created duplicates.  That being said, I suppose I need to create another icloud id for myself so i can just back up my info without merging the two.  If I understand most of the posts I have read so far, if I do the "delete account" on my new phone, my daughter's info and phone will not be affected and will remain under her original icloud id?  Then I can create my own icloud id and back up to it?  I just don't want to lose her information by deleting that account from my phone.  Should I go through the icloud settings on my phone first and deslect all of the options from backing up to the icloud before I delete the icloud account from my phone?  BTW, my daughter's phone is an iphone 4 and mine is the 4s, if that makes any difference.

    Deleting the account on your phone only removes if from your phone.  The account and it's data remain intact and doing so will not effect your daughter's phone.
    To do this, first go to Settings>iCloud on your phone and turn any synced data (contacts, calendars, etc.) to Off, and when prompted, choose to keep the data on the phone.  When finished, scroll to the bottom and tap Delete Account.  Then set up a new iCloud account with a different Apple ID and turn any data you want to sync with iCloud (contact, calendars, etc.) back to On.  This will upload your data to your new iCloud account.

  • If I click "delete account" at the bottom of my iCloud settings, is it deleting my whole account?

    When installing iOS 5 I somehow linked my iCloud to my moms account both on my iPhone and iPad. If I select the delete account button at the bottom of the iCloud settings, will it delete the account off of my moms phone too? She would rather not delete her iCloud account.

    What u mean delete ur account would it delete my pictures ?

  • Can I delete account without deleting messages?

    I have old email messages from friends and family that I want to keep in my mail folders, but I no longer use that email account. Can I delete the account without deleting all the historic email associated with it? Or do I have to look at that now grayed account name forever in my sidebar?

    thanks. That is just what I needed. I currently have three accounts, including the one I'm deleting.
    If I understand you right, all I need to do is move all my messages out of the INBOX of the account I'm deleting, and into other folders I created under the ON MY MAC section. Deleted account messages will only be deleted from the INBOX. (well, HELP should have said so, instead it just said ALL mail from that account will be deleted).
    Now, if I SENT mail from the account I delete, that account's mail in the SENT folder be deleted also because it has not been moved into a folder I created in the ON MY MAC section, Correct?

  • Ive changed my apple id. in my iPad and iPhone under iTunes it's showing the new id but under iCloud still shows old I'd. I have been told to delete account and add in new one but worried in case lose all my stuff that's already saved in iCloud. any idea?

    Ive changed my apple id. in my iPad and iPhone under iTunes it's showing the new id but under iCloud still shows old I'd. I have been told to delete account and add in new one but worried in case lose all my stuff that's already saved in iCloud. any idea?

    If all you did was rename your ID, you can go to Settings>iCloud, tap Delete Account, choose Delete from My iPhone when prompted, then sign back in with your renamed ID.  Deleting the account only deletes the account and any data you are syncing with iCloud from your phone, not from iCloud.  Provided you are signing back into the same account and not changing accounts, your data will be synced back to your phone when you sign back in.
    If, however, you are changing to a new account with a new ID, choose Keep on My iPhone when prompted.  Then choose Merge when you sign into the new account and turn your iCloud syncing back on to upload your data to the new account.
    Before deleting the account, save you photo stream photos to your camera roll (tap Edit, tap all the photos, tap Share, tap Save to Camera Roll).

  • How to delete the home folder of a deleted account?

    After I set up a new account, I transferred everything from my old macbook pro to my new iMac (so it has a moutain lion system. I'm sure you know it. Just want to make it clear ) through migration assistance from time machine. Then I realized that an extra account (my old one) plus many unnecessary data had been transferred to my new iMac. Therefore, I decided to delete this old account.
    HOWEVER, when I deleted the account, I failed to delete the home folder--I chose to delete it securely; but after it started backing up, I simply cancel the backup (which is a HUGE mistake) Then I found the account was deleted but its home folder stayed-- it occupied over 150GB of my new iMac.
    Could anyone tell me how I can delete the home folder securely?
    in addition, since I only want to transfer iphoto pictures, iTune music and some important documents to my new account, should I simply copy thme to an external drive and transfer them to my new account?
    Thanks a lot for your help!

    In system preferences, create a new account again, using the short name of the "deleted" account. You may be prompted to re-use the old home folder. Log out and log in to test it worked. Then log in as your new admin, and do the delete process again. Don't choose to securely delete this time - just a regular delete.
    When you have time to spare, go to Disk Utility, and use the Erase tab to securely erase free space on the drive. This will accomplish the same thing that your originally tried to do. Use the fastest method - anything more secure is a waste of time. You may need to run it overnight - it can take several hours.
    Matt

  • How do i delete my icloud account from a 5s with ios8, there is no Delete Account option under Settings iCloud

    I am recycling my 5s and there are instructions from the purchasing company that I need to remove the icloud account. They say go to:
    Settings>iCloud>Delete Account
    Enter Apple ID password
    Then select turn off
    This makes no sense to me as the delete option is not there under ios8
    But can I achieve the same effect by turning off find my iPhone and then erasing the phone?
    This is confusing as I am used to ios7 which does allow you to follow the steps numbered above.
    Thanks

    If you updated your ID but your device is still signed into the older version and you sign out to change it, try the troubleshooting steps here: If you're asked for the password to your previous Apple ID when signing out of iCloud.  The last one (temporarily recreating the old ID) usually works.

Maybe you are looking for

  • VBscript error message when installing itunes 7.2 on windows vista

    I have tried to install itunes 7.2 with vista as my OS, but everytime i do, I get a message saying that VBscript is disabled and I need to enable it. I have also tried to uninstall itunes, but I get the same message also. I have checked for an answer

  • Auto updating of remaing feilds in for a record in a  Z table

    Hi all   Plese help me in solving this, I am maintaining the table data.  when i  enter a new record in the table, some fields like username , date and  time should get automatically updated in the same record and get reflected when i display of that

  • Why not sql in servlet?

    Hello, It seems we can do everything EJB can do with only servlets and jsp so why should I use enterprise beans? I know this has been discussed in other threads but I didn't see the reasons for encapsulating the sql queries there. My app uses servlet

  • Babi after save - VF01

    Hi gurus!, In VF01, after enter the VBELN, in the second screen (SAPMV60A), i need to check the NETWR field ( > 0 ), and if it's EQUAL, show an error msg to user. I found: badi_sd_billing (are for intern use of sap.. :S ) badi_sd_billing_item (are fo

  • Can't change 3g 24-Hour time

    Just got the new iphone and I can't change it off of military time. Once in settings/date and time it shows 24 hour time but it is grayed out I'm not able to switch it off. Any ideas?