‎2009 Aug 20 6:33 AM
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
‎2009 Aug 20 10:37 AM
check tables CDHDR and CDPOS with tcode in selection screen....
‎2009 Aug 20 10:37 AM
check tables CDHDR and CDPOS with tcode in selection screen....
‎2009 Aug 20 11:17 AM
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.
‎2009 Aug 21 8:19 AM
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