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 job

Former Member
0 Likes
845

Hi Champs

How can I run a SE38 Program in background in SM37 as a background job.

suppose I have created a program with some logic in SE38 and don't want to use job_open and job_close FMs and want to set my program as a background job in SM37 for particular daya and time.

Please help.

Thanks in Advance.

Lalit Gupta

Hi Champs

How can I run a SE38 Program in background in SM37 as a background job.

suppose I have created a program with some logic in SE38 and don't want to use job_open and job_close FMs and want to set my program as a background job in SM37 for particular daya and time.

Please help.

Thanks in Advance.

Lalit Gupta

6 REPLIES 6
Read only

Former Member
0 Likes
739

hi,

go to SA38-->enter program name and varaint name or only with program name..

next go to menu or slect program(Alt+r)>background>and shedule -->Give job name and Select periodically or once

and monitor in SM37

prabhudas

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
739

Not sure why you don't want to use JOB* func. modules ?

In this case i think you've to manually schedule the job for the particular date & time in SM36

Read only

Former Member
0 Likes
739

Hi,

You can schedule background job for se38 program through t code 'SM36', here you can set date and time.

Alternatively you can also schedule a background job through se38 also,

Excecute the program in SE38

Input selection criteria

Goto program menu -> choose execute in background.

Thanks,

Venkat

Read only

Former Member
0 Likes
739

Create a Background Job in SM36, give all the conditions & program there & run.

Check the log in SM37.

Read only

Former Member
0 Likes
739

If your program has a selection screen.

Go to Program Menu on Selection screen

Then select Execute in Background.

Regards

Abhii

Read only

Former Member
0 Likes
739

Thanks to every one for their valuable reply.

issue is resolved now.