ABAPOperator - ooxxvv/MySAPnotes GitHub Wiki

ABAPOperator

  • ABAP 語言內建的各式運算子。

邏輯運算子

  • For All

  • EQ => EQual

  • NE => <>, Not Equal

  • GT => > , Greater Than

  • LT => < , Less Than

  • GE => > =, Greater or Equal

  • LE => < =, Less or Equal

  • For Character-Like

  • CO => Contains Only

  • CN => Contains Not only

  • CA => Contains Any

  • NA => contains Not Any

  • CS => Contains String

  • NS => contains No String

  • CP => Contains Pattern

  • NP => contains No Pattern

  • LK => corresponds to the LIKE operator in a SELECT ... WHERE clause