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

:) Unicode Problem

Former Member
0 Likes
1,198

Hi,

I have a Ztable, while upgrading to Unicode, it gives me following warning.

Field SPRAS is a language field. Check usage in key.

I appreciate your input.

Thanks,

Raj.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,158

Verify that the field has check table/foreign key references to table T002.

12 REPLIES 12
Read only

Former Member
0 Likes
1,159

Verify that the field has check table/foreign key references to table T002.

Read only

0 Likes
1,158

Hi John,

Thanks. Yes, It does. the check table is T002. In the PA, it suggests me to delete that langauge field. But the warning persists even after I delete.

Thanks .

Raj.

Read only

0 Likes
1,158

What data element is field SPRAS tied to ? A 1-byte domain or a 2-byte domain?

Read only

0 Likes
1,158

John,

Its one byte only.

Raj.

Read only

0 Likes
1,158

What is the associated data element for the field?

Read only

0 Likes
1,158

John,

Data Element also SPRAS.

Read only

0 Likes
1,158

Raj, please give us the table layout... and Is SPRAS a key field?

Read only

0 Likes
1,158

Hi here is the structure,

1. MANDT ZSACD MANDT YES(FOR KEY) MANDT CLNT(3)

2. ZZACD ZSACD ZZACD YES(FOR KEY) ZZACD CHAR(7)

3. SPRAS ZSACD SPRAS YES(FOR kEY) SPRAS LANG(1)

4. ZZDES ZSACD ZZDES NO(FOR KEY) ZZDES CHAR(40).

tHAnkS.

rAj.

Read only

0 Likes
1,158

try double-clicking on SPRAS and ticking the 'text language' box.

Read only

0 Likes
1,158

Hi Neil,

I tried that way for all other problems which were successful. But for this one, it still shows me the warning.

As it is just warning, we can just ignore. Please dont waste time on that. Thanks guys, for working on this problem.

Have a nice evening.

Raj.

Read only

Former Member
0 Likes
1,158

try to give SPRAS Also as primary key combination..like MAKT...

i am not very sure about this but try it out...

Read only

0 Likes
1,158

Hi Srikanth,

Its already a key along with two other fields.

Rgds,

Raj.