Hi ABAP folks,
I have a piece of code where I query a database table and put a bunch of records into an internal table.
In the variable overview of the ABAP debugger (see screenshot), I can see the hexadecimal value of one table record which is one deep structure. See the second line and the sixth column.
I am interested in obtaining this hexadecimal value at runtime.
My use case is requires very efficient data serialization, thus I wanna send the hexadecimal value to another software system.
Any ideas how to fetch this value?
Thanks
Marco