Application Development and Automation 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: 
Read only

PROBLEM WITH FUNCTION 'CHANGE_POINTERS_READ'

Former Member
0 Likes
1,076

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
711

can you check in CDPOS table field is CHNGIND

CHNGIND CDCHNGIND CHAR 1 0 Change type (U, I, E, D)

3 REPLIES 3
Read only

Former Member
0 Likes
712

can you check in CDPOS table field is CHNGIND

CHNGIND CDCHNGIND CHAR 1 0 Change type (U, I, E, D)

Read only

0 Likes
711

The field CHNGIND in CDPOS is always 'U' despite of I had created an object....

Read only

Former Member
0 Likes
711

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.