Programming Interface provides two function modules for scheduling and management of background jobs :
1 BACKGROUND PROCESSING JOBVARIANT SCHEDULE
The function is for scheduling a job for execution.
It requires ABAP program & need a variant and an start time to
execute the program.
2 BACKGROUND PROCESSING JOBVARIANT_OVERVIEW
The function is to manage the jobs
To display job logs, spool output, delete inactive jobs etc.
There are two ways to schedule the jobs:
A. EXPRESS METHOD
Use function module : BP JOBVARIANT SCHEDULE
B. FULL CONTROL
Use function modules :JOB OPEN, JOB SUBMIT & JOB CLOSE
This method gives complete control over the job scheduling
options such as job printing, job start time options etc.
-- I METHOD OF DOING BDC
-- II PROCEDURE TO WRITE A DATA TRANSFER PROGRAM
--III PROCEDURE OF TRANSFER DATA USING BATCH INPUT
-- IV PROCEDURE OF WRITING A BDC