Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  Processing External Data →  ABAP Database Access →  ABAP SQL →  ABAP SQL - Overview →  ABAP SQL - Release-Dependent Syntax Check Modes 

Strict Mode in Release 7.51

Other versions: 7.31 | 7.40 | 7.54

Conditions for the Strict Mode

The strict mode of the syntax check in Release 7.51 applies to all ABAP SQL statements that use one of the following attributes introduced in Release 7.51:

  • Use of new SQL functions:
  • Use of the addition AS dtype in the aggregate function AVG

Rules for the Strict Mode

The strict mode in Release 7.51 covers all rules of the strict mode in Release 7.50, plus the following rules:

  • Only the data types b, s, i, and int8 are allowed for the operand n after the additions UP TO and PACKAGE SIZE of the statement SELECT A literal or a constant cannot have the value 0 here.