Creating and Editing Text Elements
Context
In SAP NetWeaver 7.4 as well as 7.31 SP11 or higher, you can display or edit text elements of an:
- ABAP class
- ABAP program
- ABAP function module, or
- ABAP include
This enables you to add language-dependent messages that have to be translated. For this, a SAP GUI is opened in a separate tab beside the source code editor.
Procedure
- Open an ABAP class, ABAP program, ABAP function module, or ABAP include in the source code editor.
- In the context menu, choose to open the SAP GUI-based text editor in a separate tab.
- Enter or edit the text element.
- Save your changes.
Results
The text element is created. You can now add the code for the text element in the source code.

