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

Capture data changes to Control Data

former_member201987
Participant
0 Likes
625

Hi,

I want to replicate any data changes made to the config/control data of SPRO to a non-SAP system. Would there be user exits or change pointers for these transactions? How can I confirm this? If this is not possible then what options are available in SAP ECC?

Eagerly awaiting a response..

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
574

check tables CDHDR and CDPOS with tcode in selection screen....

3 REPLIES 3
Read only

Former Member
0 Likes
575

check tables CDHDR and CDPOS with tcode in selection screen....

Read only

Former Member
0 Likes
574

Dear folk,

In SAP we have two tables CDPOS and CDHDR for the changed data to be maintained.

CDHDR-Header data

CDPOS-Item data.

Based on ur requirement , u can check these tables by giving the table name and field name.

to the appropriate fields in the CDHDRa nd CDPOS.

Revert if u need any help regarding this.

Regards

Abhilash.

Read only

0 Likes
574

thanks guys for the reply.. cdhdr/cdpos are 2 tables that we are certainly considering along with the log tables maintained as part of report generated by SCU3 transaction..

however this approach would mean that i have to put the code i write in a batch job for capturing the data changes periodically..

are there any other alternatives to this option? that can trigger a event when the change is actually made.

or any other option that you foresee.

Thanks