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

Select options

Former Member
0 Likes
679

Hi i need to declare a select_option for so creation..the thing i need is i have to define that default high value to be sy-datum and low value should not be displayed. Please help me with the syntax.

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
596

Use a parameter. All you're interested in is the "to date". Why use a select option? You can position it using SELECTION-SCREEN BEGIN LINE...

2 REPLIES 2
Read only

venkateswaran_k
Active Contributor
596

If you do not want to show the low value field, then why dont you go for PARAMETERs instead of select-option

In the Query - you can use LE, instead of IN

Read only

matt
Active Contributor
597

Use a parameter. All you're interested in is the "to date". Why use a select option? You can position it using SELECTION-SCREEN BEGIN LINE...