‎2006 Jan 04 11:15 AM
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
‎2006 Jan 05 9:14 AM
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.
‎2006 Jan 04 11:18 AM
Have you maintained technical settings like class etc. for tyour table.
‎2006 Jan 04 11:24 AM
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
‎2006 Jan 04 11:29 AM
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
‎2006 Jan 04 11:37 AM
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.
‎2006 Jan 05 4:34 AM
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 .
‎2006 Jan 05 4:56 AM
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.
‎2006 Jan 05 9:14 AM
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.