Skip to content

ABAP Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Release 6.40 

Open SQL in Release 6.40


1. Dynamic check of selection tables
2. Dynamic check of internal tables

3. Increase of upper limit for values in conditions

Other versions: 7.31 | 7.40 | 7.54

Modification 1

Dynamic check of selection tables

As of Release 6.40, you can analyze a selection table in a dynamic WHERE condition

Modification 2

Dynamic check of internal tables

As of Release 6.40, you can analyze an internal table specified in FOR ALL ENTRIES in a dynamic WHERE condition. The syntactical comparison with a column in the internal table can take place statically or dynamically.


Note

This change was also transported to Release 6.20.

Modification 3

Increase of upper limit for values in conditions

As of Release 6.40, the upper limit for the space required for all comparison values in WHERE, HAVING, or ON conditions as well as the values in the SET addition of the UPDATE statement is 64 MB. Previously, this limit was 64 KB.


Note

This change was also transported to Release 6.20.