AS ABAP Release 758, ©Copyright 2024 SAP SE. All rights reserved.
ABAP - Keyword Documentation → ABAP - ABAP Release News → News for ABAP Release 7.40 and its SPs → News for ABAP Release 7.40, SP02 →
Operand Positions in ABAP Release 7.40, SP02
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 After CASE
The operand position after 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
The following changes have been made:
Operand Positions for Events in ABAP Objects
The following changes have been made:
Operand Positions After 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.
Case Sensitivity of Name in ASSIGN COMPONENT
A component name specified as a character string in ASSIGN COMPONENT does not have to be in uppercase letters any more.