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: 

regarding back ground job

Former Member
0 Kudos

Hi,

I have created a back ground job for my report using job_open,submit,job_close

function modules.But when i executing report it is creating job more than one untill we stop this in sm51 tcode,but i need to create job only once in a day.please help me.

thanks and regards,

ram.

4 REPLIES 4

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Is the there some sort of loop around the "job" function modules?

Regards,

Rich Heilman

0 Kudos

Hi Rich.

There is no loop.

thanks and regards,

ram.

Former Member
0 Kudos

Have you tried debugging through your code to see if the job_open module is called multiple times?

Former Member
0 Kudos

Hi,

It is solved.

thanks,

ram