‎2008 Feb 24 12:43 PM
‎2008 Feb 24 12:56 PM
for example.
select-options:lifnr for lfa1-lifnr.
if we write like aboue inside it create
lifnr-low ='10'
,lifnr-high=1000
,lifnr-sign,= i or e
lifnr-option='bt'
wat ever we writes in the lifnr-low that will appar on the selection screen low field.
wat ever u writes on the lifnr-high that will appear on the selection screen high output.
lifnr-sign means include or exclude.
lifnr-sign means between ('bt') means between lifnr-low and lifnr-hign.
above four options available in the inside of the selection options
Edited by: krishna reddy on Feb 24, 2008 1:56 PM
‎2008 Feb 24 5:13 PM
basically select-option is a table... with contains all the values in between what ever you enter between low and high of SO.
low = 1 and high = 5.
so table will contain 1 2 3 4 5 , so that is the reason you can use a in operator with select options.
vbeln in so_vblen.
‎2008 Feb 25 1:35 AM
Hi, jayashankar .
Please check this link: http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/select_o.htm, I think this can help you.
Regards,
feng.