We are trying to manipulate the alv grid class to get result like in Sap Agenda (SSC1 tcode) i.e. to merge columns and rows.
We found that the class cl_calendar_control_schedule
with the method display
handles that and we are working to understand the content of this method and its parameters.
We found that the internal table of lvc_t_data
type handles horizontal and/or vertical merging of cells (one row of this internal table for each cell), but I struggle to understand how to code cell styling, for example, if I want to wipe just the bottom border or left border. What is the style of different colors, different bolding styles, underlines...?
We found that apart from this variable there is lvc_t_info
typed parameter, what is it for?
Thanks
I Found the answer. Thanks to everyone:
You have to include the cl_alv_contol and you can give all style that you want, like alv_style_color_background + alv_style_font_bold, and the code is a constant in this include.