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

Former Member
0 Likes
499

HI FRIENDS ,

I am printing a report output , by default yhe output comes in landscape format , but i want output in portrait format

how to get this one..

regards

kamil..

HI FRIENDS ,

I am printing a report output , by default yhe output comes in landscape format , but i want output in portrait format

how to get this one..

regards

kamil..

2 REPLIES 2
Read only

varma_narayana
Active Contributor
0 Likes
479

Hi..

Report ZZREPORT

line-count(80)

line-size 100

no standard page heading.

Check out this..

<b>Reward if it helps</b>

Read only

Former Member
0 Likes
479

hi,

This depends on the number of lines and colums you have specified with the LINE-SIZE and LINE-COUNT parameters in the first line of your report.

For instance if you specify LINE-COUNT 65 and LINE-SIZE 132 page format X_65_132 will be triggered which is set to landscape format.

If you want a portrait output you should specify these parameters in a way that a portrait page format is selected.

or you can also define a custom page format (using transaction SPAD) which fits the 105 characters you require. As it is a custom page format you can define it as portrait.

regards,

raksha