Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

About select-option statement

Former Member
0 Likes
379

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,

1 ACCEPTED SOLUTION
Read only

sandip_panchal
Explorer
0 Likes
345

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.

2 REPLIES 2
Read only

sandip_panchal
Explorer
0 Likes
346

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.

Read only

Former Member
0 Likes
345

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