Hi,
The simple transformation seem like an extremely convenient integrated feature of ABAP but it's got its fair share of restrictions as well. I would like to be able to serialize any internal table composed with structures of any type into some format to be transported to a different system. For now, with ST, I would be required to have these structures predefined in both systems whereas I would like to be able to do something akin to pickling an object (dictionary) in Python and unpickle it at the destination system. Is there any way I can do that?