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

Problem with RPUAUDOO Audit log

Former Member
0 Likes
1,988

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,901

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,902

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

Read only

0 Likes
1,901

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.

Read only

0 Likes
1,901

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

Read only

0 Likes
1,901

Hi Santosh,

I checked this case in my system.

I created record and after that deleted it.

I can see all changes.

Regard

Boris

Read only

0 Likes
1,901

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

Read only

0 Likes
1,901

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.

Read only

0 Likes
1,901

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.