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

ERROR while uploading the data inot ztable

Former Member
0 Likes
278

Hi experts,

can u please solve the problem

F(3) TYPE C,

F1(8) TYPE N,

F2(8) TYPE N,

F3(15) TYPE C,

F4(2) TYPE C,

F5(5) TYPE C,

F6 TYPE P LENGTH 3 DECIMALS 3,

F7 TYPE P LENGTH 3 DECIMALS 3,

F8(22) TYPE C,

F9(30) TYPE C,

F10 TYPE P LENGTH 12 DECIMALS 3,

F11(30) TYPE C,

F12 TYPE D,

F13(5) TYPE C,

F14(15) TYPE C,

F15(4) TYPE C,

F16(4) TYPE C,

F17 TYPE C,

F18 TYPE D,

i want to upload this format to ztable

but INSERT statemant showing error

interanal table and database table are not unicode convertible

i have given same lengths and types to ztable also

please help me

1 REPLY 1
Read only

Former Member
0 Likes
256

and where is the rest of you're coding ??