Hi,
I have one requirement with select options.
I am trying to read the select option values in one Subroutine, but it is giving error
" No structure found with S_KUNNR and no value LOW'.
code is like this.
*********************************
selection-screen S_KUNNR FOR VBPA-KUNNR.
INCLUDE FORM.
PERFORM SUB_DISPLAY.
"
"
"
FORM SUB_DISPLAY.
KUNNRLOW = S_KUNNR-LOW.
KUNNRHIGH = S_KUNNR-HIGH.
ENDFORM.
i am not getting data from S_KUNNR-LOW TO KUNNRLOW.
Please answer asap..
Thanks in Advance.
Kumar A.