2013 Nov 27 1:04 PM
Hi All,
When i tried to read the audit log from RPUAUDOO for log changes(insert, delete of an infotype record).
The recent changes were not appearing in the log. But the same changes I could see in CDPOS and CDHDR tables.
Kindly advice.
Regards,
Santosh.
2013 Nov 27 2:32 PM
Hi ,
To ensure that changes to infotype fields are entered (changes,creations, deletions),
these fields must be maintained in the following views:
HR Documents: Infotypes with Documents (V_T585A)
HR Documents: Field Group Definition (V_T585B)
HR Documents: Field Group Characteristics (V_T585C).
Please read program RPUAUD00 documentation
Regards
Boris
Hi All,
When i tried to read the audit log from RPUAUDOO for log changes(insert, delete of an infotype record).
The recent changes were not appearing in the log. But the same changes I could see in CDPOS and CDHDR tables.
Kindly advice.
Regards,
Santosh.
2013 Nov 27 2:32 PM
Hi ,
To ensure that changes to infotype fields are entered (changes,creations, deletions),
these fields must be maintained in the following views:
HR Documents: Infotypes with Documents (V_T585A)
HR Documents: Field Group Definition (V_T585B)
HR Documents: Field Group Characteristics (V_T585C).
Please read program RPUAUD00 documentation
Regards
Boris
2013 Nov 28 7:57 AM
Hi Boris,
Thanks for your reply.
If i deleted the infotype record today, and if i execute the audit log program it's giving not the current deletion record. It's giving earlier deleted records.
Kidnly help.
Thanks.
2013 Nov 28 9:12 AM
Hi Santhosh,
That should not be the case. Check if you have passed any changed on date or other parameters while executing. It shud have only short term or long term selection with time sorted + master data.
Thanks,
Fasi
2013 Nov 28 9:21 AM
Hi Santosh,
I checked this case in my system.
I created record and after that deleted it.
I can see all changes.
Regard
Boris
2013 Nov 28 2:27 PM
Hi Boris,
Thanks for the screen print.
As suggested above i have checked the configurations in above mentioned views. All looks good. But still the issue exists.
Kindly suggest.
Thanks & Regards,
Santosh
2013 Nov 29 10:55 AM
Hi Boris,
I have tried debugging the standard program(RPUAUD00). I found that program is getting the earlier reocrds, not recent records.Is this is the behaviour of program or it's fetching the wrong data.
If operation(change,delete,insert) is done two times for a single record on same day, it's working fine.
If operation is done once, it's not fetching the latest records.
Kinldy advice.
Regards,
Santosh.
2013 Dec 02 11:07 AM
Hi Santosh,
Please check data selection from table PCL4 in form SELECT_PCL4.
Also you can compare with data selection from table PCL4 via data browser ( SE16 ).
Regards,
Boris.