SAP NEWS-756-OBJ COMP SELECTOR



Get Example source ABAP code based on a different SAP table
  



Object Component Selector in ABAP Release 7.56
ITOC

ABAP_MODIFICATION_NN 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.