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: 

"Logging is switched off" on table T000

Former Member
0 Kudos

Hi!

We have SAP NetWeaver 2004s BW server with production instance. today while trying to check thw log of changes in SCC4, we found that logging in table T000 is switched off.

We clicked the Logging :Display Status and it says

-


Logging in System XXP

Logging is switched off

Logging of tables within the seelcted Customizing objects

Object Name Description

Table Name Description Active

T000 Clients

T000 X (the box is marked)

-


Hence, when we try to display the logs, it don't display any data.

Now my questions are,

1. It is a cross client table, the changes should be logged irrespective of the value in parameter "rec/client". Why it is saying the logging is switched off? Shouldn't the logging be on by default?

2. How to switch on the logging for T000 table?

Because of this problem, we have a security issue as changes in SCC4 are not logged.

Please suggest.

Regards

Amit

Edited by: Amit Chaturvedi on Jun 12, 2009 1:42 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Amit,

Firstly, would like to mention that table T000 is not cross client but client dependent.

The profile parameter rec/client is used to activate and deactivate client-dependent table logging.It is recommended to switch it on, however, resource utilization, tables to be logged and log volume should be critically analyzed.

To switch on the logging,go to RZ11 and look for the parameter rec/client and set it to appropriate value.

This parameter change will require a system bounce.

Thanks,

Saby..

2 REPLIES 2

Former Member
0 Kudos

Hi Amit,

Firstly, would like to mention that table T000 is not cross client but client dependent.

The profile parameter rec/client is used to activate and deactivate client-dependent table logging.It is recommended to switch it on, however, resource utilization, tables to be logged and log volume should be critically analyzed.

To switch on the logging,go to RZ11 and look for the parameter rec/client and set it to appropriate value.

This parameter change will require a system bounce.

Thanks,

Saby..

0 Kudos

> Firstly, would like to mention that table T000 is not cross client but client dependent.

That is not correct.

T000 is the "mother" of all client dependent tables, therefore it has MANDT as a field which is the foreign key to all other tables with MANDT as a key.

But T000 itself is a client independent table. It is the master reference to the others.

Cheers,

Julius