Parameter rec/client Short text Activate/Deactivate table auditing Parameter description This parameter can be used to activate or deactivate table auditingspecific to the client. The setting of this parameter determines whetherwrite operations on certain tables (flagged appropriately in theirtechnical settings in ABAP Dictionary) are logged in all clients, someclients, or not logged at all. OFF Table auditing is deactivated, which means that no writes arelogged, even if table auditing is activated for certain tables in ABAPDictionary. ALL Table auditing is active for all clients, which means that allwrites performed on tables are logged that are flagged accordingly inABAP Dictionary. <(><<)>client1>,<(><<)>client2>,...,<(><<)>clientN> (1 <(><<)>= N <(> <<)>= 10) Table auditing is only active for the clients in the list. Upto 10 (different) clients can be specified. Caution: No blanks can beinserted before or after the ',' separator in this list. Wrong rec/client=001, 002 , 003 Right rec/client=001,002,003 Work area Database Default value OFF Who is allowed Customer Limitation for os None Limitation for db None Other parameter None Valid_values See the parameter description. |