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 call several reports in sequence from a main program

Former Member
0 Kudos

Hello Experts,

How can we call several reports in sequence from a main program?

If one of the reports fails in between how to start the process again from that report again in the main program?

Thanks in Advance,

Sandhya

1 ACCEPTED SOLUTION

former_member218674
Contributor
0 Kudos

Hello Sandya,

I think JOB scheduling is good idea for scheduling reports in sequence. we can also check for status of report i.e. running or failed etc. depending on the status we can also take action like re-scheduling etc.

For more information on scheduling JOB see following link:

https://wiki.sdn.sap.com/wiki/display/Snippets/HowtocreateandreleaseaJob

Thanks,

Augustin.

2 REPLIES 2

former_member218674
Contributor
0 Kudos

Hello Sandya,

I think JOB scheduling is good idea for scheduling reports in sequence. we can also check for status of report i.e. running or failed etc. depending on the status we can also take action like re-scheduling etc.

For more information on scheduling JOB see following link:

https://wiki.sdn.sap.com/wiki/display/Snippets/HowtocreateandreleaseaJob

Thanks,

Augustin.

Peter_Lintner
Participant
0 Kudos

Hi!

You have to save the executed reports to a db table and at restart the main program has to retreive this infomation and start the report.

Kind regards

Peter