fidley / falv

FALV - Fast ALV Grid
https://abapblog.com
GNU General Public License v3.0
141 stars 52 forks source link

How to use layout variant? #89

Closed Nioniotte closed 3 months ago

Nioniotte commented 3 months ago

Hello,

How can I set the layout variant (type like slis_vari) before calling display( )?

Best regards, Misha

fidley commented 3 months ago

Hi Misha, you can use VARIANT variable (type DISVARIANT) before display method. It is public in the FALV object.

falv->variant = value #( report = sy-repid variant = 'your_variant').