2008 Jul 01 8:41 AM
Hi Experts,
I have one requirement which as follows,
In Module pool program i need to display the Values in Matrix format i.e,
Row = Color
Column = Size
Can you Please Help me out.
Thanks n Advance.
Logu
Hi Experts,
I have one requirement which as follows,
In Module pool program i need to display the Values in Matrix format i.e,
Row = Color
Column = Size
Can you Please Help me out.
Thanks n Advance.
Logu
2008 Jul 01 10:49 AM
create your internal table dynamically (with number of columns corresponding to number of sizes)
this is done easily with class CL_ALV_TABLE_CREATE method CREATE_DYNAMIC_TABLE
then use the internal table for ALV output
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |