falv icon indicating copy to clipboard operation
falv copied to clipboard

How to use layout variant?

Open Nioniotte opened this issue 1 year ago • 1 comments

Hello,

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

Best regards, Misha

Nioniotte avatar May 15 '24 13:05 Nioniotte

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').

fidley avatar May 15 '24 13:05 fidley