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

Background execution

former_member734916
Participant
0 Likes
671

Hi,

Good day,

When I executed a zreport it is giving short dump saying 'time limit exceeded'.

Then I executed the report in background mode, then it is executed properly, but it is showing only half of the columns remaining columns are not showing.

please tell me, how to see all the columns.

thanks and regards.

Krishna.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
646

Hi Krishna,

how long is the Line-Size in your Report,

In background you have to set a printer.

Do you have set the right output Format of the printer?

Perhaps you have to set 060_255?

Regards, Dieter

5 REPLIES 5
Read only

Former Member
0 Likes
646

Hai Krishna,

What report you are displaying, whether a classical report or an ALV Report. If classical report check the line width. Try to limit you report length.

Read only

0 Likes
646

Hi Sakthi,

Thanks for your informaton.

This is classical report only.

When executed this report giving some inputs by normal execution it is showing all columns.

but, for a particular inputs it is giving time limit exceeded, so i am executing in background mode then probelm coming.

Please advise.

Krishna

Read only

0 Likes
646

Krishna,

You need to tell your basis administrator to

"Increase timeout of a dialog process" in the profile/instance parameters.

Read only

Former Member
0 Likes
647

Hi Krishna,

how long is the Line-Size in your Report,

In background you have to set a printer.

Do you have set the right output Format of the printer?

Perhaps you have to set 060_255?

Regards, Dieter

Read only

Former Member
0 Likes
646

Hai Krishna,

How many records are fetched in the report ? Try to limit the select query. Try to do reporting in foreground.