Hi,
How to get "Change history" of a business partner in coding? with changed object, new value, old value and change_time etc.
Thanks a lot!
Lonny
Hi Lonny,
The change document header entries will get logged in table CDHDR. For these header entries using the Change Number you can get detailed information through table CDPOS which stores Change document items.
Regards,
Nithish
Hi Nithish,
Thank you for your reply!
Is there any standard API I can use to get those information in CRM?
Best regards,
Lonny
Hi Lonny ,
Try these FMs.
CD_OLD_READ_HEADERS - for header change docs
CD_OLD_READ_POSITIONS - for detailed logs
Regards,
Nithish
Hi,
You can also refer the following FM:
CHANGEDOCUMENT_READ_HEADERS
Regards,
Ajay