‎2020 Jun 22 7:10 AM
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.

‎2020 Jun 22 8:19 AM
‎2020 Jun 22 7:22 AM
Read carefully what says the error message, and read what you do in your program.
‎2020 Jun 22 7:31 AM
jandrivay,
Your Error message explains clearly on the root cause.
What i can suggest is, place a break-point and follow carefully how the system proceeds in executing the code lines. You will surely understand more on the issue.
‎2020 Jun 22 8:19 AM
‎2020 Jun 22 9:22 AM
Hi 3a9e4ce873a94034b33dc62b0ce600ee .
Thank you, my problem solved.