Get Example source ABAP code based on a different SAP table
ABAP_SQLEXP > - Constant in SELECT> List This example demonstrates one way to use a constant value in the SELECT> list.
ABAP_SOURCE_CODE DEMO CL_DEMO_SQL_EXPR_LITERAL
ABAP_DESCRIPTION It is to be determined whether a row exists for a WHERE> condition, regardless of the content of the row. A constant is specified to make specifying a column of the database and transporting it unnecessary. The target object exists> is created using an inline declaration.