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
427

what happens internally in select-options?

3 REPLIES 3
Read only

Former Member
0 Likes
389

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

Read only

former_member156446
Active Contributor
0 Likes
389

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.

Read only

Former Member
0 Likes
389

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.