Do you have any question about this SAP term?
Component: BC-ABA
Component Name: ABAP Runtime Environment
Description: ISO character set for Thai script.
Key Concepts: ISO-8859-11 is an 8-bit character encoding standard used to represent text in the Latin/Thai script. It is part of the ISO/IEC 8859 family of standards and is used in Thailand, Laos, and Myanmar. It is also known as Latin/Thai or Windows-874. How to use it: ISO-8859-11 is used in SAP systems to represent Thai characters in ABAP programs. It is supported by the BC-ABA ABAP Runtime Environment component, which provides a set of functions for manipulating character strings encoded in ISO-8859-11. Tips & Tricks: When using ISO-8859-11, it is important to ensure that the correct character set is specified in the ABAP program. This can be done by using the SET LOCALE LANGUAGE statement. Related Information: For more information on ISO-8859-11 and other character sets supported by SAP, please refer to the SAP documentation on Character Sets and Encodings.