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 processing .... transaction.

Former Member
0 Likes
708

Hi

i have to run a report program in background ,say every 30 days ,is there any transaction using which i can do it or any other way please help,its urgent

Regards

Sumant

6 REPLIES 6
Read only

Former Member
0 Likes
686

Hi,

Use SM37 & SM36.

Regards,

JLN

Read only

Former Member
0 Likes
686

1) The transaction code for background job is SM36 to assign

2) go to sm37 for baground job in source system anmd find out the log in source system

Read only

Former Member
0 Likes
686

hi

se38->provide the report which u want execute

in menu bar program->execute-> back ground.

then progrm will run in back ground.

the result u can see in sm 37.

Reward if useful.

thanks,

usha

Message was edited by:

Usha Rani R

Read only

Former Member
0 Likes
686

Hi,

You can schedule the jobs in SM36.

Click on the Job wizard, it will to you the process once you reach job condition, there you need to give the data and time, and schedule the jobs pn monthly basis or as per your requirement.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
686

Hi,

You have create a job for this purpose with your program as a step. For this you have to create variant for this program. If you have any date fields, you need use the dynamic values while creating the variant.

The job can be created in SM36 and you can see the status in SM37.. While creating the job in SM36 you can define it as periodic job..

Reward th points

Read only

Former Member
0 Likes
686

Goto SM36 and click on job set up wizard which will take u through all the steps required to set up a periodic job