Hello to Everyone,
How do we Display 1 record into multiple lines in CL_GUI_ALV_GRID?
Example:
I have Sales Order Header, Item, and Schedule line fields to be displayed in ALV.
There are 41 Sales Order Header fields to be displayed.
ALV displays all 39 fields as 1 Record and we have to scroll towards the right or left.
I want to display, lets say, 13 fields on each line - total 3 rows.
Is it possible?
After Fieldcatalog, LVC_FIELDCATALOG_MERGE, I changed the row_pos for few cols to 2 and 3,
but during output getting the following Message:
"Multiple lines are only supported for printing and in print view"
Im using an Editable ALV and the requirement is Custom.
Thanks
Rajeev