ABAP - Keyword Documentation →  ABAP - ABAP Release News →  News for ABAP Release 7.40 and its SPs →  News for ABAP Release 7.40, SP02 → 
Mail Feedback

Operand Positions in ABAP Release 7.40, SP02


1. Declaration Positions

2. Operand Position in CALL FUNCTION ... EXPORTING

3. Operand Position After 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 After MESSAGE

8. Operand Position in WRITE and WRITE TO

9. Case Sensitivity of Name in ASSIGN COMPONENT



Modification 1  

Declaration Positions

The new inline declarations can be made in the new declaration positions.



Modification 2  

Operand Position in CALL FUNCTION ... EXPORTING

Actual parameters specified after CALL FUNCTION ... EXPORTING have now become a general expression position.



Modification 3  

Operand Position After CASE

The operand position after CASE was changed to a general expression position.



Modification 4  

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.



Modification 5  

Operand Positions in Statements for Internal Tables

The following changes have been made:





Modification 6  

Operand Positions for Events in ABAP Objects

The following changes have been made:





Modification 7  

Operand Positions After MESSAGE

The following operand positions of the statement MESSAGE were changed:





Modification 8  

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.



Modification 9  

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.