ALV GRID HEADING
Hi,
I am using ALV Grid Control, I am using the FM to specify the heading.
I have a requirement where I need to display the Column Heading as:
_____________________
|Number of Lots Received|
|During the | Upto the |
|Month | Month |
-------------------------------
I have searched for a reply in this forum but could not find a proper answer.
Is there a possibility to display the heading in 2 lines.
Please do reply immediately.
Thanks
abapraj
Try assigning the field catelogue row value to '2'. Your first line of fields should be assigned to row 1, your second to row two and so on. In assigning your 'fields' to these rows, the headings will be assigned to them as well.
I have to admit that I haven't done this recently, but seem to remember that that's how I did it way back when and since you didn't get any other replies suggest you give that a try.
u can use FM reuse_alv_commentary_write. for this u need to fill the data in a internal table having structure something like slis_..
Hi,
I am using ALV Grid Control, I am using the FM to specify the heading.
I have a requirement where I need to display the Column Heading as:
_____________________
|Number of Lots Received|
|During the | Upto the |
|Month | Month |
-------------------------------
I have searched for a reply in this forum but could not find a proper answer.
Is there a possibility to display the heading in 2 lines.
Please do reply immediately.
Thanks
abapraj
u can use FM reuse_alv_commentary_write. for this u need to fill the data in a internal table having structure something like slis_..
Hi,
I am using ALV Grid Control, I am using the FM to specify the heading.
I have a requirement where I need to display the Column Heading as:
_____________________
|Number of Lots Received|
|During the | Upto the |
|Month | Month |
-------------------------------
I have searched for a reply in this forum but could not find a proper answer.
Is there a possibility to display the heading in 2 lines.
Please do reply immediately.
Thanks
abapraj
As far as I know it is not possible to achieve this by using the GRID
- use the REUSE_ALV_LIST.... instead.
Christian