2010 Mar 04 11:47 AM
Hi SapAll.
actually iam new to ABAP ,i just want to know on how i can run the particular program in background .
can any one explain me in steps .
i also want to know on how to delete the particular job which has been already created in sm36 .
will be waiting for best response.
regards.
Varma
2010 Mar 04 12:54 PM
Hi,
Follow these steps
1.Go to SM36, give the desired job name and click on JOB WIZARD, fill the necessary details by folowwing next steps, give the programe name and variant with which you want to execute the report.Schedule the job immidietely or later stage as per the requirement.
save the job.
Go to SM37-> Give the scheduled job name and execute
you can see the details of the job by selecting the job and then checking the log.From SM37, you can delete the already processed jobs if log is not required.
Hope this helps.
Thanks
Tejaswini
Hi SapAll.
actually iam new to ABAP ,i just want to know on how i can run the particular program in background .
can any one explain me in steps .
i also want to know on how to delete the particular job which has been already created in sm36 .
will be waiting for best response.
regards.
Varma
2010 Mar 04 11:50 AM
Hi,
You can use the Transaction Code SM36 to schedule the job in backround and the same the Transaction you can able to delete the job.
2010 Mar 04 11:50 AM
2010 Mar 04 11:59 AM
Hi nehru.
i know that i must use sm37 but i just want the steps to configure the job creation for running the program in background for a specifed time interval.
regards.
Varma
2010 Mar 04 12:11 PM
Hi
Find the below steps to be defined.
1. Go to SM36 -
> Give the Program Name
2. If you have priority defined that to in Job class
3. Click -
> Start Condition
4. Select Data/Time Tab
5. Give the Date and Time for the job execution. (If you want to certain intervale provide it)
2010 Mar 04 11:59 AM
2010 Mar 04 12:54 PM
Hi,
Follow these steps
1.Go to SM36, give the desired job name and click on JOB WIZARD, fill the necessary details by folowwing next steps, give the programe name and variant with which you want to execute the report.Schedule the job immidietely or later stage as per the requirement.
save the job.
Go to SM37-> Give the scheduled job name and execute
you can see the details of the job by selecting the job and then checking the log.From SM37, you can delete the already processed jobs if log is not required.
Hope this helps.
Thanks
Tejaswini
2010 Mar 05 5:37 AM
Hi...
1) create a variant in SE38 Transaction
2) Go to transaction SM36 , give job name and select Job class
3) Go to step tab and give progname and variant
4) go to start condition tab and selcet "immediate" and mention periodic values also.
hope it will help you.
Regards,
Lokeswari.
2010 Mar 05 6:18 AM