Audit: To determine the net result of the audit configurationNo session is available that displays the net result of the
configuration when you convert the configuration to run time. To view the net
result for a specific table or field, you can use the Where Used Audit Tables (ttaud3521m000) and Where Used Audit Table Fields (ttaud3526m000) sessions, although these
sessions do not specify for which companies the tables and fields are audited.
However, you can also view the net result of the configuration as stored in the
audit_cols file, which you can find in the {audit_cols} ::= {line}* {line} ::= {tables}:{companies}:{audit_type} {tables} ::= '*'|{package}[{module}[{table}]] {companies} ::= '*'|{company}[,{company}]* {company} ::= (0-9)+(0-9)+(0-9) {audit_type} ::= 'C'|'A':[{field_name}[{field_name}]*] The code must be read as follows: The audit_cols file exists of one or more lines. Each line specifies one or more tables, one or more companies, and the audit type. The tables are specified as '*' or as a package code (mandatory), a module code (optional), and a table number (optional). If you specified '*', all tables are selected. If you only specify a package code, all tables in all modules are selected. If you also specify a module code, but no table number, all tables in the module are selected. The company must be specified by a '*', which specifies all companies, or by one or more company numbers. The audit type is either C or A. Audit type C only logs transactions if a field is changed. Audit type A logs transactions always, that is, if any field in the table is changed. Optionally, you can specify one or more fields. If fields are specified, the audit type only applies to those fields. If no fields are specified, the audit type applies to all fields in the table. Note that fields can only be specified if the line did specify only one table. Beispiel
Notes
Because the relation between audit type (A or C) and field specification can be confusing, the following tables display the meaning of each combination. Each combination is illustrated by a table with two examples. The abbreviations used are as follows:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||