cancel
Showing results for 
Search instead for 
Did you mean: 

JOB_OPEN and JOB_SUBMIT

Former Member
0 Kudos

could anybody tell me how to writ the code for scheduling the background job by using function modules JOB_OPEN and JOB_SUBMIT in my report program.

this is not BDC program..it is just a normal report.

Cheers & Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Use JOB_OPEN to indicate you want to create a background job. Use

JOB_INSERT to define the steps in your background job and JOB_CLOSE to

indicate that you have completed your definition of it.

The parameters of these functions mimic the input requirements from

SE37. If you look at their definition in SE11 the vast majority of these

parameters are self-explanatory.

Kind Regards

Chaitanya