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

long running reports

Former Member
0 Likes
657

Hi all,

i have requirement , user level run the long running reports in morning session... so that sap will slow...

to avoid this i need to restrict which all the reports should run morning and evening... should to restrict.

if user try run r schedule in background to should show error message like this as to be 'run in evening time'

please guide me how to do it.

example: reports z1,z2,z3,z4,z5 this are not long running reports they can run morning session.

reports l1,l2,l3,l4,l5 this as are long running reports they need to run or schedule in background at evening time.

regards

santosh

Edited by: santosh jajur on Jul 7, 2009 10:06 AM

Edited by: santosh jajur on Jul 7, 2009 10:06 AM

Hi all,

i have requirement , user level run the long running reports in morning session... so that sap will slow...

to avoid this i need to restrict which all the reports should run morning and evening... should to restrict.

if user try run r schedule in background to should show error message like this as to be 'run in evening time'

please guide me how to do it.

example: reports z1,z2,z3,z4,z5 this are not long running reports they can run morning session.

reports l1,l2,l3,l4,l5 this as are long running reports they need to run or schedule in background at evening time.

regards

santosh

Edited by: santosh jajur on Jul 7, 2009 10:06 AM

Edited by: santosh jajur on Jul 7, 2009 10:06 AM

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
616

You can send a message to all users from SM02 transaction to run

those specific reports in background.

The mesage will trigger when user logon to SAP for the first time on the day.

Read only

Former Member
0 Likes
616

Are these Zreports? If yes then you may prbably achieve this by small piece of code with the use of SYUZEIT and SYBATCH combination.

Read only

0 Likes
616

can u send code...