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: 

secheldule alv report in background

Former Member
0 Kudos

hi experts,

i want to secheldule an alv report for repeatedly every friday ,

and want to see on system automaticly when it get executed ......

can anyone tell me how to achive this.?

thanks .

1 ACCEPTED SOLUTION

sjeevan
Active Contributor
0 Kudos

You can set to run it in background and make it email you the results and/or set it to print to a particular printer connected to SAP but I don't think you can schedule it to run periodically in the background and display result on the frond end automatically after report execution.

7 REPLIES 7

Subhankar
Active Contributor
0 Kudos

You have to schedule one job periodically (Weekly). Please search in the forum how to schedule background job. Will get your answer.

Thanks

Subhankar

Former Member
0 Kudos

1. You can schedule only REUSE_ALV_LIST_DISPLAY.

2. Goto SM37 - Create a Job by giving Report Name & Select Periodic Schedule.

Select the Period(days/month/year). then press ok. your Job (i.e report) will be scheduled in background.

3. If the status is active then it is in progress, if the status is finished then it is completed.

0 Kudos

hi Kumaran

i appriciate your response but

your procedure is used for alv generation via function module

i am asking via using classes ie object oriented..

and it's for only sechelduling job in backgrond,

not for showing display after execution.

Thanks

Deepant

0 Kudos

Does it dump when you schedule it in the background?

Rob

sjeevan
Active Contributor
0 Kudos

You can set to run it in background and make it email you the results and/or set it to print to a particular printer connected to SAP but I don't think you can schedule it to run periodically in the background and display result on the frond end automatically after report execution.

Former Member
0 Kudos

hi jeven,

this is possible by using workflow, but i don't knwo how?

that's why i am asking........

thnks to all.

sjeevan
Active Contributor
0 Kudos

As far as I remember when you enter the SAP username in spool list recipient it will send the the result of the executed report to your inbox in SBWP and it opens in ALV LIST . But if your report had clickable fields those won't work because the report already executed. Creating workflow is relevant only if there is a business process involved.