‎2008 Feb 04 5:06 AM
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.
‎2008 Feb 04 5:09 AM
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
‎2008 Feb 04 5:09 AM
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
‎2008 Feb 04 5:17 AM
‎2008 Feb 04 5:13 AM
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
‎2008 Feb 04 5:14 AM
Hi...
check fields in both source and target...
Both should match..
REWARD IF HELPFUL..
GAURAV J>