<?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: Long text editor - sign problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194535#M1625597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also talking about the same issue in IW32 and the internal SAP program is not doing a correct conversion due to which the wild characters are entered into the long text window on IW32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I received an answer for my OSS note and they say it is how the system is ..please see the comments from SAP below ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;26.08.2011 - 12:37:23 CET - Reply by SAP 	  	&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry, but the behaviour which you describe is correct.&lt;/P&gt;&lt;P&gt;I will try to explain the meaning of the special characters and&lt;/P&gt;&lt;P&gt;why they have to be there: In Sapscript there are some characters,&lt;/P&gt;&lt;P&gt;which have a special meaning. E.g. a '&amp;amp;' starts a symbol, a '&amp;lt;'&lt;/P&gt;&lt;P&gt;starts a character format, etc. So if you use e.g. a '&amp;amp;' in your&lt;/P&gt;&lt;P&gt;text, this Sapscript needs the information, whether the '&amp;amp;' shall&lt;/P&gt;&lt;P&gt;start a symbol or whether it shall be printed as '&amp;amp;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you want to print the '&amp;amp;' as '&amp;amp;', the character must be masked.&lt;/P&gt;&lt;P&gt;This is done via the characters &amp;lt;(&amp;gt;...&amp;lt;)&amp;gt;. So when you enter&lt;/P&gt;&lt;P&gt;a '&amp;amp;' (and when it is not sure, whether it may start a symbol),&lt;/P&gt;&lt;P&gt;the Sapscript internally saves the character as &amp;lt;(&amp;gt;&amp;amp;&amp;lt;)&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually this should be no problem: If you process the text via&lt;/P&gt;&lt;P&gt;the Sapscript, you will not notice the masking characters. The&lt;/P&gt;&lt;P&gt;graphical editor will not display them. And if you print the text&lt;/P&gt;&lt;P&gt;via a Sapscript form or a Smartform, you will not see them.&lt;/P&gt;&lt;P&gt;Only if you look into the internal table, which is returned&lt;/P&gt;&lt;P&gt;by EDIT_TEXT or READ_TEXT, you will see the characters.&lt;/P&gt;&lt;P&gt;(and the old Sapscript editor displays them, too, because it&lt;/P&gt;&lt;P&gt;is displays the text in the Sapscript-internal format).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you process the internal table yourself, you must take this&lt;/P&gt;&lt;P&gt;into consideration. E.g. if you want to convert the&lt;/P&gt;&lt;P&gt;Sapscript-internal ITF format which is returned by EDIT_TEXT&lt;/P&gt;&lt;P&gt;into 'normal' text format, you can use the function module&lt;/P&gt;&lt;P&gt;CONVERT_ITF_TO_ASCII.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Marian O'Connell&lt;/P&gt;&lt;P&gt;Support Consultant&lt;/P&gt;&lt;P&gt;AGS Primary Support&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Visit the Enterprise Asset Management (EAM) forums:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_community" href="https://community.sap.com/" __jive_macro_name="community" modifiedtitle="true" __default_attr="2039"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Sep 2011 09:04:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-12T09:04:29Z</dc:date>
    <item>
      <title>Long text editor - sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194528#M1625590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am facing an issue that the &amp;amp; sign is not being displayed correctly in the Long text editor. It is shown as '&amp;lt;(&amp;gt;&amp;amp;&amp;lt;)&amp;gt;' in the transaction once I input my value in the graphical editor , save and come back. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 12:36:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194528#M1625590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-23T12:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Long text editor - sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194529#M1625591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have opened such messages in OSS via service.sap.com, but not fully answered today. When using Word Editor, special characters are encapsulated via strings "&amp;lt;(&amp;gt;" and "&amp;lt;)&amp;gt;" (characters like "&amp;amp;" or ",")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only found one OSS note ([Note 1388221 - Long text: Display of SAPscript control chars in short text|https://service.sap.com/sap/support/notes/1388221] (and two related notes) where SAP removed the "&amp;lt;(&amp;gt;" and "&amp;lt;)&amp;gt;" string before copy to short text) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem happens in many programs which do not remove the "wildcard" characters&lt;/P&gt;&lt;P&gt;- moving leading part of text to short text&lt;/P&gt;&lt;P&gt;- displaying long text input with Word in container using class like CL_GUI_TEXTEDIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I suggest you to open such a message via [Report a Product Error - Customer Messages|http://service.sap.com/message]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Raymond Giuseppi on Aug 24, 2011 8:44 AM&lt;/P&gt;&lt;P&gt;- Another [Note 1555083 - Delinking the short text and long text in Routing / BOM|https://service.sap.com/sap/support/notes/1555083]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 12:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194529#M1625591</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-08-23T12:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Long text editor - sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194530#M1625592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto Change editor or word editor and then insert the it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 14:27:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194530#M1625592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-23T14:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Long text editor - sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194531#M1625593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented SAP note 1536828 which actually talks exactly about the same error which I am facing but still it does not seem to resolve my issue. It is happening only when the '&amp;amp;' is inserted at certain locations in the text on word editor and at some places it is doing a correct conversion without the wild characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyhow I am raising an OSS note for the same. I am using this text to display on the smart form and is a client facing form and it is really a confusion to the customer if we send him an Invoice with wild characters. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 10:03:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194531#M1625593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-24T10:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Long text editor - sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194532#M1625594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praneeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know what is &lt;STRONG&gt;really&lt;/STRONG&gt; the issue with &amp;lt;(&amp;gt;&amp;amp;&amp;lt;)&amp;gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFAIK, this code is only found internally (or when you display the internal format, i.e. using SAPscript old editor), but it is always translated into &amp;amp; at all other outputs. The only situation I know where it is not well displayed is bug in custom programs, which forget to convert long texts from internal to external format. If you use CONVERT_ITF_TO_ASCII function module, you'll get a correct &lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt; character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 13:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194532#M1625594</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-08-24T13:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Long text editor - sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194533#M1625595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sandra,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;but it is always translated into &amp;amp; at all other outputs&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;There are still transactions in my current systems too that don't yet convert the "internal" format of those texts, can you try a transaction like IW32 on your system, we have still the problem in this standard transaction (ECC6, Ehp4) the text is not converted when copied to short text as well as when displayed in the standard transaction itself (which use good old one class cl_gui_textedit)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 13:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194533#M1625595</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-08-24T13:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Long text editor - sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194534#M1625596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was not aware of this. But only by reading the op's comments, I'm not sure he's talking of these few bugs? I often see developers take the long text as is and print it, it's why I posted the initial question &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 14:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194534#M1625596</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-08-24T14:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Long text editor - sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194535#M1625597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also talking about the same issue in IW32 and the internal SAP program is not doing a correct conversion due to which the wild characters are entered into the long text window on IW32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I received an answer for my OSS note and they say it is how the system is ..please see the comments from SAP below ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;26.08.2011 - 12:37:23 CET - Reply by SAP 	  	&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry, but the behaviour which you describe is correct.&lt;/P&gt;&lt;P&gt;I will try to explain the meaning of the special characters and&lt;/P&gt;&lt;P&gt;why they have to be there: In Sapscript there are some characters,&lt;/P&gt;&lt;P&gt;which have a special meaning. E.g. a '&amp;amp;' starts a symbol, a '&amp;lt;'&lt;/P&gt;&lt;P&gt;starts a character format, etc. So if you use e.g. a '&amp;amp;' in your&lt;/P&gt;&lt;P&gt;text, this Sapscript needs the information, whether the '&amp;amp;' shall&lt;/P&gt;&lt;P&gt;start a symbol or whether it shall be printed as '&amp;amp;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you want to print the '&amp;amp;' as '&amp;amp;', the character must be masked.&lt;/P&gt;&lt;P&gt;This is done via the characters &amp;lt;(&amp;gt;...&amp;lt;)&amp;gt;. So when you enter&lt;/P&gt;&lt;P&gt;a '&amp;amp;' (and when it is not sure, whether it may start a symbol),&lt;/P&gt;&lt;P&gt;the Sapscript internally saves the character as &amp;lt;(&amp;gt;&amp;amp;&amp;lt;)&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually this should be no problem: If you process the text via&lt;/P&gt;&lt;P&gt;the Sapscript, you will not notice the masking characters. The&lt;/P&gt;&lt;P&gt;graphical editor will not display them. And if you print the text&lt;/P&gt;&lt;P&gt;via a Sapscript form or a Smartform, you will not see them.&lt;/P&gt;&lt;P&gt;Only if you look into the internal table, which is returned&lt;/P&gt;&lt;P&gt;by EDIT_TEXT or READ_TEXT, you will see the characters.&lt;/P&gt;&lt;P&gt;(and the old Sapscript editor displays them, too, because it&lt;/P&gt;&lt;P&gt;is displays the text in the Sapscript-internal format).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you process the internal table yourself, you must take this&lt;/P&gt;&lt;P&gt;into consideration. E.g. if you want to convert the&lt;/P&gt;&lt;P&gt;Sapscript-internal ITF format which is returned by EDIT_TEXT&lt;/P&gt;&lt;P&gt;into 'normal' text format, you can use the function module&lt;/P&gt;&lt;P&gt;CONVERT_ITF_TO_ASCII.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Marian O'Connell&lt;/P&gt;&lt;P&gt;Support Consultant&lt;/P&gt;&lt;P&gt;AGS Primary Support&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Visit the Enterprise Asset Management (EAM) forums:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_community" href="https://community.sap.com/" __jive_macro_name="community" modifiedtitle="true" __default_attr="2039"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 09:04:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194535#M1625597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-12T09:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Long text editor - sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194536#M1625598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praneeth,&lt;/P&gt;&lt;P&gt;SAP's answer looks very much like mine. So probably, SAP and me didn't understand your issue &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I don't have access to IW32 so I can't have a look. But I suggest you to ask SAP support again because they just explained you how it works usually, maybe they didn't have a deeper look in your system, or maybe you didn't provide a reproducible case?&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 19:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194536#M1625598</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-09-13T19:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Long text editor - sign problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194537#M1625599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For information, the answer of SAP to same problem (IW32 and other transactions) was&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Our developers have looked at this issue but have now reported that&lt;/P&gt;&lt;P&gt;it is techinically not possible to provide a specific correction to&lt;/P&gt;&lt;P&gt;resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because of the way SAPscript editor is transferring controls.&lt;/P&gt;&lt;P&gt;Effectively a solution requires multiple adjustment to ensure the text&lt;/P&gt;&lt;P&gt;controls are recognised in the same way by all applications that use&lt;/P&gt;&lt;P&gt;the common SAPscript editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the moment we advise that users avoid the special charachters where&lt;/P&gt;&lt;P&gt;possible.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I don't expect a solution for some time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 13:26:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-editor-sign-problem/m-p/8194537#M1625599</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-09-22T13:26:53Z</dc:date>
    </item>
  </channel>
</rss>

