<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Difference between SO10 and 'READ_TEXT' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-so10-and-read-text/m-p/10554742#M1857557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the SO10-Text is always designt to look well on the formular. Mostly you got continuous text (when having "=" or "SPACE" in command row). in this case it would not matter if you write the text in multiple lines, because they will get joined together later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when having other commands in command row it may effect the output. For example for command "*" (Standardformat) you will get a new line for each "*" command. It will then matter if something is defined in line 1 or 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just for exchanging variable names it should not matter at all as long as the new variables are shorter than the old.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe you like the FM "TEXT_SYMBOL_REPLACE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this FM you can replace symbols by SAP-Standard. This FM is also used by SAP-Standard when designing Formulars and can be used when you work with SO10Texts outside Formularprogramming. It will Replace the Variables e.g. &amp;amp;name1&amp;amp; with the content of your global-Programmvariable Name1. This FM needs the Programmname as input name. Check this if you need an example.&lt;/P&gt;&lt;H1&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/message/9281569#9281569"&gt;How to replace a variable in SO10&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Stefan Seeburger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Aug 2014 10:27:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-08-15T10:27:58Z</dc:date>
    <item>
      <title>Difference between SO10 and 'READ_TEXT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-so10-and-read-text/m-p/10554741#M1857556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about SO10 texts. I'm using a programm which allows me to automatically replace texts in SO10 texts, e.g. when some director changed in some footer texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine, but I just found out one thing that maybe is harmless because its just a displaying problem, but you never know so I'm asking &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_emote jive_macro" src="https://community.sap.com/994/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program reads and updates texts with functions 'READ_TEXT' and 'SAVE_TEXT'. Now we're using only the 72 characters when changing SO10 texts (so no extended view with 132 characters in one row), which means after 72 characters we fill text in new row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have e.g. one SO 10 text which looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/520778" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now with the programm the string 'longname1 longname2' will be replaced by some shorter name which leads to the fact that 'normalname1' should be moved to first row. When I change it manually in SO10, SAP automatically puts the text in the first row. But when I update it with function 'SAVE_TEXT' and after that display it in a WRITE list, you can see the text 'normalname1' still remains in second row. Only when I after updating the text go to SO10 transaction I see it correct. And if I click on save in SO10 it looks like it gets stored in the database table, because then I can see it in write list as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is this just a displaying problem with transaction SO10 or is more behind it? I mean in this case it doesnt matter because the two lines will be displayed as one row in formula. But maybe there are some cases where it matters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 09:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-so10-and-read-text/m-p/10554741#M1857556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-15T09:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between SO10 and 'READ_TEXT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-so10-and-read-text/m-p/10554742#M1857557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the SO10-Text is always designt to look well on the formular. Mostly you got continuous text (when having "=" or "SPACE" in command row). in this case it would not matter if you write the text in multiple lines, because they will get joined together later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when having other commands in command row it may effect the output. For example for command "*" (Standardformat) you will get a new line for each "*" command. It will then matter if something is defined in line 1 or 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just for exchanging variable names it should not matter at all as long as the new variables are shorter than the old.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe you like the FM "TEXT_SYMBOL_REPLACE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this FM you can replace symbols by SAP-Standard. This FM is also used by SAP-Standard when designing Formulars and can be used when you work with SO10Texts outside Formularprogramming. It will Replace the Variables e.g. &amp;amp;name1&amp;amp; with the content of your global-Programmvariable Name1. This FM needs the Programmname as input name. Check this if you need an example.&lt;/P&gt;&lt;H1&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/message/9281569#9281569"&gt;How to replace a variable in SO10&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Stefan Seeburger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 10:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-so10-and-read-text/m-p/10554742#M1857557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-15T10:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between SO10 and 'READ_TEXT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-so10-and-read-text/m-p/10554743#M1857558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your advice, I will keep that in mind &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; At the moment it's only for replacing normal texts and no symbols but you never know &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am the same opinion like you because with other formats I thought at the same. But when a format is entered one text row, SAP would not put the words of the second row up to the first I think? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imho SAP only automatically moves words one row above when no format is entered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 09:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-so10-and-read-text/m-p/10554743#M1857558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-18T09:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between SO10 and 'READ_TEXT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-so10-and-read-text/m-p/10554744#M1857559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;having no format is like having the format "=". although the SO10-Editor got a button "formating (or something like that)" which formats the text automatically when you manually do changes in the SO10-Text. This button wont be executed when you do changes by programm. maybe thats the difference.&amp;nbsp; i think as long as you have something inside command line , text wont get changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;btw. you do have symbols. for you its "name1" but the more elegant and common way is to use "&amp;amp;name1&amp;amp;"&lt;/P&gt;&lt;P&gt;and exchange via fuba "TEXT_SYMBOL_REPLACE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Stefan Seeburger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 10:48:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-so10-and-read-text/m-p/10554744#M1857559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-18T10:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between SO10 and 'READ_TEXT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-so10-and-read-text/m-p/10554745#M1857560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, maybe thats the difference. All of my tests looked well, so I think it will be no problem with the functions for updating texts. If it will be, I will post it here &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;btw. no really, its no text symbol, its just the text written there &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I now see why you think so. It was just an example SO10 text which I created for SCN because I did not want to display the original names of our directors &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; The text 'longname1' etc. look like fields, but I just filled them manually to fill the previously deleted real names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 12:44:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-so10-and-read-text/m-p/10554745#M1857560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-18T12:44:04Z</dc:date>
    </item>
  </channel>
</rss>

