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: 

CL_SALV_TABLE - what about variant?

MaryM
Participant
0 Kudos

Hi everyone,

Im using CL_SALV_TABLE for my ALV display, but dont know ho to include variant option.

I can't find a class for SALV varaiant.

Thank you for all your help!

MaryM

2 REPLIES 2

karsten_korte
Participant
0 Kudos

Hi MaryM,

is CL_SALV_LAYOUT what you're looking for?


DATA: lr_layout TYPE REF TO cl_salv_layout,
lr_layout = alv->get_layout( ).

see also ['Button Save layout not appearing in the Applicaion toolbar'|;

0 Kudos

Hi Karsten,

yes I think CL_SALV_LAYOUT will do just fine.

I'll use set_initial_layout or set_default methods.

Thanks!

MaryM