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: 

Job frequency for change pointers

Former Member
0 Kudos

Hi ,

I want to set the job frequency to process the change poiters to every 10 seconds .. will there be any performance issues or other disadvantages by setting it to such small interval ? ...The change pointers are only set for little amounts of data . so the volume of data is not high . but we want as instantly as possible.

Whats the shortest interval any of you has set it to ?

Please give me your opinions on this .

Thank you

3 REPLIES 3

Former Member
0 Kudos

Hi Sudheer,

It is not recommended to set it at such a low time interval. If you want the system changes to be real time try to use BAPI.

Regards,

Atish

Former Member
0 Kudos

ours is set to every 5 minutes..

Former Member
0 Kudos

Thank you