Skip to Content
0
Former Member
Jun 02, 2008 at 12:29 PM

unicode error

43 Views

Hi,

The following statements are present which gives a unicode errors.

I tried to change the code for unicode enablement , but it gives error.

i checked the cl_abap_utilities, for 09 , the value is value cl_abap_char_utilities=>HORIZONTAL_TAB

and i used function module to check value of 3B, =the o/p gives the value ' ;' .

so can i concatenate p(horizontal_tab) and q(value ';') into s and use the variable s as replacement of trhex? the value s will contain '#;; which is desired i guess.

Please check.

Data Trhex(4) TYPE x VALUE '093B'.

Translate Lt_Buffer-Line Using Trhex.

Regards

Sachin