cancel
Showing results for 
Search instead for 
Did you mean: 

about batch jobs

Former Member
0 Kudos

can we run a normal abap report under batch jobs using sm37.

if yes, how please guide me.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello

We can run any ABAP report on background. We can create a batch job by referring the ABAP program name.

Steps:

First create variant for the report in normal execution mode (to procide input selection parameters in backgrpund)

1. Transaion code SM36

Give Job name you want created (Give some meaningful name) and Press enter

2. Give the ABAP program name

3. Select variant and save the selections

4. Come back to initial screen , select the Start condition button and provide the interval as per requirement to schedule the job and save.

5. Save the job.

Check the Job in SM37 and relase the Job.

warm regards

Rama

Answers (1)

Answers (1)

Former Member
0 Kudos

i got the answer ....thanks to alll