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

Program symbols in standard text

walkerist79
Participant
0 Likes
1,094

Hi, usually symbols starts and ends with "&". However, I have encountered that the symbol only has "&" at the start. How is this possible?

Hi, usually symbols starts and ends with "&". However, I have encountered that the symbol only has "&" at the start. How is this possible?

3 REPLIES 3
Read only

thkolz
Contributor
1,014

According to this source a closing '&' is always needed at the end of a symbol.

Do the symbols get replaced in your example?

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,014

Weird!

I would execute to see what happens.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,014

You could build a small report using following FM to perform some tests

  • SET_TEXTSYMBOL
  • REPLACE_TEXTSYMBOL
  • HELP_DOCULINES_SHOW

Also look into table STXH (or within sapscript transactions) to identify the 'creator' of the text
(And show him some online documentation)