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

BDC BACKGROUND SCHEDULEING

Former Member
0 Likes
346

Hi friends,

Please kindly help me on below issue.

If i schedule the job BDC in background, how the system will process the session by going to SM35.

i.e unless you process the session data will not be updated.

Thanks in Advance. your answer will be given points.

Regards,

Purna.

1 ACCEPTED SOLUTION
Read only

prabhu_s2
Active Contributor
0 Likes
328

check with the report RSBDCSUB to process the session. for this report a background job can be schduled with the proper variants

2 REPLIES 2
Read only

prabhu_s2
Active Contributor
0 Likes
329

check with the report RSBDCSUB to process the session. for this report a background job can be schduled with the proper variants

Read only

Former Member
0 Likes
328

Hi..

Go to SM36...clik on Job Wizard ( Application Toolbar )

Give the JOb name....

Select the abap program step..

and give the Pg Name : RSBDCSUB

Pass the variant name of the above program which will encapsulate the Session name. U need to create Variant before u schedule a job..

and schedule job...

So whenever ur job will execute this program will be triggered and hence the sessions will be processed in background

Edited by: Dhananjay Patil on Mar 11, 2008 12:19 PM