SAP HOST EXPR IN WHERE COND ABEXA



Get Example source ABAP code based on a different SAP table
  



Host Expressions, Use in the WHERE Condition
This example demonstrates host expressions on the right side of a relational expression of a WHERE condition.

ABAP_SOURCE_CODE
DEMO CL_DEMO_SELECT_WHERE_TAB_EXP

ABAP_DESCRIPTION
A table expression is evaluated as a host expression on the right side of an SQL condition. The result is used for the comparison with the column specified on the left side.