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: 

frequency of job

Former Member
0 Kudos

somebody knows because the frequency of job is smaller of 1 minute?

thanks

4 REPLIES 4

Former Member
0 Kudos

Hi Paola,

please be a little more elaborate asking questions, otherwise it's difficult to help you. I <b>guess</b>, you are referring to the ABAP Job scheduler or ABAP jobs in general, so please ask the question in the <a href="https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode2-3&contenttype=url&content=https%3A%2F%2Fforums.sdn.sap.com%2Fforum.jspa%3FforumID%3D50">ABAP forum</a>

Regards, Stefan

Former Member
0 Kudos

Hi Paola,

If you are referring to the jobs scheduled in R/3, then I am afraid it is not possible to schedule a job with a frequency less than a minute.

However, if you are trying to achieve near real time frequency for your job, then please give some more input about your specific requirement, then may be someone will be able to help you.

Regards,

Srinivas

Former Member
0 Kudos

Hi Paola,

If this is answered, please close the post.

Srinivas

Former Member
0 Kudos

Hi,

there is no guarantee that your job will be started at the defined time. It could be delayed by the system. Maybe you can use CALL FUNCTION ' ' in BACKGROUND TASK instead of JOB.

Kind Regards,

Remek