Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Module Pool to Display the Values in Matrix Format

Former Member
0 Likes
376

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

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
351

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