Application Development and Automation 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: 
Read only

chnge table format

Former Member
0 Likes
774

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
Read only

Former Member
0 Likes
744

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
Read only

Former Member
0 Likes
744

hi

qustion 2:

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

regards

Read only

0 Likes
744

First question its not clear.

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

Read only

0 Likes
744

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.

Read only

0 Likes
744

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

Read only

Former Member
0 Likes
745

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