How to use WHERE condition in SELECT statement in SAP ABAP

The ‘WHERE’ clause in SELECT query can be used to constrain the selected records from the Database table. The following operators can be used in the ‘WHERE’ clause of SELECT query. Operator Explanation EQ  /  = The data of operand1 must be equal to operand2. NE   /   < > The data of operand1 must not …

How to use WHERE condition in SELECT statement in SAP ABAP Read More »