2006 Dec 19 11:05 AM
Hi,
I have two Z - tables , update/create data into those would be thorugh Z - transaction, How can update this data to change log tables(CDHDR and CDPOS) and if I want that report , how I can get it?
Thanks ,
Sadasiva Rao.
2006 Dec 19 11:09 AM
In Technical settings of your ztable in SE11 , there is a checkbox LOG DATA CHANGES. if it is checked, the changes will be logged into CDPOS, CDHDR tables.
2006 Dec 19 11:09 AM
You need write a report program or a Function Module which would perform the desired operation.
Do you want the code or idea??
2006 Dec 19 11:15 AM
2006 Dec 19 11:17 AM
2006 Dec 19 11:12 AM
In case you are using log changes option from SE11 do check on the below:
Log data changes
The logging flag defines whether changes to the data records of a table should be logged. If logging is activated, every change (with UPDATE, DELETE) to an existing data record by a user or an application program is recorded in a log table in the database.
Note: Activating logging slows down accesses that change the table. First of all, a record must be written in the log table for each change. Secondly, many users access this log table in parallel. This could cause lock situations even though the users are working with different application tables.
Dependencies
Logging only takes place if parameter rec/client in the system profile is set correctly. Setting the flag on its own does not cause the table changes to be logged.
The existing logs can be displayed with Transaction Table history (SCU3).
2006 Dec 19 11:14 AM