Hi Ambar,
No they are not logged.Though you can try following option incase you want to track changes to these tables.
Activate Table Change Logging in my SAP system.You you will find this in technical attributes of your custom table
Also refer SAP note 1916.
Procedure.
To switch on logging, the R/3 System must be started with a profile containing parameter rec/client. Do this in transaction RZ11.
This parameter can have following values
rec/client = ALL Log all clients.
rec/client = 000[,... Log the specified clients.
rec/client = OFF Do not log.
Logging will slow down accesses that change the table. First of all, a record must be written in the log table for each change. Secondly, a number of users access this log table in parallel. This can cause lock situations although the users are working with different application tables.
Logging is independent of the update.
The existing logs can be displayed with Transaction Table History (SCU3).
Hope this helps you.
Thanks
Edited by: Sumit Naik on Oct 12, 2010 8:19 PM
Edited by: Sumit Naik on Oct 12, 2010 8:20 PM
Hi Ambar,
For the Z tables the CDHDR and CDPOS tables are not updated. To update these tables, you have to create a change object and write some code where this Z table is updated. The T.Code for creating a change object is SCDO.
The below link gives you a step by step procedure to implement change documents.
Link: [Change Documents|http://help.sap.com/saphelp_erp2004/helpdata/en/2a/fa015b493111d182b70000e829fbfe/frameset.htm]
Regards,
Immanuel.
Add a comment