Application Development 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: 

two alv grid using cl_salv_table

Former Member
0 Kudos

Hi All,

I have a small doubt in CL_SALV_TABLE.

Can we display two alv grids in one screen using CL_SALV_TABLE.

I know that we can create through the class cl_gui_alv_grid by creating the custom container.

for CL_SALV_TABLE also i need to create the custom container.

If so then what is the differences between cl_gui_alv_grid and cl_slav_table.

Can anybody please explain me this.

Thanks,

Swapna.

5 REPLIES 5

Former Member
0 Kudos

HI

cl_slav_table is used for List display & cl_gui_alv_grid for grid display.

Former Member

Former Member
0 Kudos

hi,

cl_gui_alv_grid and cl_slav_table are both used for same purpose but th first one is easy to use and second one is used when you are developing complex toolbar.

0 Kudos

Hi,

But my question is using CL_SLAV_TABLE can we create two alv grids in one screen with out creating the container.

Thanks,

Swapna.

0 Kudos

Can you elaborate about developing complex toolbar.?

Thanks,

Hamsitha.