Application Development and Automation 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: 
Read only

Change Documents

Former Member
0 Likes
868

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
Read only

Former Member
0 Likes
842

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.

Read only

Sathish
Product and Topic Expert
Product and Topic Expert
0 Likes
842

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

Do you want the code or idea??

Read only

Former Member
0 Likes
842

Just an Idea, how to ge it?

Read only

Former Member
0 Likes
842

goto se80 and give function group name

Read only

Sathish
Product and Topic Expert
Product and Topic Expert
0 Likes
842

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

Read only

andreas_mann3
Active Contributor
0 Likes
842

hi,

look function group SCD0

A.