‎2007 Jan 18 6:02 AM
I have created one Z-Table with following fields
Fields Data Elements
MANDT MANDT
WERKS WERKS_D
MATNR MATNR
BWART BWART
SMTP_ADDR1 CHAR50
SMTP_ADDR2 CHAR50
SMTP_ADDR3 CHAR50
When I enter some data in all the fields through Table Maintainance it is not allowing me to enter data in last field. While saving it gives error Data objects in a Unicode program are not convertible.
Please help me out.
‎2007 Jan 18 6:20 AM
Hi,
kindly let me know u r entering in the those fields
Thanks
Shiva
‎2007 Jan 18 7:50 AM
When I am entering any data in last fields and go to save option , it gives error
‎2007 Jan 18 8:55 AM
Hi
I think u r using some special characters which are not matching with ur declararation and try to declare with refrence to a standard field
Thanks
Shiva
‎2007 Jan 18 7:07 AM
Please look at the SAP Note : 551704
Reason and Prerequisites
In a unicode program certain rules apply for the
conversion between structures and single fields.
Conversion is only possible if the structure
begins with a character type group and if this group is at
least as long as the single field.
The dump indicates, that the extension table defined in
transaction /SAPTRX/TSC0ET (and linked to an event handler type
with transaction /SAPTRX/TSC0TT) was not set up according to
these rules.
Solution
Use only character-type fields (CHAR, NUMC, etc.)
and data elements pointing to character-type
domains in an extension table defined in transaction /SAPTRX/TSC0ET.
‎2007 Jan 18 8:12 AM
Hi,
From the error message displayed, it seemed that the actual data or the data type (data element, domain) you have passed for one of the fields in your z-table conflicts with Unicode checking.
Could you identify the sample data you tried to input in the table maintenance? Also, what are the key fields in this table.
Kind Regards,
Darwin