Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Serialize any table

Former Member
0 Likes
415

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?

1 REPLY 1
Read only

Former Member
0 Likes
351

Going call transformation id would be able to serialise most ABAP data into XML form