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

Enhancing print functionality for ALV report

Former Member
0 Likes
431

Our client requires a special Print at click button in few reports and screens in such a way that there is no effort in setting page sizes etc.

For one particular report, there are many columns. When I try to use List -> Print, only first few columns are printed. I want that all the columns are printed in landscape manner in different pages and the first column is repeated in both pages (it is frozen in report).

How to make these happen?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
400

HI,

You can try following steps,

1) Goto transaction SPAD and create Page formate according to your requirement.

2) Create format and copy action from standard format.

3) create device type

4) assign that device type to custamize output type.

When ever you take print out of that ALV use your custamize Output Type

3 REPLIES 3
Read only

Former Member
0 Likes
401

HI,

You can try following steps,

1) Goto transaction SPAD and create Page formate according to your requirement.

2) Create format and copy action from standard format.

3) create device type

4) assign that device type to custamize output type.

When ever you take print out of that ALV use your custamize Output Type

Read only

Former Member
0 Likes
400

The above mentioned solution is proper. It can be done by basis.

Another solution is to define smartforms through which the reports can be printed as per requirement.

Read only

Former Member
0 Likes
400

Alright, the issue is not still solved due to following reasons -

1) The customer wants that there should be a PRINT button and when we click it, there should be options to choose from A3 and A4.

2) The number of colums is large and they get truncated.

3) There are say 50 columns. If they come in two pages, we want that first column should stay common on both pages.

Help anyone please!