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

max_linesize - ALV LAYOUT

Former Member
0 Likes
529

What is the limit for the field max_linesize for the ALV layout?

I need to print 300 fields, but its doing a short dump for memory on the Quality ambient.. in the development Ambient, it is showing normally.

Someone knows what is this problem?

1 REPLY 1
Read only

former_member191735
Active Contributor
0 Likes
388

That depends on printer. If you execute your report in background this will give you only 256 char.

Well, if you want to print the 300 lines, you need to run the report in foreground and you have to choose the printer format X_65_512/2 or X_65_256/2. This will print in 2 pages.

Press properties on printer to choose the format.