‎2008 Apr 08 7:37 AM
what are the uses, to create text elements in the program?
can some one list out all the advantages of using text elements?
‎2008 Apr 08 7:43 AM
Hi,
Text elements are language independent, if we want to run our program in any other language except in which it is created, the text element will automatically take the system language and convert the text in that respective language.
‎2008 Apr 08 7:43 AM
Check the below links.........
http://help.sap.com/saphelp_nw70/helpdata/en/e3/9609f9eb0711d194d100a0c94260a5/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/e3/9609f6eb0711d194d100a0c94260a5/content.htm
Reward if useful...............
‎2008 Apr 08 7:54 AM
Is there any other advanteges apart from multilingual?
Thanks in advanc
‎2008 Apr 08 8:07 AM
hai
micr s,
Text elements are stored separately from the program in language-specific text-pools.Text pools are created in Your program by goto menu item GOTO -> Text elements in the report programming interface.
you can create , maintain and translate text elements for you program.Text elements are displayed in logon language only.
Text elements are used:
List and column headers that appear in ABAP lists
Selection texts on selection screens
Text symbols that you use with the WRITE statement.
_Advantages:_
1. we can give more meaningful description for text
elements.
2. You can create and maintain text elements without having
to change the source code of your program.
3. Programs should be fully meaningful.
4. You can easily Copying and translating the text elements ,
wherever required.
5. Programs wull be fully multilingual means tranlate from one language to another.
Reward marks , if useful
by
G.V.K.PRASAD