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

Table data Entry tracking

ashish_shah
Contributor
0 Likes
518

Hi Experts,

I want to know , for a table is there any way to find out , who has added the entries and when ?

This is a specific application to HR for a table T777A.

I want to know either the user name or the transport request number .

In advance , Thanks for your reply.

Regards,

Ashish shah

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
481

Hi ashish,

1. tcode SCU3

is for the same purpose.

2. There we can give the table name,

which we want to see the log.

3. But table logging should be ACTIVE

in the r/3 system. Otherwise

no logs would be found for any table.

regards,

amit m.

3 REPLIES 3
Read only

Former Member
0 Likes
481

Hi Ashish,

You can get the details if the table is enabled for Log. Check the settings on SE12 for the table under the TECHNICAL SETTINGS button whether the table is logged for changes.

You can use the std program RSVTPROT to check the logged changes( if ur table is enabled for logging).

Alternatively you can check if the table recording is enabled, if there is a maintenance view.

Cheers

VJ

Message was edited by: Vijayendra Rao

Read only

Former Member
Read only

Former Member
0 Likes
482

Hi ashish,

1. tcode SCU3

is for the same purpose.

2. There we can give the table name,

which we want to see the log.

3. But table logging should be ACTIVE

in the r/3 system. Otherwise

no logs would be found for any table.

regards,

amit m.