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: 

Precautions while sceduling a background job programatically

former_member215563
Active Participant
0 Kudos

Hi Experts,

My requirement is to create a report with a push button on its toolbar. When that push buttons executed , the report has to executed in

background mode.

After going through some post on SCN ,I understand that there are some FM : JOB_OPEN , JOB_SUBMIT

using which we can schedule a job programatically.

However since im using this for the first time so wanted to crosscheck whether I should take any other precautions

while using these FM or to whether I should be aware of some exception that might occur.

Thanks for your valuable inputs in advance!!!

Faiz

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

First read (again) online help (e.g. Background Processing, Programming with the Background Processing System (BC-CCM-BTC), Background Processing Function Modules.) then look at exception lists of the FM, but that not much harder than using SM36


Regards,
Raymond