Depending on the operator in the column option, this involves a comparison between two operands using a binary relational operator or the delimitation of an interval using the ternary operator BETWEEN. The operators "EQ", "NE", "GE", "GT", "LE", and "LT" produce a comparison of sizes:...
Note the following when using these operators: Comparisons between columns or between SQL expressions or aggregate expressions and columns are performed in full on the database. No type conversions are made in ABAP beforehand. If the data types or lengths on the left and right side do not match...
SAP Managed Tags: ABAP Development Dear experts, i would like to select the entries from a table which do not start with 'y' or 'z' as the relation operators are not allowed in select queries please help me on how should i achieve the my desired result. my sample code is as follows...