Application Development 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: 

Vocabulary words from tablename 'INDX'

Former Member
0 Kudos

Hi All,

We are in a phase of SPUM4 in 46c to ECC6 upgrade and assigning languages to vocabulary.

We have around 8000+ words from the table called 'INDX'. Find below sample words from vocabulary for table INDX.

@@u02C6P

@@

@@p

@@u2019

@@u201C

@@u2013

@@u02DC

As per the SAP note "3992 - Purpose of the table INDX" this table contains dat in the binary and compressed form.

So how we can assign these words to language without knowing meaning of these words which are in binary format.

Is there any special steps we need to perform for INDX table.

Thanks and Regards

Rahul Singhavi

1 REPLY 1

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Rahul,

the recommendation is to reorganize the data within INDX according to SAP note 3992 and referenced notes.

Then (re-)execute the scan for table INDX.

All the words from INDX (as shown below) which cannot be assigned to a specific language can be assigned to your self-defined default language (which should fit to your Global Fallback code page). However some customers use a specific language key for this kind of data (e.g. like Icelandic), so that these kind of words can be identified uniquely in the vocab.

This is valid for all words from any tables, which cannot be assigned to any active language.

Best regards,

Nils Buerckel

SAP AG