Skip to Content
0
Former Member
Mar 18, 2009 at 12:54 PM

Table to string conversion

4255 Views

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,