Application Development 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: 

Change pointer for customer

Former Member
0 Kudos
241

We are trying to send out customer IDOC DEBMAS06 extension ZDEBMAS06 to external system using ALE technique. However when someone changes STREET2 field on the customer master, IDOC is not generated.

I have tried including following in BD52 for DEBMAS:

Object type: ADRESSE

table name: ADRC

field name: STR_SUPPL1

But, stil it does not generate the IDOC. We cannot use serialization to resolve the issue.

Please suggest a solution to get this working.

Thanks!

3 REPLIES 3

Former Member
0 Kudos
153

This message was moderated.

0 Kudos
153

I already have those configuration in place for activating change pointer. I missed to mention in my previous blog that we are able to send customer master IDOC based on standard fields mentioned in transaction BD52.

The issue is, customer master IDOC is not generated for any change made on street2 of general data. I have tried to include following entry in BD52, but when I make change on street2 and execute transaction BD21 for message type DEBMAS it does not generate the IDOC.

I have tried including following in BD52 for DEBMAS:

Object type: ADRESSE

table name: ADRC

field name: STR_SUPPL1

0 Kudos
153

Can anyone else look into this issue?