‎2008 Jun 11 10:50 AM
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
‎2008 Jun 11 11:07 AM