‎2009 Oct 26 4:57 PM
Hi everyboy.
Ive using the FM CHANGE_POINTERS_READ to read the change pointers associated to a message type.
How could I know if this change pointer is an iinsert,update or delete pointer?? The field CDCHGID of table CHANGE_POINTERS is always comming as U.
Thanks a lot.
Regards
‎2009 Oct 27 9:10 AM
can you check in CDPOS table field is CHNGIND
CHNGIND CDCHNGIND CHAR 1 0 Change type (U, I, E, D)
‎2009 Oct 27 9:10 AM
can you check in CDPOS table field is CHNGIND
CHNGIND CDCHNGIND CHAR 1 0 Change type (U, I, E, D)
‎2009 Oct 27 9:38 AM
The field CHNGIND in CDPOS is always 'U' despite of I had created an object....
‎2010 Jan 09 10:06 AM
Dear Friend,
I also facing similar problem. As you come acros about this, Hope you know the solution. Please helo me how you resolved this thread.
How could I know if this change pointer is an iinsert,update or delete pointer?? The field CDCHGID of table CHANGE_POINTERS is always comming as U.
Every operation (insert/change/delete) iam getting change indicator as 'U' only for change pointers in BDCP table and also in IDOC.