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

scrollbar in normal report

Former Member
0 Likes
464

hi expert .

i am doing a report programing

but my fields are many so the output header is not comes in a row.

so i want to know that there is any possiblety so that i use scrollbar below to the report

if there is , plz tell me..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
437

Hi,

Use line-size keyword in the report statement.

REPORT ZTEST line-size 1023.

Thanks&Regards

Sarves

hi expert .

i am doing a report programing

but my fields are many so the output header is not comes in a row.

so i want to know that there is any possiblety so that i use scrollbar below to the report

if there is , plz tell me..

2 REPLIES 2
Read only

Former Member
0 Likes
438

Hi,

Use line-size keyword in the report statement.

REPORT ZTEST line-size 1023.

Thanks&Regards

Sarves

Read only

Former Member
0 Likes
437

thanks Sarves