Skip to Content
0
Former Member
Nov 19, 2008 at 08:58 PM

Concatenate in ECC 6 - Verif. Unicode active

75 Views

Hello,

How do you convert this code, to "ABAP unicode code active" ....

Data: lv_txt TYPE text100,

lv_tab TYPE x VALUE '09'.

CONCATENATE var1 var2 var3 var4 INTO lv_txt SEPARATED BY lv_tab

¿ ?

With Unicode, ABAP instruction "concatenate" only accept character types ...

How do you form a file by example separated with tabs or with the caracter " ' "

or another ascii character ?

thanks !