‎2009 Feb 03 4:32 AM
Hi,
How to schedule BAPI in Background mode.
Thanks in advance.
Regards,
Madhavi
‎2009 Feb 03 4:39 AM
‎2009 Feb 03 6:05 AM
Hi,
When you create a batch input session, it remains in the batch input queue until it is explicitly started. Session processing can be started in two ways:
An on-line user can start the session using the batch input menu options. (To access the batch input options, choose System>Services>Batch Input.)
You can submit the background job RSBDCSUB to start a session in background processing. If several sessions have the same name, RSBDCSUB starts them all.
It's possible to coordinate the generation and execution of a session in the background processing system.
You can, for example, schedule both the batch input program and RSBDCSUB in the background. If you designate the batch input job as the predecessor for RSBDCSUB, then RSBDCSUB will be started automatically when the batch input job successfully completes.
Alternatively, you can schedule both the batch input program and RSBDCSUB as job steps in a single background job. In this case, however, RSBDCSUB is started even if the batch input program should terminate abnormally.
Hope this will help you.
Regards:
Alok
‎2009 Feb 03 6:49 AM
Your answer is a copy-paste from
http://software.feedfury.com/content/22514622-sap_abap_bdc_8.html
Reported!! Again.
pk
‎2009 Feb 03 6:58 AM