2007 Aug 08 9:14 AM
Hello everybody
I have several text elements in my BSP application and there is no translation for them. When I logon in the portal in English, everything works fine but when I logon in other languages, there is no translation.
Is it possible to set default language English?
If no tranlsation exist, display english translation.
Thank you
Karim
Hello everybody
I have several text elements in my BSP application and there is no translation for them. When I logon in the portal in English, everything works fine but when I logon in other languages, there is no translation.
Is it possible to set default language English?
If no tranlsation exist, display english translation.
Thank you
Karim
2007 Aug 08 9:16 AM
Text element maintenance is a tool in the ABAP Workbench that makes it easier to maintain program texts in different languages. Any text that a program displays on the screen can be maintained as a text element.
Maintaining Text Elements
Use this tool to create, maintain, and translate text elements for your program.
Text elements include:
List and column headers that appear in ABAP lists
Selection texts on selection screens
Text symbols that you use with the WRITE statement.
See also the text symbol documentation in the ABAP User's Guide.
Text elements are stored separately from the program in language-specific text pools. Your program automatically uses the text elements in the user's logon language.
You can create and maintain text elements without having to change the source code of your program. You can also create standard text elements that you can copy and use in other programs. If you work exclusively with text symbols, and do not hard-code any texts in WRITE statements, your programs will be fully multilingual. All you then need to do is to translate the text elements from their original language into the required foreign languages.
Translators can use the ABAP Workbench to translate the text pool of the original language into other languages.
Features
List and column header creation and maintenance
Selection text and text symbol creation and maintenance
Selection text and text symbol comparison
Text element copy
Text element translation
Starting the Text Element Maintenance Tool
There are several ways of starting the text element maintenance function:
From the R/3 initial screen, choose Tools--> ABAP Workbench >Development> Programming environ. --> Text elements.
From the Repository Browser, choose the Program objects for a program and select Text elements.
From the ABAP Editor, choose Goto--> Text elements.
From the initial screen of the ABAP Editor, enter the program name. Then, in the sub-objects group box, select Text elements, and chose Display or Change.
All of the above lead to the ABAP Text elements screen:
Check this link it is best with screen shots
http://sap.mis.cmich.edu/sap-abap/abap05/sld019.htm
Check these links
http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a05eb0711d194d100a0c94260a5/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a0beb0711d194d100a0c94260a5/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a0eeb0711d194d100a0c94260a5/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a08eb0711d194d100a0c94260a5/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a11eb0711d194d100a0c94260a5/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a14eb0711d194d100a0c94260a5/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a17eb0711d194d100a0c94260a5/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/e3/960a1aeb0711d194d100a0c94260a5/content.htm
Reward all helpfull answers
2007 Aug 08 9:17 AM
You can set your language in your code.
SET LANGUAGE <lg>.
See here for informations
<a href="http://help.sap.com/saphelp_webas620/helpdata/en/e3/960a1aeb0711d194d100a0c94260a5/content.htm">http://help.sap.com/saphelp_webas620/helpdata/en/e3/960a1aeb0711d194d100a0c94260a5/content.htm</a>
Regards,
Mathieu
2007 Aug 08 9:18 AM
Hi
To solve this problem you can "translate" your text to same english text
in SE63 .
Regards
Yossi
2007 Aug 08 9:36 AM
2007 Aug 08 10:03 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |