‎2011 Jul 06 4:52 PM
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
‎2011 Jul 06 9:15 PM
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