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: 

How to schedule background jobs?

Former Member
0 Kudos

Hi folks,

I had written a bdc program for transaction cu34 to create run time versions. my program name is some xyz

and i had a excel file to upload the data.

Could you please provide me the steps to schedule that program xyz as a background job.

it's urgent.

Regards,

Ramesh

6 REPLIES 6

Former Member
0 Kudos

Hi,

Using SM36 & SM37 Tcodes u refine job and schedule backgroung jobs.

Regards,

Narasimha

Former Member
0 Kudos

SE38 -> select the program.

Go to menu -> Program Execute in background.

Just keep pressing enter and whereever you see SAVE button, press save.

Thats it, job is scheduled.

Goto SM37 to chk the result of the job.

Regards,

Subramanian

nikhil_chitre
Active Participant
0 Kudos

Hi,

Go to Transaction SM35.

Give a Job name , follow the steps

Ececute the Job with variant

there is Job Set up Wizard.

that could be of help to you.

Regards,

Nikhil

Former Member
0 Kudos

Former Member
0 Kudos

Background jobs can be schedules by using t-code: sm36,

and sm37: to overview of backgroung jobs.

In sm37, u have to give the bdc program name.

Regards,

Asha

Former Member
0 Kudos

If you want to upload the data from Excel file on presentation server(your system) then it won't work in background.

All the function modules available to upload data from excel requires GUI interaction which is not available in background.

So for background processing, it is required to have file on application server and not on presentation server.

SCHEDULING JOB

Sm36 & Sm37 are used to schedule the job.

Or press execute button in SE38 and on selection screen - >goto program - >execute in background.

reward if useful.