Multiple choice technology programming languages

What is the use of SIGN field in select options

  1. For telling the record is Included

  2. For telling the record is updated

  3. For telling the value is positive

  4. For telling the value is negative

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In ABAP SELECT-OPTIONS, the SIGN field determines whether the selection criteria range should include or exclude records. The value 'I' stands for inclusive, signifying that matching records are included, whereas the other options regarding updates, positive, or negative values are incorrect.