REUSE_ALV_COMMENTARY_WRITE using Objects
Hello,
Is it possible to have the same functionality as the FM "REUSE_ALV_COMMENTARY_WRITE" provides for ALV in cases where ALV is created using objects ?
I am using
CALL METHOD grid1->set_table_for_first_display
EXPORTING i_structure_name = 'OUTPUT'
is_variant = gs_layout
i_save = 'X'
I_DEFAULT = 'X'
is_layout = t_layout
CHANGING it_outtab = output[]
it_fieldcatalog = t_fieldtab.
to generate the ALV output. I find this better , as you can play with toolbars/custom events etc. Now, I want to also display top-of-page for this ALV(not just while printing) - I know I can get this if I had used the FM to generate the ALV
Any ideas?
Thanks
Joe M
If you are using object to display ALV, you create your own screen too. You can create one text item on the screen just above custom control displaying ALV grid and populate it with text whatever you want.
yeah - I thought of that option -
But it's more easier if it was possible to do it via code - that way it can be dynamic especially if dealing eith logos.