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

Background BDC

Former Member
0 Likes
438

How do we submit a BDC as a background Job?

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
405

Hi..

RSBDCSUB - this program takes the Session Name as input and process the Session in Background.

First Create a Variant for this program in SE38 with the Session name as input.

Then you have to Create a Background Job in Tcode SM36 to Execute this program in Background.

Check the Job status in SM37 and Session processing log in SM35.

<b>REWARD IF HELPFUL</b>

2 REPLIES 2
Read only

Former Member
0 Likes
405

This question would be better off in the ABAP forum.

However, you can submit RSBDCSUB from the program creating the batch input session. Please check its documentation.

Rob

Read only

varma_narayana
Active Contributor
0 Likes
406

Hi..

RSBDCSUB - this program takes the Session Name as input and process the Session in Background.

First Create a Variant for this program in SE38 with the Session name as input.

Then you have to Create a Background Job in Tcode SM36 to Execute this program in Background.

Check the Job status in SM37 and Session processing log in SM35.

<b>REWARD IF HELPFUL</b>