Note the following when using these operators: If operand2 is a host variable or a host expression, the value is converted (if necessary) to the data type that matches the type of the operand operand1 in accordance with the ABAP conversion rules and the tables of built-in types in ABAP ...
The following table shows the binary relational operators for comparisons between two operands (data objects and return values orcalculation expressions) of any data types incomparison expressions. operatorMeaning =,EQEqual: True if the value ofoperand1matches the value ofoperand2. ...
SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) 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 ...