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 o/p

Former Member
0 Likes
928

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.

8 REPLIES 8
Read only

former_member188594
Active Participant
0 Likes
904

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.

Read only

0 Likes
904

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

Read only

0 Likes
904

Hi change ur Printer Settings i.e. Change the page layout to landscape and try,

awrd points if useful

Bhupal

Read only

Former Member
0 Likes
904

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.

Read only

former_member841898
Participant
0 Likes
904

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

Read only

0 Likes
904

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.

Read only

Former Member
0 Likes
904

Hi,

Increase ur line size (LINE-SIZE) in the beginning. Think this will work.

Regards,

Ramya

Read only

Former Member
0 Likes
904

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.