Hi,
Is there a FM or some other approach in SAP which could convert all the field records of a internal table to a string fomat into another internal table.
For e.g
Internal table IT_TAB has four field F1,F2,F3 & F4 with data d1,d2,d3 and d4
This after conversion will look like d1#d2#d3#d4 under 1 field in another internal table.
I tried FM 'SAP_CONVERT_TO_TEX_FORMAT', which is doing the same, but will not work with non unicode elements.
Regards,
Prashant,