ABAP - Keyword Documentation →  ABAP - Reference →  Processing External Data →  ABAP Database Accesses →  Open SQL →  Open SQL - Operands → 

Open SQL - Host Expressions

Syntax

... @( expr ) ...

Effect

Host expressions are ABAP expressions expr that can be specified in operand positions in Open SQL. expr is a general expression position. Any expressions or calls possible here, plus individual data objects, can be specified.

The operand positions for host expressions are the following reading positions:

The host expressions of an Open SQL statement are evaluated from left to right and the results are passed to the database, like the content of host variables. The following restrictions apply:

Notes

Examples

See



Continue
Host Expressions, Use in the WHERE Condition