Skip to Content
0
Former Member
Nov 23, 2007 at 07:07 AM

Change pointers creation on deletion of line in database table

41 Views

Hello all,

I am inserting/deleting a database table entries in a bespoke table using the insert/delete statements in the ABAP code.

The changes made by Insert statements are creating the change pointer entries in the table BDCP but not the delete statements. Is this a standard restriction? How can we overcome that? I would like to see the change pointer entry when I delete any entry from the table using the DELETE command in the ABAP code.

Alternate solution that I think of is using the FM CHANGE_POINTERS_CREATE, but I am not sure how to retrieve the number range for this.