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

A question about Change Pointer

Former Member
0 Likes
805

Hello Expert,

I'm now implementing Change pointer for Vendor master data. The requiremnt is that the vendor master data should be sent out via IDOC message when the vendor is created/Changed.

I Implemented the change pointer for the vendor master data. But it seems that it's impossible to send IDOC immediately when vendor is created / Changed. Only after I ran program RBDMIDOC with message CREMAS, can the IDOC be sent out.

So I want to consult every expert that how the IDOC can be immediately sent out with change pointer when the vendor master daa is created/changed?

Thanks in advance.

Best Regards,

Johnny.

1 ACCEPTED SOLUTION
Read only

former_member392866
Active Participant
0 Likes
641

Hi Yongbo,

please check below thread.. hope this will helps you .

Hope you need to create a job in SM37 for RBDMIDOC with message CREMAS .

Thanks,

Balaji

3 REPLIES 3
Read only

former_member392866
Active Participant
0 Likes
642

Hi Yongbo,

please check below thread.. hope this will helps you .

Hope you need to create a job in SM37 for RBDMIDOC with message CREMAS .

Thanks,

Balaji

Read only

Cortex2k
Active Participant
0 Likes
641

Hi Johhny/Yongbo

In short: you cant.

You can either setup change pointers for the data you need to distribute and them send them via RBDMIDOC which can be scheduled as a job in SM36 and run recurring.


Remember to setup the "Output mode" in partner profile (WE20) to "Transfer idoc immediately" unless you also want to control this part with background jobs.

Or you can distribute the vendors directly in transaction BD14

Hope that helps you out

Best regards,

Chris

Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
641

Hi Yongbo,

May be you need to find an enhancement after save in xk01/02 and then submit RBDMIDOC with message CREMAS . It will create change pointer idoc for that particular vendor. or


Please schedule program RBDMIDOC as background job for every 5mins.


Thanks