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 Document - Insert new value / Delete

prabhu_s2
Active Contributor
0 Kudos
734

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?

2 REPLIES 2

ThomasZloch
Active Contributor
0 Kudos
165

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

0 Kudos
165

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