Application Development 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: 

Table Log Data Changes

Former Member
0 Kudos

Hi !

I created A ztable (user table ) and i checked the "Log Data Changes"

checkbox.

I wanted to ask at which transparent table do i see the log changes

of the ztable ?

Thanks

Moshe

4 REPLIES 4

former_member194669
Active Contributor
0 Kudos

Hi,

Check for table DBTABLOG.

Use report RSTBHIST or RSVTPROT or RDDPRCHK for reading the table

aRs

alejandro_bindi
Active Contributor
0 Kudos

Aditionally to the flag, the system must have rec/client profile parameter set.

This are the possible parameter configs:

Transaction RZ10 - Extended Maintenance

  • rec/client = ALL (log all clients)

  • rec/client = 000(,...) (log all specified clients)

  • rec/client = OFF (do not log)

Check this link: http://help.sap.com/saphelp_470/helpdata/en/7e/c81ec852c511d182c50000e829fbfe/content.htm

Regards

Please reward points if helpful.

varma_narayana
Active Contributor
0 Kudos

Hi..

You can use the Tcode SCU3. (To see the Table logs).

<b>Reward if Helpful</b>

Former Member
0 Kudos

Hi,

Use Tcode: SCU3 Check whether required table is maintained under logged tables. If it exits then Providing information for evaluation period. The output shows that what field changes made on a particular date.