‎2009 Dec 09 2:43 AM
Hi ,
I am writing a select-option
s_vtweg for /bic/szdistch-/bic/zdistch modif id r1.
when i do this i am unable to see the s_vtweg-high option in the selection screen.
i.e s_vtweg is displayed without extension and without interval.
and i am working on an APO system.
Thanks,
‎2009 Dec 09 6:17 AM
Try to user below code::
tables : /bic/szdistch.
SELECTION-SCREEN : begin of block b1.
SELECT-OPTIONS : s_vtweg for /bic/szdistch-/bic/zdistch modif id r1.
SELECTION-SCREEN : end of BLOCK b1.
‎2009 Dec 09 6:17 AM
Try to user below code::
tables : /bic/szdistch.
SELECTION-SCREEN : begin of block b1.
SELECT-OPTIONS : s_vtweg for /bic/szdistch-/bic/zdistch modif id r1.
SELECTION-SCREEN : end of BLOCK b1.
‎2009 Dec 09 10:09 AM
Hi,
while using select-options declare the table using ' TABLES'.
ie : Tables : /BIC/SZDISTCH.
also try declaring select-options without modif id and give a try.
SELECT-OPTIONS : s_vtweg for /bic/szdistch-/bic/zdistch.
Regards,
Ranjith Nambiar