sapdev logo background
sapdev logo sapdev logo
Comments

SAP OO OBS WHERE 1 documentation, setup help and example usage



Return to SAP documentation index


INCLUDE
ARTICLE

Wrong Logical Operators in the WHERE Clause

The logical operators ><(><<)> , =<(><<)> and => are not allowed in ABAP Objects.

  • Error message in ABAP Objects for:


  • ... ... = ... = ...
  • Correct syntax:


  • ... ... = ... = ...
  • Reason:


  • These operators for not equal, less than or equal and greater than or equal are superfluous. They have the same function as <(><<)>> , <(>
    = and = (or NE , LE and GE ).
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




    OO_OBS_VERSION_1
    OO_OBS_WRITE_AT_1




    comments powered by Disqus