2008 Feb 27 6:09 AM
Hi,
My program is a classical report. when i execute the program it displays the o/p in the form of columns( that was coded in the program with uline and sy-vline commands) totally they are 22 columns in the o/p.
Problem is when i am scheduling the report in background and executing the program i am not able to view the complete o/p. out of 22 columns i am able to view only 12 columns.
I am not knowing the reason why this is happening. If i reduce the width of the columns can i view the complete list o/p?
please help me out in resolving this as i need this urgently.
Thanks,
Ramya.
Hi,
My program is a classical report. when i execute the program it displays the o/p in the form of columns( that was coded in the program with uline and sy-vline commands) totally they are 22 columns in the o/p.
Problem is when i am scheduling the report in background and executing the program i am not able to view the complete o/p. out of 22 columns i am able to view only 12 columns.
I am not knowing the reason why this is happening. If i reduce the width of the columns can i view the complete list o/p?
please help me out in resolving this as i need this urgently.
Thanks,
Ramya.
2008 Feb 27 6:36 AM
Hi,
try to increase the line size of your report and check executing the program in background.
eg., REPORT z_urreport LINE-COUNT 65(8) LINE-SIZE 132.
Reward points if useful.
Regards.
2008 Feb 27 7:02 AM
Hi,
Even if i increase the line-size o/p is not displaying completely.
Its showing the same o/p. only the first 12 1/2 columns are getting displayed
2008 Feb 27 7:13 AM
Hi change ur Printer Settings i.e. Change the page layout to landscape and try,
awrd points if useful
Bhupal
2008 Feb 27 6:55 AM
hi,
increse the line size of ur report i.e increase the list width of the o/p of report.
reward if usefull.
regards,
pavan t.
2008 Feb 27 6:57 AM
hi,
try to increase the line size, maximum u can give it up to 255.
otherwise try it in simple alv by creating fieldcatalogs.
regards
pankaj
2008 Feb 27 8:03 AM
Hi pankaj,
This is a CR work assigned to me. some modifications to be done. I cannot change the layout of list.
The Line size declared in the report was 600 which is greater than 256.
Is this the reason why i am not able to view the complete o/p list in the background.
when the list is displayed in the backgroud as graphical display its displaying only some columns(i think only upto 256 characters of data.)
when it is displayed in raw display in background its showing complete o/p.
please clarify my doubt.
Thanks
Ramya.
2008 Feb 27 7:01 AM
Hi,
Increase ur line size (LINE-SIZE) in the beginning. Think this will work.
Regards,
Ramya
2008 Feb 27 7:27 AM
hi ramya,
you need to decrease the column width of the output fields, it allows upto 255 length, if the output fields length exceed more than 255 it does not display the output.
from u r point of view till 12 th column the length is 255 that's the reason remaining columns are not diaplayed.
so u need to adjust all the 22 columnns with 255 length or other option u need to go for ALV.
reward points if it helps.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |