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

Former Member
0 Likes
648

The type of the database table and work area (or internal table)

"LT_ZISUSLIP" are not Unicode convertible.

error in line

" when 'SAVE'.

modify zisuslip from table lt_zisuslip.

endcase.

Plz guide.

Thanks in advace.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
631

Hi,

Fields in both tables shud hav same data type.plz check.

The internal table you are using shud hav the same order of fields as it is in data base. The internal table cant hav less no of fields from data base..

Check all this. ur problem will be solved.

Regards,

Nishant

4 REPLIES 4
Read only

Former Member
0 Likes
632

Hi,

Fields in both tables shud hav same data type.plz check.

The internal table you are using shud hav the same order of fields as it is in data base. The internal table cant hav less no of fields from data base..

Check all this. ur problem will be solved.

Regards,

Nishant

Read only

0 Likes
631

thanks

Read only

former_member156446
Active Contributor
0 Likes
631

Hi

when you are declaring the table lt_zisuslip do like this:


data: begin of lt_zisuslip.
include structure zisuslip.
data: endof lt_zisuslip.

this should solve the problem

Read only

Former Member
0 Likes
631

Hi...

check fields in both source and target...

Both should match..

REWARD IF HELPFUL..

GAURAV J>