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

Reg: Data Dictionary

Former Member
0 Likes
468

Hi,

I have created one ztable with 8 fields and one Mandt field. I am having data pertaining to 8 fields in itab.

Now I am trying to insert the data in to ztable with this command

INSERT ZRATE FROM TABLE itab.

then it is giving and error msg.

" The type of the database table and work area (or internal table) "itab" are not Unicode convertible."

What would be the cause?

Regards

Reddy.

3 REPLIES 3
Read only

Former Member
0 Likes
443

Hi,

The internal table itab should be of the structure of the ZTABLE..

THanks,

Naren

Read only

Former Member
0 Likes
443

Hi CHandu,

Go through the below link for the solution,

http://help.sap.com/saphelp_47x200/helpdata/en/79/c55473b3dc11d5993800508b6b8b11/frameset.htm

Regards,

Azaz Ali.

Read only

Former Member
0 Likes
443

Go to your program and from the menu choose GoTo->Attributes and uncheck the 'Unicode Checks Active' checkbox and run your program.

hith

Sunil Achyut