Get Example source ABAP code based on a different SAP table
NO •
SQL and Updates in ABAP Release 6.10 ITOC
ABAP_MODIFICATION_NN COMMIT WORK> in Local Updates>
As in the asynchronous update, the system now also sets the system field SY-ONCOM> = V in the local update. Therefore the system recognizes a COMMIT WORK>> in the function module that makes the local update, and this raises an uncatchable exception (a runtime error)
ABAP_MODIFICATION_NN Additional Syntax Checks>
Additional syntax checks were introduced for the following constructs:
Subqueries> in WHERE> conditions are only allowed if the source table is transparent.
The addition GROUP BY>> is now also only possible with transparent tables.
INTO CORRESPONDING>> is now only possible when moving data to structured work areas or internal tables.
ESCAPE>> in WHERE conditions> for SELECT>, DELETE>, and UPDATE> of pooled tables
ABAP_MODIFICATION_NN Type Check in the Addition VERSION>>
In the case of the statements MODIFY>> , DELETE>>, READ TABLE>>, and LOOP AT>> only fields of types C, N, D, T, and flat> structures of the same types are allowed for the addition VERSION>.
ABAP_MODIFICATION_NN Dynamic SQL>
Dynamic specifications are now possible for the following language constructs:
ABAP variables in WHERE>>, HAVING>>, FROM>>, and SET>>.
Lowercase spelling when specifying table names dynamically.
Dynamic WHERE> in DELETE>> and UPDATE>>
Dynamic SET> in UPDATE>>.
Dynamic aggregate expressions> in the HAVING>> clause