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

ABAP report columns

Former Member
0 Likes
401

Hi,

My ABAP report columns appear on two rows instead of one. I would like to keep the columns in one row with a horizontal scroll bar.

How do I achieve that?

Thanks,

~Mark

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
363

Hi,

Please check your report attributes


report  ytest message-id yatt
        no standard page heading
        line-size 170
        line-count 65.

Hi,

My ABAP report columns appear on two rows instead of one. I would like to keep the columns in one row with a horizontal scroll bar.

How do I achieve that?

Thanks,

~Mark

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
364

Hi,

Please check your report attributes


report  ytest message-id yatt
        no standard page heading
        line-size 170
        line-count 65.