This functionality is provided for SAP NetWeaver Release 7.31 SP14 and higher as well as Release 7.40 SP08 and higher.
Context
In your program, you want to use a text that is translatable.
Examples
You want to create a text symbol from the following write statement:
WRITE text-001.
Procedure
In the source code editor, write text-xxx where xxx is the placeholder for the text key of your text symbol.
Position the cursor somewhere on text-xxx.
In the context menu, choose Quick Fix or use the shortcut (Ctrl 1).
In the Quick Fix dialog box, double-click Create text 001 in the text pool.
The New Text Symbol creation wizard is opened.
In the Text Content input field, add the information you want to display in the program.
Enter the Maximum Length for the text content to be translated. You can also use the slider in order to determine the number for the Maximum Length.
Choose Next.
Assign a transport request.
Select the Choose from requests in which I am involved radio button to pick an already existing transport request.
Select the Create a new request radio button in order to generate a new transport request. In the Request description field, type in further information.
Select the Enter a request number in order to add your class to an existing request. Choose the Browse... button if you want to select a request that has already been created by a certain user.
Start the creation with Finish.
Results
The text symbol is created in the text pool and activated.
Example
The write statement is the same as it was before execution because the text content has been added in the creation wizard.
In the Quick Assist view, the following quick assists are provided:
Add literal for text to change the notation from text-xxx to 'hello'(xxx)