Skip to Content
0
Former Member
Oct 16, 2007 at 10:06 AM

ABAP ALV with Filter On by default ?

30 Views

Hello All,

Is it possible to make the Filter in ALV active by default, i mean without clicking the link itself. It's possible in JAVA WebDynpro i have already implemented that but wondering how to do the same in ABAP. In java we do it like this

wdThis.wdGetALVInterface().toggleFilter();

Thanks in advance,

Amol