INSERT wa INTO itbl REFERENCE INTO ref. Bug?
Every day I use more reference variables in ABAP. First I used REF TO just for classes but, as I become more familiarized with its advantages, I start using them more and more for data structures, instead of field-symbols.
But I recently found na unfortunate behavior of the following command:
INSERT wa INTO itbl REFERENCE INTO ref.Let me give you some context before I complain about it.