2009 May 14 12:53 PM
Hi Experts,
Can anyone solve my problem.
I want to Execute BDC for 'ME21' transaction 3 times for a day. That means for every 8 hours the BDC should be executed with out manual interacation.The BDC should be done automatically.
Please solve my problem how to schedule this in Back Ground or any other way to reach my requirement.
Thanks & Regards,
Kumar.
2009 May 14 12:56 PM
Hi,
You can schedule a job in background for the same via SE37.
Regards,
Ankur Parab
Hi Experts,
Can anyone solve my problem.
I want to Execute BDC for 'ME21' transaction 3 times for a day. That means for every 8 hours the BDC should be executed with out manual interacation.The BDC should be done automatically.
Please solve my problem how to schedule this in Back Ground or any other way to reach my requirement.
Thanks & Regards,
Kumar.
2009 May 14 12:56 PM
Hi,
You can schedule a job in background for the same via SE37.
Regards,
Ankur Parab
2009 May 14 1:02 PM
you can write the BDC program for ME21 trnasacton and schedule it as a job to run for every 8 hours
this all can be done in Define BACKG Job.in sm36/37..
2009 May 14 1:02 PM
Hi,
Goto SM36 and create a background job with your program name, in the next screen select it as Date and TIme there select the everyday and give the time.
Thanks
Sudheer
2009 May 14 1:10 PM
Use Program RSBDCSUB. What you need to know is the session name.
2009 May 14 2:21 PM
Please Explain How to shedule Job in Back Ground .. with any example..
Thanks in Advance,
Kumar
2009 May 14 4:16 PM
Hi,
Go to SM36.
Create a new job by any name.
Add steps in it.
In the step specify the program which you want to run along with the variant.
Then schedule the job.
Schedule the job immediately or at particular time.
The Job can be also marked as a periodic job incase it has to run daily.
Kindly check this link.
[http://help.sap.com/saphelp_erp60_sp/helpdata/EN/c8/6a56389f64246fe10000009b38f889/frameset.htm]