2007 Oct 09 4:42 PM
Hi, when i try to use modify i have this error
the type of the database table and workarea (or internal table) are not unicode convertible.
modify /BIC/AZARDS05800 from table resultado_mod.
thanks.
<b><REMOVED BY MODERATOR></b>
Message was edited by:
Alvaro Tejada Galindo
2007 Oct 09 4:53 PM
Can you please post your code??? Not the whole of course -:) Just the tables definition and the Modify statement...
In Unicode environments, tables must be exactly the same...Same lenght and type, otherwise, Modify statements are not allowed...
Greetings,
Blag.
Hi, when i try to use modify i have this error
the type of the database table and workarea (or internal table) are not unicode convertible.
modify /BIC/AZARDS05800 from table resultado_mod.
thanks.
<b><REMOVED BY MODERATOR></b>
Message was edited by:
Alvaro Tejada Galindo
2007 Oct 09 4:52 PM
How did you declare internal table resultado_mod.?
Please check the declaration once. It should fix the problem.
ashish
2007 Oct 09 4:53 PM
Can you please post your code??? Not the whole of course -:) Just the tables definition and the Modify statement...
In Unicode environments, tables must be exactly the same...Same lenght and type, otherwise, Modify statements are not allowed...
Greetings,
Blag.
2007 Oct 09 5:01 PM
Hi,
Make sure you have the following definition for the internal table..
data: resultado_mod type standard table of /BIC/AZARDS05800.
modify /BIC/AZARDS05800 from table resultado_mod.
Thanks
Naren
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |