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

ABAP-DICTIONARY PROBLEM

Former Member
0 Likes
724

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.

5 REPLIES 5
Read only

Former Member
0 Likes
678

Hi,

kindly let me know u r entering in the those fields

Thanks

Shiva

Read only

0 Likes
678

When I am entering any data in last fields and go to save option , it gives error

Read only

0 Likes
678

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

Read only

Former Member
0 Likes
678

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.

Read only

Former Member
0 Likes
678

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