‎2007 Apr 11 7:06 PM
Hi All,
Please let me know the difference between Text-symbols, Selection-texts.
Regards
Venkat
‎2007 Apr 11 7:12 PM
Text symbols - These are used to display some text.
For e.g.: Error messages, heading for selection screen block.
Selection texts - These are automatically populated when you declare some selection screen variables.
For e.g.: Parameters, selection options.
We provide some user friendly field labels here.
Thanks,
SKJ
‎2007 Apr 11 7:12 PM
Text symbols - These are used to display some text.
For e.g.: Error messages, heading for selection screen block.
Selection texts - These are automatically populated when you declare some selection screen variables.
For e.g.: Parameters, selection options.
We provide some user friendly field labels here.
Thanks,
SKJ
‎2007 Apr 11 7:14 PM
Selection texts are used to statically define the label assocatied with an input field on the selection screen, whether it be a parameter or a select-option. Text Symbols can be used anywhere in your program, from the selection-screen or simply to hold certain text for writing out to the list. You can reference these like so.
Write:/ TEXT-001.
Here 001 is the text symbol identifier.
Regards,
Rich Heilman
‎2007 Apr 11 7:16 PM
Hi,
Please check this links perhaps they may help.
http://help.sap.com/saphelp_ehs27b/helpdata/en/1e/401ad6ee3c11d1951d0000e8353423/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/e3/960a0beb0711d194d100a0c94260a5/content.htm
Regards,
Ferry Lianto
‎2007 Apr 11 7:22 PM
Hi Venkat,
Text Elements/Symbols contains a Text which can be used and display the text anywhere in your program.
Ex: write text-001.
Selection-Text is nothing but a label assocatied for a input field on the selection screen. It can be used for parameter or select-option on the selection screen.
Hope this helps.
Thanks,
Srinivasa
‎2007 Apr 11 9:46 PM
Hi All,
Thanks for your replies, Alloting points & closing thread.
Regards
Venkat