‎2020 Jun 28 6:47 AM
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.
‎2020 Jun 28 7:53 AM
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...
‎2020 Jun 28 6:56 AM
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
‎2020 Jun 28 7:53 AM
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...