Hi all,
can you tell me why this happened?
when i click filter using call selection screen, it's work, and then when i close and i click filter again, that pop up will appear.
SELECTION-SCREEN BEGIN OF SCREEN 101 TITLE TEXT-001.
SELECT-OPTIONS s_vbeln FOR vbrk-vbeln OBLIGATORY.
SELECTION-SCREEN END OF SCREEN 101.
"----------------------------------------------------------
CASE ok_code.
WHEN 'FILTER'.
CALL SCREEN 101 STARTING AT 10 2.
CLEAR gv_init.
