bholas has just posted in the SAP HR Forum forum of Wikipedia Newforum under the title of Mass delete incorrect entries in TimeEvent table.
This thread is located at http://www.wikinewforum.com/showthread.php?t=28301
Here is the message that has just been posted:
***************
_*
Questions
*_
Please if any body can help out, we have an interface for uploading time entires (time IN and time out) into SAP. By mistake some wrong entries are uploaded in the system, we can delete entries one by one using PA61 list entry. but is there any way of mass deleting these entries for all the relevant employees for infotype 2011 (timeevent table).
Thanks for your help in advance
_*
Answers
*_You need to delete TEVEN table
report Zdelteven.
tables teven.
delete from teven
where ( pdsnr = '0000123456789' or
pdsnr = '0000123456789' )
and pernr = '12345'.
The above report is a example which you can run using your pernr and
pdsnr for the effected punchin from table twen.
Use the above report to do so it will help!
***************
No comments:
Post a Comment