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: 

Change Documents

Former Member
0 Kudos
141

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.

6 REPLIES 6

Former Member
0 Kudos
115

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.

Sathish
Product and Topic Expert
Product and Topic Expert
0 Kudos
115

You need write a report program or a Function Module which would perform the desired operation.

Do you want the code or idea??

Former Member
0 Kudos
115

Just an Idea, how to ge it?

Former Member
0 Kudos
115

goto se80 and give function group name

Sathish
Product and Topic Expert
Product and Topic Expert
0 Kudos
115

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).

andreas_mann3
Active Contributor
0 Kudos
115

hi,

look function group SCD0

A.