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

Display two sub - colums under 1 primary column using Function Module

Former Member
0 Likes
547

Hi,

I need to display two sub columns under 1 primary column

ie Using the function Module REUSE_ALV_GRID_DISPLAY.

Using thus function module i want to display sub columns under 1 main column

Is it possible? can you please specify me how w

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
521

Hi,

it seems like you´re talking about a hierarchichal list, which you can display with function REUSE_ALV_HIERSEQ_LIST_DISPLAY. You find examples in SDN or in SAP.

3 REPLIES 3
Read only

Former Member
0 Likes
522

Hi,

it seems like you´re talking about a hierarchichal list, which you can display with function REUSE_ALV_HIERSEQ_LIST_DISPLAY. You find examples in SDN or in SAP.

Read only

0 Likes
521

I am generatiing columns dynamically for a set of columns

but here the case is

there are two columns which are being populated dynamically and i want a header which has to generate dynamically for every 2 or 3 columns

Read only

Former Member
0 Likes
521

Answer Self