SAP TEXT POOL



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

Text Pools
Text pools are persistent repositories for the following text elements:
Text symbols
BEGIN_SECTION VERSION 5 OUT
List headers ( standard page header)
Selection texts
END_SECTION VERSION 5 OUT
There is one text pool for the original language of the program and one text pool for each translation language.
BEGIN_SECTION VERSION 5 OUT Text pools are supported for the following program types:
Executable programs
Class pools
Function pools
Module pools
Subroutine pools
END_SECTION VERSION 5 OUT
From which text pool an ABAP program takes its texts depends on the logon language or a secondary language
BEGIN_SECTION VERSION 5 OUT or can be configured while the program is running
END_SECTION VERSION 5 OUT .
When a program is loaded into an ABAP_ISESS , the text elements of the text pool of the logon language are imported by default. If this text pool does not exist, the text pool of the secondary language of AS ABAP is used. If none of these text pools exist, an empty text pool without text elements is loaded.
BEGIN_SECTION VERSION 5 OUT
When the program is executed, the text pool of a different language can be loaded using the statement SET LANGUAGE .
END_SECTION VERSION 5 OUT



Latest notes:

In global classes and function pools, the text pools are assigned to the relevant master program. In the repository, this program has a different name than the class or function pool.
NON_V5_HINTS
ABAP_HINT_END