Start of Content Area

Internal Table <VIM_READ_LANGUS>  Locate the document in its SAP Library structure

Definition

The table <VIM_READ_LANGUS> contains all languages which were read in in translation table maintenance. It is the basis for the selection of text tables. If, for example the translation languages were changed during the table maintenance, the table <VIM_READ_LANGUS> indicates whether texts for the current languages must be read from the text table, or whether they have already been read.

Note

The structure of the table <VIM_READ_LANGUS> is not transparent and has no header line. To access it, define a variable as follows:

WA_LANGU LIKE T002-SPRAS .

After assigning a record of the table <VIM_READ_LANGUS> to the variable, the field can be accessed via the variable or the internal table be modified.