SAP SQL EXPR IN WHERE COND ABEXA



Get Example source ABAP code based on a different SAP table
  



SELECT, SQL Expressions in the WHERE Condition
This example demonstrates how SQL expressions are used on the left side of a WHERE condition.

ABAP_SOURCE_CODE
DEMO CL_DEMO_SELECT_WHERE_EXPRSSN

ABAP_DESCRIPTION
On the left side of the relational expression, the content of two specified columns is subtracted in an SQL expression. This calculation is performed on the database. The right side is a functional method call in a host expression.