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

Background

Former Member
0 Likes
394

Dear ABAP Folks ,

Please let me know how to schedule a program in background . My program contains write statements and it is fetching 50 lakhs records . It is giving short dump when i try to execute in back ground . Kindly let me know a better option .

Regards,

Jay .

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
379

if your program contains any GUI interface like GUI download or GUI upload ur program cannot run ins background..

to schedule a job in background, check the SAP documentation link

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

Read only

Former Member
0 Likes
379

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

Reward points if useful.