SAP ABAP SQL COLUMNS



Get Example source ABAP code based on a different SAP table
  



AB_SQL - col

ABAP_SYNTAX
... $[data_source$|tabalias~$]colname
$| $[data_source$|tabalias~$]sql_path -element ...

ABAP_VARIANTS:
1 ... colname
2 ... sql_path-element

ABAP Addition
... data_source$|tabalias~

What does it do?
Specifies a column of a data source of a query or the target of a write in an AB-SQL statement.
Columns can be specified as elementary SQL expressions in all operand positions in which SQL expressions are possible. However, they can also occur in specific operand positions in which no SQL expressions are possible.

ABAP_VARIANT_1 ... colname

What does it do?
Specifies a column of a data source of a query or of the target of a write directly using its name colname (as defined as a component of the associated DDIC structure).



Latest notes:

For a column specification, the actual names of the components must be used for a DDIC database table that contains an