SAP NEWS-640-SQL

Get Example source ABAP code based on a different SAP table
  



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

ABAP_MODIFICATION_1 - Dynamic check of selection tables

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

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



Latest notes:This change was also transported to Release 6.20.


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



Latest notes:This change was also transported to Release 6.20.