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 pointer to custom table

Former Member
0 Likes
1,363

Hi All,

I have a question about change pointers set up. From an interface I am getting customer payment term details updated in SAP. Prior to update a custom table in ECC is also getting payment term details.

I want a report to be made with details of changes in Custom table. Report shall contain IDOC which was used to update customer, when was custom table updated and last value updated and new value in the table.

Suggest me how I can use change pointer on custom table using which I can get values.

Thanks,

krishna

1 REPLY 1
Read only

Former Member
0 Likes
535

Hello Krishna Davuluri ,

For your requirement instead of using the Change Pointer concept you need to use the change document object concept.

Create a custom change document object and make sure al the fields that are needs to be passed to the customer should have the Change document attribute enabled in the data element that si tied to the table field. Then using the delta read FM's (CHANGEDOCUMENT_READ_RANGES) you can achieve your requirement.

Hope this answers your question.

Thanks,

Greetson