SAP TEXT LANGUAGE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

text language
Label of a component of type LANG of a structure defined in the ABAP Dictionary or in a DDIC database table. Only one component of this type can be labeled as the text language.
BEGIN_SECTION VERSION 5 OUT The text language is used when the structure is passed between MDMP systems and Unicode systems for the conversion of character-like components by the statement IMPORT or by TABLES parameters with the binary RFC protocol. Furthermore, the text language can affect which lines of a database table are transported by the Change and Transport System. Depending on settings in the CTS, only entries in the original language of the database table can be transported.
END_SECTION VERSION 5 OUT