AS ABAP Release 758, ©Copyright 2024 SAP SE. All rights reserved.
ABAP - Keyword Documentation → ABAP - ABAP Release News → News for ABAP Release 7.5x → News for ABAP Release 7.56 →
Object Component Selector in ABAP Release 7.56
Modification
Dynamic Target
The following syntax can be used for the object component selector -> to access components and attributes dynamically now:
... { dref->(comp_name) }
| { cref->(attr_name) }
| { iref->(attr_name) } ...
Before, this was possible for dynamic components and dynamic access in the statement ASSIGN only.