‎2012 Jan 10 11:07 AM
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
‎2012 Jan 10 7:32 PM
Hello,
Check all the performance check list like restricting select-options in where conditions of select statements.
Best Reagrds,
Venkata.
‎2012 Jan 10 9:16 PM
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
‎2012 Jan 10 9:23 PM
> 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?
‎2012 Jan 10 11:26 PM
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.
‎2012 Jan 11 5:22 AM
Hi,
@ Paul: It's Z report.
@ Jeevan: Have already set a layout.
issue still persist.
Regards,
R Mav
‎2012 Jan 11 6:06 AM
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 ??
‎2012 Jan 11 8:25 AM
‎2012 Jan 11 8:32 AM
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?
‎2012 Jan 11 9:13 AM
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
‎2012 Jan 11 11:58 AM
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.