Hi folks,
I'd like to know, if there is a way to clone any object in ABAP? Using implemented interface method if_os_clone~clone is nice, but doesn't help me, because it works only for classes that have implemented corresponding interface. For example it doesn't help me to clone objects of class 'TYPE REF TO DATA'.