SAP HOST VARIABLE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

host variable
ABAP data object specified in an operand position of an AB_SQL statement
BEGIN_SECTION VERSION 5 OUT or of a statically embedded Native SQL statement
END_SECTION VERSION 5 OUT . The ABAP data object can be a variable or a constant (see host constant). In AB_SQL , a host variable must be prefixed with the escape character @
BEGIN_SECTION VERSION 5 OUT ; in Native SQL with the escape character :
END_SECTION VERSION 5 OUT .
BEGIN_SECTION VERSION 5 OUT In ADBC, the placeholder ? to which ABAP data objects are bound, is used instead of host variables.
END_SECTION VERSION 5 OUT