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

changes to data records

Former Member
0 Likes
684

Hi All,

how can i find that the changes made to the records in the table HRP1001 .

i mean log history for this table.

i have a problem that some one changed and wanted to know who made the chages and at what time ?

Regards.

5 REPLIES 5
Read only

Former Member
0 Likes
646

If the particular table is logged for changes than it would be possible to check the same in CDHDR/CDPOS tbales.

Regards

Anurag

Read only

0 Likes
646

Many thanks for this help but i am half way done,where can i find that a particular program was run and at wat time.

regards.

Read only

0 Likes
646

You can find the information via STAT transaction.

Anurag

Please assign pts for helpful answers

Read only

Former Member
0 Likes
646

hi,

Check the table CDHDR and CDPOS for changes.

You find changes in these tables only if the log data changes checkbox in technical settings of that table is checked.

or else check in table DBTABLOG.

Regards,

Sailaja.

Read only

Former Member
0 Likes
646

Hi,

use stat or stad transaction.

use cdhdr/cdpos table to know changes

Use FM CHANGEDOCUMENT_READ_HEADERS

CHANGEDOCUMENT_READ_POSITIONS

Regards

Amole