SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Release-Specific Changes → Changes in Release 7.40 →
Operand Positions in Release 7.40
2. Operand position in CALL FUNCTION ... EXPORTING
3. Operand position behind CASE
4. Operand position in dynamic ASSIGN
5. Operand positions in statements for internal tables
6. Operand positions for events in ABAP Objects
7. Operand positions behind MESSAGE
8. Operand position in WRITE and WRITE TO
Declaration Positions
The new
inline declarations can be made in the new declaration positions.
Operand Position in CALL FUNCTION ... EXPORTING
Actual parameters specified after CALL FUNCTION ... EXPORTING have now become a
general expression position.
Operand Position Behind CASE
The operand position behind CASE was changed to a
general expression position.
Operand Position in Dynamic ASSIGN
The operand comp in the statement ASSIGN COMPONENT comp OF STRUCTURE is now a
character-like or
numeric expression position.
Operand positions in statements for internal tables
Operand positions for events in ABAP Objects
Operand Positions Behind MESSAGE
The following operand positions of the statement MESSAGE were changed:
Operand Position in WRITE and WRITE TO
Until now, the statements WRITE and WRITE TO could only be used to produce or assign a single data object dobj. Now the following can also be specified instead of dobj:
Arithmetic expressions and bit expressions cannot be specified directly, but can be specified as embedded expressions in string templates.