2006 Apr 03 8:48 PM
Hi all,
I have a very specific need and really don't have any ideas on how to solve it.
I have a report with 9 different ALV blocks on the same screen (same execution), using REUSE_ALV_BLOCK_LIST_APPEND.
The users are complaining that since this report has so many columns, they have to scroll all the way to the right in order to view it. They would like to have a single line broke down into 3 lines fitting the "first" screen.
This would be simple if I were using REUSE_ALV_LIST_DISPLAY, where I could have saved a layout using 3 lines. But the block FM doesn't have the layout parameter, so I don't know how this can be achieved.
Do you guys have any suggestion/examples on how to create a ALV Block output with a line broken down into 3 lines ?
Thanks,
Alex.
2006 Apr 04 9:48 AM
Hello Alex,
Whenever you fill the fieldcatalog for the ALV, which has long lines (more columns) then Set the
Catalog-ROW_POS = 1 (for First Line)
Catalog-ROW_POS = 2 (for Second Line) and so on....
Hope this will solve your problem.
Regards,
Naimesh Patel
PS : If it is helpful then please give points.
2006 Apr 04 9:48 AM
Hello Alex,
Whenever you fill the fieldcatalog for the ALV, which has long lines (more columns) then Set the
Catalog-ROW_POS = 1 (for First Line)
Catalog-ROW_POS = 2 (for Second Line) and so on....
Hope this will solve your problem.
Regards,
Naimesh Patel
PS : If it is helpful then please give points.