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

Setting time out parameter for a single report

Former Member
0 Likes
663

Hello everybody,

The timeout parameter for all ABAP reports is set in the rdisp/max_wprun_time parameter of the AS. In my environment it is 600 seconds (as learned from the short dump I have just gotten).

Does anybody know if the timeout parameter can be set for a single report? If so, must it be done at report level

or at AS level?

Thank you mates

Riccardo

Hello everybody,

The timeout parameter for all ABAP reports is set in the rdisp/max_wprun_time parameter of the AS. In my environment it is 600 seconds (as learned from the short dump I have just gotten).

Does anybody know if the timeout parameter can be set for a single report? If so, must it be done at report level

or at AS level?

Thank you mates

Riccardo

3 REPLIES 3
Read only

kiran_k8
Active Contributor
0 Likes
604

Ric,

It is set at BASIS level,but for a single report I guess it won't be done.You need to optimise your program if it is taking time and it also depends on no.of users using the application.

K.Kiran.

Read only

Former Member
0 Likes
604

I don't think it can be done at report level ...

Read only

Former Member
0 Likes
604

OK thanks, I think two experts' "I guess you can't" make one actual "You can't".

Too bad.

Thank you very much

Riccardo