2016 Apr 22 3:38 PM
Hi Guys,
I got one requirement where I need to fetch the data for Create or Change in Partner Profile(WE20) and pass it to one non SAP system at runtime. Table EDP13 and EDP21 is updated with the data when we create or change WE20.
I am trying to do it using change pointer, but for these two table I am not sure is it possible to have change pointer? None of the fields in the table EDP13 and EDP21 has the check box 'Change Document' enabled.
Can you suggest how we can do it.
Thanks
Brijesh
2016 Apr 22 3:46 PM
Does your WE20 configuration change so frequently? If yes, why?
Thanks,
Juwin
2016 Apr 23 8:02 PM
Dear Brijesh,
if you want to set up idoc change pointers in BDCP* tables, you need a "change object" that writes change documents (CDHDR/CDPOS tables). Then you can customize it. But I do not find an object that is related to the EDP* tables.
But a change in the partnerprofiles writes changes to the DBTABLOG table. So you can write an own programe to evaluate the changes.
Regards
Jürgen