SAP NEWS-767-ABAP SQL



Get Example source ABAP code based on a different SAP table
  



AB_SQL in ABAP Release 7.67
ITOC

ABAP_MODIFICATION_NN Path Expressions

The following enhancements have been made to path expressions that are specified as a data source of the FROM clause of SELECT statements of a query:
When using a path expression, actual parameters can now be passed to CDS entities with input parameters. Path expressions can now contain CDS associations for entities with input parameters.
Filter conditions for CDS associations can now be specified in path expressions.
Path expressions can now be split over several source code rows at the blanks in the syntax for parameter passes and filter conditions and also before slashes (/).

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_767 strict mode / , which handles the statement more strictly than the regular syntax check.

ABAP_MODIFICATION_NN Replacement Service for AB_SQL

The class CL_OSQL_REPLACE can be used in unit tests with ABAP Unit to redirect database accesses in AB_SQL to other databases.