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

change pointers problem

Former Member
0 Likes
1,073

hi experts,

i am generating the change pointers for a custom IDOC, with the custom fields. here i have activated the change pointers in BD52, BD60 and BD50.

i have written a function module with the change_pointers_read. but still i can't able to see the table entries in the BDCP table.

help me how to sort this issue?

full points guaranteed for the fast answer.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,021

Hi,

Check the abckground job for RBDMIDOC program for any short dumps?

and i hope need maintian some entry in BD59.

Suresh

7 REPLIES 7
Read only

Former Member
0 Likes
1,023

Hi,

Check the abckground job for RBDMIDOC program for any short dumps?

and i hope need maintian some entry in BD59.

Suresh

Read only

0 Likes
1,021

hi suresh,

thanks for replying,

can you tell me how to check the background job for RBDMIDOC?

Read only

0 Likes
1,021

Check in SM37

Read only

0 Likes
1,021

hi suresh,

i not having any entries in Bd59.

can you tell me how to enter the value in BD59 like what is ALE Object type, segment type and field type etc.

Read only

0 Likes
1,021

Hi,

Maintain the custom fields in Ale Object type (BD59 ), in segment type give the segment name under which that field is present, offset and intlength can be obtained for a field from transaction we60 which gives the exhuastive documentation for idoc type.

Regards,

Vinod

Read only

0 Likes
1,021

Hi KondurAK,

Please check that the data elements for the change detection have the "Change document" flag activated in SE11.

Otherwise you'll have to search for change documents in CDPOS and CDHDR.

Regards,

Ivan.

Read only

Former Member
0 Likes
1,021

thanks for everybody who helped me in solving this issue