Application Development 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: 

to display in a report

Former Member
0 Kudos

hi all,

i need to display a report and i give the first row with all the table fields. there are total of all characters length are 200. but only some150 characters are displayed.

how can i see all the fields names in a line like horizontal scrolling

points will be rewarded

thanks in advance

6 REPLIES 6

Former Member
0 Kudos

Hi,

At the begining you need to define line size

report <name> line-size 250

message-id <msgid>

no standard page heading.

Regards,

Atish

Former Member
0 Kudos

In the first line of ur report..increase the line -size.

Thats it..ull get horizontal scroll

REPORT ZTEST LINE-SIZE <>.

Hope dis helps ..reward if it does..

Former Member
0 Kudos

post ur code

Former Member
0 Kudos

Hi Jayasree,

In the first line of the report just increase the line size as below.

REPORT zname LINE-SIZE 250

Regards,

Antony Thomas

reward points if find useful.

Former Member
0 Kudos

Hi,

Pls give NO STANDARD PAGE HEADING LINE-SIZE 255 LINE-COUNT 30

in the report Statment and try. If it is not working, let me know ur question clearly.

R u using ALV display ,etc...

Thanks & Regards,

Ramya.

Former Member
0 Kudos

Hi,

At the beginning of the program ,enter as below.

Report<reportname> line-size <width>.

here u can specify the width of the line,the max can be 1023 characters.when specifed it sets the SY-LINSZ value to the widht value entered.

If not specifed, the line width is set to the standard width based on the

window width.

regards,

sandhya.