SAP NEWS-763-ABAP SQL
Get Example source ABAP code based on a different SAP table
AB_SQL in ABAP Release 7.63 ITOC
ABAP_MODIFICATION_NN New Addition OFFSET> in SELECT> >
An addition
OFFSET>> can now be specified to specify the first row of the result set.
ABAP_MODIFICATION_NN SQL Functions>
The new string functions LEFT>>, CONCAT_WITH_SPACE>>, INSTR>>, and RPAD>> perform operations on strings. This means AB_SQL now supports the same string functions as ABAP CDS>.
ABAP_MODIFICATION_NN New Additions in DELETE dbtab>>
In the variant DELETE FROM target> of the statement DELETE>>, the additions ORDER BY>>, OFFSET>>, and UP TO>> can now be specified to restrict the number of rows to delete.
ABAP_MODIFICATION_NN Strict Mode in the Syntax Check>
If one the new features listed above is used in an AB-SQL statement, the syntax check is performed in a ABAP_STRICT_763 strict mode / , which handles the statement more strictly than the regular syntax check.