2010 Mar 31 12:03 PM
Hi,
Jus need a quick clarification on change documents -
1. insert opertaion. I have created change documents and able to record the changes in CDPOS when changing or updating the existing values in table. But when i try to insert into the table the CDPOS is updated only with key entries and how can i track the values tht are inserted for non key fields in table? is there anything to be inlcuded in the pgrm for insert operation so tht CDPOS relflects all the values inserted?
2. delete operation - CDPOS not recording the deletion of the record!!!
any pointers for troubleshooting this issue?
2010 Mar 31 12:17 PM
The insert operation only records the key, the actual values of the non-key fields can be found in the application table itself.
The delete operation should be recorded as well. Is it your custom transaction? The application logic is responsible for making the correct calls to the functions modules that write CDHDR/CDPOS entries. Maybe you have a bug there somewhere.
Thomas
2010 Mar 31 1:04 PM
yeah tht true for INSERT operation but when looking into sandbox system i was able to find some entries in CDPOS field 'NEW' where data is updated with operation 'I'......i need to check for delete operation.....