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 for EDP13 and EDP21

Former Member
0 Likes
4,185

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

2 REPLIES 2
Read only

Juwin
Active Contributor
0 Likes
2,363

Does your WE20 configuration change so frequently? If yes, why?

Thanks,

Juwin

Read only

CreyJ
Participant
0 Likes
2,363

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