Application Development and Automation 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: 
Read only

BAPI in Background mode

Former Member
0 Likes
790

Hi,

How to schedule BAPI in Background mode.

Thanks in advance.

Regards,

Madhavi

4 REPLIES 4
Read only

Former Member
0 Likes
613

Hi,

Check out the below link if it helps you:

Regards,

Rahul

Read only

Former Member
0 Likes
613

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

Read only

0 Likes
613

Your answer is a copy-paste from

http://software.feedfury.com/content/22514622-sap_abap_bdc_8.html

Reported!! Again.

pk

Read only

matt
Active Contributor
0 Likes
613

Guestification to follow shortly...