Application Development 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: 

Scheduling in Foreground

Former Member
0 Kudos

Hi,

Can this be done???? I have got my ABAP Program.

Thanks.

2 REPLIES 2

kiran_k8
Active Contributor
0 Kudos

Usman,

Ask the user to run the program periodically.

K.Kiran.

Former Member
0 Kudos

Hi

Running the Program in Foreground by scheduling?

In Foreground you can run as and when you want that, meaning of foreground is that.

Background means we will scheduleit and forget about it , and the program runs as per the schedule

see

Create a Variant for the Program and

Schedule JOB in background:

Go to SM36 create a Job

enter Program and Variant for that program in STEP..

click on Start Condition

Click on DATE and TIME enter date scheduled Start and END times

click on Period Values

Click on HOURLY/WEEKLY etc

CLick on RESTRICTIONS also to use further criteria.

so your job will be scheduled and run as per your requirement.

and in SM37 Transaction check the status of that JOB

Check this link for scheduling jobs..

http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm

Regards

Anji