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

Job frequency for change pointers

Former Member
0 Likes
525

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
Read only

Former Member
0 Likes
479

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

Read only

Former Member
0 Likes
479

ours is set to every 5 minutes..

Read only

Former Member
0 Likes
479

Thank you