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

Problem in Report Layout

Former Member
0 Likes
1,262

In our environment when i execute the report in foreground; output is proper for small range of input .But when I execute for large range of date it gives time out dump . As it uses standard SAP reports inside.Hence we are running the report in the background but the report output in background is not coming properly .The alignment of column is improper and is not readable.

Please suggest the solution.

Regards,

r Mav

10 REPLIES 10
Read only

Former Member
0 Likes
1,091

Hello,

Check all the performance check list like restricting select-options in where conditions of select statements.

Best Reagrds,

Venkata.

Read only

paul_bakker2
Active Contributor
0 Likes
1,091

Hi,

That sounds strange. So you are running a standard SAP report? Can you please give the name of this report.

When you run the program in the background, you have to specify an output device. Can thsi device handle the number of coulmns on the report?

cheers

Paul Bakker

Read only

0 Likes
1,091

> That sounds strange.

> Paul Bakker

why so??? [or was it rhetorical?]

anyways, report with a large date range definitely will give dump if its trying to fetch large data.. what exactly is your problem ? the dump or the format?

which standard report?

Read only

sjeevan
Active Contributor
0 Likes
1,091

I don't know if you already did this but when you execute the report in background you'd need to input the layout on the selection screen in the variant you used for the background job.

Read only

Former Member
0 Likes
1,091

Hi,

@ Paul: It's Z report.

@ Jeevan: Have already set a layout.

issue still persist.

Regards,

R Mav

Read only

surajarafath
Contributor
0 Likes
1,091

Is your Zreport is a normal output or ALV? Is it like first few 100 records aligned correctly and further down itis getting not aligned ??

Read only

0 Likes
1,091

Its is an alv report

No complete output is not aligned.

Read only

0 Likes
1,091

Then Check the Coloumn width Optimize and If possible specify the Lenghts for all the columns.

And in the Foreground always check the Print Prieview of the ALV Output.

Can i Know which Method u r using FM or Clasess?

Read only

0 Likes
1,091

Hi,

Have used FM ALV_REUSE_LIST_DISPLAY

but the program has foll sap stndrd includes

RM07GRID INCLUDE for Frames in Lists RM07MLBD_CUST_FIELDS Include RM07MLBD_FORM_01 Include RM07MLBD_FORM_01 RM07MLDD Data definitions for report RM07MLBD

Please suggest

Read only

0 Likes
1,091

Hi,

the dump may be comming because of colum position or the data range which you are providing in the selection screen. Provide the appropriate range and check in debugging how the "Reuse_ALV" Fm is working. So that you will get some idea to get a solution to your problem.

Regards,

Goutam Kolluru.