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

Change Logs for TCODE --> FILE

Former Member
0 Likes
2,358

Hi Friends,

Please help me in finding the change logs for the TCODE FILE,

i.e The changes made to the Logical paths

I had tried Utilities---->change logs , but unfortunately i cannot find any changes logs

But there are changes made to the logical paths in my system but i cannot see them in change logs

thanks

chandrasekhar j

Hi Friends,

Please help me in finding the change logs for the TCODE FILE,

i.e The changes made to the Logical paths

I had tried Utilities---->change logs , but unfortunately i cannot find any changes logs

But there are changes made to the logical paths in my system but i cannot see them in change logs

thanks

chandrasekhar j

3 REPLIES 3
Read only

Former Member
0 Likes
1,369

Hi,

It depends on if the system parameter rec/client is set for your client. This parameter, in combination with the 'Log data changes' flag on the table's technical settings will govern whether anything is recorded.

Regards,

Nick

Read only

0 Likes
1,369

thanks Nick for the reply

Can you please briefly explain about the first parameter?

Read only

0 Likes
1,369

rec/client is a profile parameter, you can view the settings in transaction RZ10. However I find program RSPARAM more useful, the report lists all system parameters with their default and altered value. Also if you double-click on a parameter you can get to the full help text for its meaning.

The parameter essentially switches on table change logging for configuration tables (based on the technical settings of the table) and has to be set before the changes are made.

Hope this helps.

Nick