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: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
, orDATS_TIMS_TO_TSTMP
.
- Use of one of the new time zone functions
ABAP_SYSTEM_TIMEZONE
orABAP_USER_TIMEZONE
.
- Use of the relational expression
IS [NOT] INITIAL
.
- The addition
USING CLIENT
is specified in a subquery of the statementINSERT
or this query accesses the table or view that is modified by theINSERT
statement.
- The GROUP
BY addition
GROUPING SETS
is used.
- Access to hierarchy data.
Rules for the Strict Mode
The strict mode in Release 7.53 covers all rules of the strict mode in Release 7.52.