Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Getting a deleted record IT2001

Former Member
0 Likes
839

hi guys,

when u delete an absence record (pa2001) the record is actually erased from the table, but i wonder if is inserted in another table, or the record is lost forever?

im asking that because i need to do a log report for all the changes absences (new, deleted, and updated)

and if the record is deleted i cant get it from the pa2001 table...

i wonder if there is some talbe with deleted records, or something like that...

any ideas?

Message was edited by:

javier santana

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
663

Check might be these FM may help -

HR_INFOTYPE_LOG_GET_DETAIL

HR_INFOTYPE_LOG_GET_LIST

As for alternative fromtable TVARV pick the last run for employee and check with AEDTM this will give you the change.

Regards,

Amit

reward all helpful replies.

1 REPLY 1
Read only

amit_khare
Active Contributor
0 Likes
664

Check might be these FM may help -

HR_INFOTYPE_LOG_GET_DETAIL

HR_INFOTYPE_LOG_GET_LIST

As for alternative fromtable TVARV pick the last run for employee and check with AEDTM this will give you the change.

Regards,

Amit

reward all helpful replies.