Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

chnge table format

Former Member
0 Kudos
101

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
71

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

5 REPLIES 5

Former Member
0 Kudos
71

hi

qustion 2:

how can i see the format of the internal table in the dubbeger

regards

0 Kudos
71

First question its not clear.

For second, select one particular record and see the TYPE and LENGTH in debugger mode.

0 Kudos
71

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.

0 Kudos
71

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

Former Member
0 Kudos
72

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