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

\Running program in back ground

Former Member
0 Likes
560

Hello,

I want to run a program a particular time. how can i do it?. Please send me some doc's regarding this please to sdn.sap.com@gmail.com

regards

SDN powered

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
524

HI,

Documnet sent. Plz check your mail id.

Reward points if this Helps.

Manish

4 REPLIES 4
Read only

Former Member
0 Likes
524

goto transaction code sm36.

Here you can define the background job, time & event to run the job.

Read only

Former Member
0 Likes
525

HI,

Documnet sent. Plz check your mail id.

Reward points if this Helps.

Manish

Read only

Former Member
0 Likes
524

hi ,

go to Se38 transaction, from menu Program->Execute->background..

give variant name there (if program has selection screen).,then click on button "Schedule" ,give any job name in the next screen( say Testing) and specify Date and time there 2 and click on button Schedule Once or Schedule PEriodically as per ur requirement..

hope this helps..

award poinst if it helps..

amit

Read only

Former Member
0 Likes
524

Hi,

You can do this through SM36 transaction.

SM36 -> specify job name ( any name ) ->

Click the start condition -> select the option you require

-> if you want the job periodic click the periodic job flag -> click the radio button periodic values and select frequency

-> save the dialog screen

->click on step ->Provide the program name and if any variant ->check and save the screen

-> Finally again save the main screen -> Your job will now be scheduled.

To monitor just click on Job selection. or go directly through SM37

Regards,