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: 

Trigger IDoc for change in Email

Former Member
0 Kudos

Hi All,

My query is whenever there is a change in Email Address in XK02 transaction the IDoc should get triggered via change pointers.

I have maintained the  respective field in BD52 transaction as well as the change pointer is active.

But however I am not able to trigger the change pointer when the email address is changed and hence the IDoc is not getting triggered via RBDMIDOC.

Please help me in this.

5 REPLIES 5

Former Member

0 Kudos

Hi Rohit,

Thank you for the prompt response but I have configured all the steps given in the link above.

For object KRED the change pointers is getting triggered and IDoc is being generated when ever I try changing other fields like NAME1,lfurl,etc but when I try to change the Email Address for object ADRESSE the IDoc is not getting triggered.

jitendra_it
Active Contributor
0 Kudos

After the necessary set up , you need to execute/schedule report RBDMIDOC(tcode : BD21) to generate idocs from change points.



0 Kudos

I did that. But IDoc is not getting created when there is a change in Vendor Email Address(ADR6-SMTP_ADDR) which is of object ADRESSE maintained in BD52 however it gets created whenever there is a change in NAME1,LFURL,etc for object KRED configured in BD52

gabriel_pill-kahan
Active Participant
0 Kudos

Hi,

You need to execute RBDMIDOC for message type ADRMAS. See the help page "Sending Data by Evaluating Change Pointers".


I hope you already have all the configuration in place.

  • Turn on change pointers for message type ADRMAS, maybe also for ADR2MAS and ADR3MAS.
  • Include the same messages in the WE20 partner profile.
  • In the BD64 distribution model include BAPI AddressOrg.SaveReplica, AddressPers.SaveReplica, AddressContPart.SaveReplica

Regards, Gabriel