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: 

BACK GROUND

Former Member
0 Kudos

HI,

WHAT IS MEANT BY FULLCONTROL METHOD AND EASY METHOD IN BACK GROUND JOB SCHEDULING

THANK YOU

ASHOK KUMAR

2 REPLIES 2

Former Member
0 Kudos

Hi Ashok Kumar,

Back Ground job is easy metode because if we are running 1000 records in Background, if any error come in 100th record the background job will skip that record then it will execute from next record, but in Foreground process if any error come in 100the recorde it will process next recorde, it will stop that process

IF USEFULL REWARD

Former Member
0 Kudos

Hi ..

You can Create a Background Job in two Ways

1. Using the SM36 (Statically)

2. By calling std FMs from a program (Dynamically)

JOB_OPEN

JOB_SUBMIT or Submit <report> via Background job STATEMENT

JOB_CLOSE

Regards