‎2008 Mar 11 10:59 AM
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.
‎2008 Mar 11 11:05 AM
check with the report RSBDCSUB to process the session. for this report a background job can be schduled with the proper variants
‎2008 Mar 11 11:05 AM
check with the report RSBDCSUB to process the session. for this report a background job can be schduled with the proper variants
‎2008 Mar 11 11:19 AM
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