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

Back Ground Sheduling

Former Member
0 Likes
725

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
706

Hi,

You can schedule a job in background for the same via SE37.

Regards,

Ankur Parab

6 REPLIES 6
Read only

Former Member
0 Likes
707

Hi,

You can schedule a job in background for the same via SE37.

Regards,

Ankur Parab

Read only

former_member242255
Active Contributor
0 Likes
706

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..

Read only

Former Member
0 Likes
706

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

Read only

Former Member
0 Likes
706

Use Program RSBDCSUB. What you need to know is the session name.

Read only

Former Member
0 Likes
706

Please Explain How to shedule Job in Back Ground .. with any example..

Thanks in Advance,

Kumar

Read only

0 Likes
706

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]