Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

diffrence between Text-symbols & selction texts

Former Member
0 Likes
1,560

Hi All,

Please let me know the difference between Text-symbols, Selection-texts.

Regards

Venkat

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,021

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,022

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

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,021

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

Read only

ferry_lianto
Active Contributor
Read only

Former Member
0 Likes
1,021

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

Read only

0 Likes
1,021

Hi All,

Thanks for your replies, Alloting points & closing thread.

Regards

Venkat