Show TOC Start of Content Area

Component documentation Maintaining Text Elements  Locate the document in its SAP Library structure

Purpose

Use this tool to create, maintain, and translate text elements for your programs. Any text that a program sends to the screen can be stored as a text element in a text pool. Text elements are:

      List and column headers that appear in ABAP lists.

      Selection texts on selection screens.

      Text symbols you use in the WRITE statement.

For more information, see the text symbol documentation in the ABAP User's Guide.

Features

Text elements allow you to create language-independent programs. You can create different text pools for different languages. When a text element is changed or translated, there is no need to change the actual program code. Your program automatically detects the logon language and uses the text elements in the respective language.

You can also create standard text elements that you can copy and use in other programs. If you work only with text symbols and do not hard-code any texts in WRITE statements, your programs could be easily translated into other languages.

Note

Translators can also use the ABAP Workbench to translate the text pool of the original language into other languages.

Starting the Text Element Maintenance Tool

To start the Text Element Maintenance Tool:

      Use transaction SE32

      In the Object Navigator (transaction SE80), open the program you want to edit and choose Goto ® Text Elements.

      In the context menu of the program you want to edit, choose Display ® Text Elements.

See also:

Creating and Maintaining Text Elements

Creating List and Column Headers

Maintaining Selection Texts

Maintaining Text Symbols

Comparing Text Elements

Comparing Selection Texts

Comparing Text Symbols

Copying Text Elements

Translating Text Elements

Note

If you want to use text elements with the Modification Assistant, see Modifying Text Elements.

End of Content Area