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.53

Other versions: 7.31 | 7.40 | 7.54

Conditions for the Strict Mode

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

  • Use of one of the new date/time functions TIMS_IS_VALID, TSTMP_IS_VALID, TSTMP_CURRENT_UTCTIMESTAMP, TSTMP_SECONDS_BETWEEN, TSTMP_ADD_SECONDS, TSTMP_TO_DATS, TSTMP_TO_TIMS, TSTMP_TO_DST, or DATS_TIMS_TO_TSTMP.
  • The addition USING CLIENT is specified in a subquery of the statement INSERT or this query accesses the table or view that is modified by the INSERT statement.

Rules for the Strict Mode

The strict mode in Release 7.53 covers all rules of the strict mode in Release 7.52.