Skip to Content
0
Jun 22, 2020 at 06:10 AM

Error when call selection screen

138 Views

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.

Attachments

error-filter.png (26.1 kB)