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 Pointers - Realtime

Former Member
0 Likes
656

Hello -

My customer would like to send Customer master chnage data to Middle ware in realtime.

I can use to chnage pointers to identify the chnages and create IDOCS using RBDMIDOC .

Is there a way to send it in realtime, instead of running a Batch Job for RBDMIDOC? Like , Once the user chnages the customer, a IDOC need to be posted...

Appricated any ideas. Thank you.

3 REPLIES 3
Read only

Former Member
0 Likes
522

Unlike a transactional data (like PO, Invoice etc), the master data is not triggered immediately. The changes are accumulated and are sent out when the program RBDMIDOC is executed.

So, in this case the best option is to schedule the program at very high frequency (probably every 15 minutes), so that it looks like as if the data is being transferred at real time.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
522

Thanks ravi. Is user exit a better way to send in Realtime ? I am thinking of a User Exit in Cutsomer Master and develop code to send Customer Master Data whenever the Customer Data is saved...

Read only

0 Likes
522

Yes, that is definitely a work around as we don't have a solution directly.

However, the challenge might be to identify only those fields which are changed. But from a timing perspective, user exit is the option.

Regards,

Ravi