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
382
select-options matnr for mara-matnr 
    if  not matnr-low     is initial  and
            matnr-sign    =  'I'      and
            matnr-option  =  'EQ'     and
            matnr-high    is initial.

What does it mean to check for sign as I and option as EQ. I would like to know what that IF statement is checking for ?

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
353

Hi,

The IF statement will check to ensure there is a single value entered for select-option matnr and no ranges values.

Regards,

Ferry Lianto

1 REPLY 1
Read only

ferry_lianto
Active Contributor
0 Likes
354

Hi,

The IF statement will check to ensure there is a single value entered for select-option matnr and no ranges values.

Regards,

Ferry Lianto