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

Help me

Former Member
0 Likes
1,099

Hi,

I have a table named ZPRODINFOT with fields

Fields Data element Data type Length Check table

MANDT MANDT CLNT 3 T000

PROID ZPROID NUMC 5 ZPRODINFO

SPRAS SPRAS LANG 1 T002

PRO_DESC ZPRO_DESC CHAR 40

Delivery class A

Delivery and maintenance allowed.

This a text table for my table ZPORDINFO.

When I am activating ZPRODINFOT ,it is activating with two warning.

Warning : 1 > TABLE IS NOT CLASSIFIED YET.

2 > Exactly one field of SPRAS of LANG type : Select as Text Language.

Please help me how to solve this warning

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,015

hi,

Plz check this for second question.

Double Click the field of the LANG type that specifies the text language. The field maintenance box contains a checkbox (Text Lang.) that you can use to mark this field.

Then you will not get the warning.

You are getting the warning bcos,

If the RFC data is transported between MDMP systems (non-Unicode systems with several code pages) and Unicode systems, it must take the coding of the text data into consideration. To do this, it uses the language information that is stored in the fields of the LANG type. If a structure contains several fields of the LANG type, the LANG field in which the language is entered for coding the text data must be selected.

Regards,

Sailaja.

7 REPLIES 7
Read only

Former Member
0 Likes
1,015

Have you maintained technical settings like class etc. for tyour table.

Read only

Former Member
0 Likes
1,015

Hi,

if you are not maintained the technical settings,

You need to maintain the techincal settings for your table. and did you mentioned SPRAS as key in your text table. if not do that also.

thanks

vijay

Read only

roland_spindler
Participant
0 Likes
1,015

If this is supposed to be a text table you first need to create a table with the same primary key, but without SPRAS and the language dependent text.

Then you create your text table (with SPRAS and the text) and a foreign key to the first table (type of foreign key has to be text table!)

Then you can generate a maintainance view for the first table. The text table will be included automatically. The language key is always set to the system language.

best regards

Roland

Read only

Former Member
0 Likes
1,015

hi,

Warning : 1 > TABLE IS NOT CLASSIFIED YET.

You can classify structures and tables in the Dictionary under Extras -> Enhancement Category as follows:

se11 -> EXTRAS -> ENHANCEMENT CATEGORY

You find different categories there:

Can be enhanced(deep)

Can be enhanced(character type or numeric type)

can be enhanced(character type)

can not be enhanced

not classified

Select any one from the first four, you wont get the warning now. By default, it will be <b>not classified</b>.

Regards,

Sailaja.

Read only

Former Member
0 Likes
1,015

The first part is solved by Sailaja but the second part is till now unsolved. Techinacl settings is set and it is activaiting also.

Is a warning.

Pls help me .

Read only

0 Likes
1,015

for second warning:

goto entry help/check tab

double click "Input help implemented with check table" against SPRAS

window will open inside it:

now check "Text Lang" check box

save and activate.

Regards.

Read only

Former Member
0 Likes
1,016

hi,

Plz check this for second question.

Double Click the field of the LANG type that specifies the text language. The field maintenance box contains a checkbox (Text Lang.) that you can use to mark this field.

Then you will not get the warning.

You are getting the warning bcos,

If the RFC data is transported between MDMP systems (non-Unicode systems with several code pages) and Unicode systems, it must take the coding of the text data into consideration. To do this, it uses the language information that is stored in the fields of the LANG type. If a structure contains several fields of the LANG type, the LANG field in which the language is entered for coding the text data must be selected.

Regards,

Sailaja.