I am trying to implement output like on the attached pictur, where I expect one cell to have multiple values
I want to show it in ALV grid and in future I need to export it in excel document. How?
I am trying to implement output like on the attached pictur, where I expect one cell to have multiple values
I want to show it in ALV grid and in future I need to export it in excel document. How?
No, it's not possible because CL_GUI_ALV_GRID is a very simple control, many things are not possible. As said here:
You have to find a standard workaround (I prefer not talking of the hidden/unsupported feature of merging cells), like a button or a hyperlink in the cell, clicking it displays multiple values (implement it the way you like).