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 Run

Former Member
0 Likes
523

Hi,

I wanted to run a program in background.

How to do this??

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
506

Hi

Tcode SM36.

Create a Job.

Create the Step: Assign the Report name and Variant.

Set the Start condition (Eg Date & Time).

Save the Job.

Tcode SM37. To check the status of the Job.

reward if helpful.

3 REPLIES 3
Read only

Former Member
0 Likes
506

Hi

GOTO SE38

Type the program name

CLICK PROGRAM=>EXECUTE IN BACKGROUND

Else

GOTO SM36,

Schedule the job & SAVE

Check the job in SM37

Best regards,

prashant

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
506

Hi

Create the variant for that Program and using sm36 scheduled that program for background using that variant and using sm37 run in background.

Regards,

Sree

Read only

varma_narayana
Active Contributor
0 Likes
507

Hi

Tcode SM36.

Create a Job.

Create the Step: Assign the Report name and Variant.

Set the Start condition (Eg Date & Time).

Save the Job.

Tcode SM37. To check the status of the Job.

reward if helpful.