SAP NEWS-640-SQL



Get Example source ABAP code based on a different SAP table
  



AB_SQL in ABAP Release 6.40
ITOC

ABAP_MODIFICATION_NN Dynamic Checks on Ranges Tables

From ABAP_RELEASE 6.40, it is possible to analyze a ranges table in a dynamic WHERE condition

ABAP_MODIFICATION_NN Dynamic Checks on Internal Tables

From ABAP_RELEASE 6.40, it is possible to analyze an internal table specified in FOR ALL ENTRIES in a dynamic WHERE condition. The syntax comparison with a column in the internal table can be made statically or dynamically.



Latest notes:

This change was also transported back to ABAP_RELEASE 6.20.
ABAP_HINT_END

ABAP_MODIFICATION_NN Upper Limit for Values in Conditions Increased

From ABAP_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 addition SET of the statement UPDATE is 64 MB. Previously, this limit was 64 KB.



Latest notes:

This change was also transported back to ABAP_RELEASE 6.20.
ABAP_HINT_END