2007 May 15 10:51 AM
Hallow
I have internal table and 1_itab and I wont to change the encoding
Of the data their to <b>utf-8</b> which function do that?
regards
2007 May 15 11:09 AM
in debugging u can watch the format of ur internal table.
put a break-point in the program.after execution it goes to degubbing mode and
click on table button enter a internal table name u find ur internal table format
2007 May 15 11:02 AM
hi
qustion 2:
how can i see the format of the internal table in the dubbeger
regards
2007 May 15 11:09 AM
First question its not clear.
For second, select one particular record and see the TYPE and LENGTH in debugger mode.
2007 May 15 11:13 AM
Hi.
second que
*****************
in the debugging mode just double click on the internal table name.u'll get that internal table name along with the table icon.just double click on that icon besides the internal table name.u can the internal table contents,structutre,...
rgds,
bharat.
2007 May 15 11:17 AM
hi Alexander
i have internal table that i wont to do transfrmation to xml
but first i have to change the format to utf-8
becouse if not it write iso.....
regards
2007 May 15 11:09 AM
in debugging u can watch the format of ur internal table.
put a break-point in the program.after execution it goes to degubbing mode and
click on table button enter a internal table name u find ur internal table format