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 changes to TBSL...

Former Member
0 Likes
1,216

How do I find table changes ? I want to find the table changes done to table TBSL.

Regards,

Rajesh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,048

Check the table DBTABLOG:

Pass the name of your table TBSL to the field: TABNAME to get the log of changes done to your table.

Regards,

Ravi

Hi,

CDHDR and CDPOS tables stores all the changes made to the Tables .

CDPOS will record the Table name, Field name and time of change etc.

Regards,

Santosh

3 REPLIES 3
Read only

Former Member
0 Likes
1,049

Check the table DBTABLOG:

Pass the name of your table TBSL to the field: TABNAME to get the log of changes done to your table.

Regards,

Ravi

Read only

Former Member
0 Likes
1,048

Hi,

CDHDR and CDPOS tables stores all the changes made to the Tables .

CDPOS will record the Table name, Field name and time of change etc.

Regards,

Santosh

Read only

Former Member
0 Likes
1,048

hi,

You can even run Program RSTBPROT for versions < 4.7 and RSVTPROT program for Versions >=4.7 giving the table name and date range in selection screen ..

regards,

Santosh<