1

I am trying to implement output like on the attached pictur, where I expect one cell to have multiple values

enter image description here

I want to show it in ALV grid and in future I need to export it in excel document. How?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Quanta Salman
  • 11
  • 1
  • 3
  • Just out of curiosity. Why do you need multiple numbers in 1 cell? It appears like this data would have to be string/text anyways (which you cannot do any calculations on). Generally (not always) that means request is..... let's call it not technically optimal. Is there any reason why splitting cells or showing a cell displaying value count (or total), which you could double click to display the value list? – Zero Nov 23 '18 at 07:08

1 Answers1

2

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).

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48