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 - Real Time IDOC generation

Former Member
0 Likes
443

Hi All,

I have a requirement in HR....When some HR master data is changed and the database is updated, an outbound IDOC needs to be trigerred based on the Change Pointers technique.

There is a program RBDMIDOC that can be scheduled for the generation of IDOC based on the changes.

However, the requirement is that the IDOC generation has to be real-time....whenever there is change in master data and database is updated, the IDOC should be generated automatially without any scheduling mechanism.

Is that possible and if so, what is the approach?

Hi All,

I have a requirement in HR....When some HR master data is changed and the database is updated, an outbound IDOC needs to be trigerred based on the Change Pointers technique.

There is a program RBDMIDOC that can be scheduled for the generation of IDOC based on the changes.

However, the requirement is that the IDOC generation has to be real-time....whenever there is change in master data and database is updated, the IDOC should be generated automatially without any scheduling mechanism.

Is that possible and if so, what is the approach?

1 REPLY 1
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
377

I don't think this is possible for master data and change pointers. The program could be scheduled to run every 5 min., if necessary (even every 1 min. but Basis would probably kill you. ). From my experience, when users want something "immediately" and it actually happens every 10-15 min., they never notice.