Get Example source ABAP code based on a different SAP table
AB_SQL in ABAP Release 7.62 ITOC
ABAP_MODIFICATION_NN Subquery as Data Source of INSERT>>
In the AB-SQL write statement INSERT> >, a parenthesized subquery SELECT subquery_clauses>> can now be specified as a data source after FROM>. The rows of the result set of the subquery are inserted into the target table directly on the database. No data transport is required between the database and AS ABAP.
ABAP_MODIFICATION_NN SQL Functions>
The following changes have been made:
New Numeric Function The new function ROUND>> rounds numeric values.
New String Functions The new functions CONCAT>>, LPAD>>, LENGTH>>, LTRIM>>, REPLACE>>, RIGHT>>, RTRIM>>, and SUBSTRING>> perform operations on strings.
Coalesce Function Expanded The coalesce function> can now have 255 arguments instead of just two and returns the value of the first argument that does not have the null value.
ABAP_MODIFICATION_NN SQL Expressions>
Columns of the built-in dictionary type SSTRING> can now be used in the SQL expressions> CASE>> and the coalesce function>.
ABAP_MODIFICATION_NN Host Expressions>
From ABAP_RELEASE 7.62, host expressions > can be specified for the work areas wa> or the internal tables itab> (from which the data is taken) in the write statements INSERT>>, UPDATE>> , MODIFY> >, and DELETE>>.
ABAP_MODIFICATION_NN CDS Path Expressions>
From ABAP_RELEASE 7.62, path expressions> can be used as data sources> of the FROM> clause> of the statement SELECT>>.