<?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: To avoid square boxes in DSO (problem in the code to avoid) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-avoid-square-boxes-in-dso-problem-in-the-code-to-avoid/m-p/8993515#M1697430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Iftah,&lt;/P&gt;&lt;P&gt;Sorry about such a late reply. I found the error. It was a small code error only. I am closing the thread.. Thanks for the efforts from you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Oct 2012 13:58:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-10-02T13:58:36Z</dc:date>
    <item>
      <title>To avoid square boxes in DSO (problem in the code to avoid)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-avoid-square-boxes-in-dso-problem-in-the-code-to-avoid/m-p/8993513#M1697428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I tried with a coding to avoid Square boxes that were coming into my DSO (SAP BI) . I tried with the follwing code. But it throws syntax error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;DATA i_text type c length 60.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;i_text = SOURCE_FIELDS-/BIC/ZMBS_FT1. "this is your material description field&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;REPLACE ALL OCCURRENCES OF '#'&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;&lt;STRONG&gt;IN i_text WITH ' '.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;REPLACE ALL OCCURRENCES OF '□'&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;&lt;STRONG&gt;IN i_text WITH ' '.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;RESULT = i_text.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error i&amp;nbsp; get is '&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' is not expected. &lt;/P&gt;&lt;P&gt;I tried replacing the box with some dummy character.. Even then it throws the same error. What will be the possible cause.Also is there any other way to avoid box characters from record? ( i am even ok to completely delete the record)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajarathnam.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Sep 2012 19:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-avoid-square-boxes-in-dso-problem-in-the-code-to-avoid/m-p/8993513#M1697428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-15T19:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid square boxes in DSO (problem in the code to avoid)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-avoid-square-boxes-in-dso-problem-in-the-code-to-avoid/m-p/8993514#M1697429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="replyToName"&gt;rajarathnam,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;I took your code and compiled it. The box sign was automatically converted to # sign and the field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;SOURCE_FIELDS-/BIC/ZMBS_FT1 and RESULT were unknown. I made &lt;SPAN class="replyToName"&gt;SOURCE_FIELDS-/BIC/ZMBS_FT1&amp;nbsp; into '&lt;SPAN class="replyToName"&gt;SOURCE_FIELDS-/BIC/ZMBS_FT1 ' and defined RESULT the same as i_text and I got no syntax error. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;Can you tell me the line you are getting it in? maybe its the line of&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;&lt;EM&gt;&lt;STRONG&gt;i_text = SOURCE_FIELDS-/BIC/ZMBS_FT1.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt; Send me the whole code and I will get to the bottom of it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;Best,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;Iftah.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Sep 2012 20:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-avoid-square-boxes-in-dso-problem-in-the-code-to-avoid/m-p/8993514#M1697429</guid>
      <dc:creator>iftah_peretz</dc:creator>
      <dc:date>2012-09-15T20:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: To avoid square boxes in DSO (problem in the code to avoid)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-avoid-square-boxes-in-dso-problem-in-the-code-to-avoid/m-p/8993515#M1697430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Iftah,&lt;/P&gt;&lt;P&gt;Sorry about such a late reply. I found the error. It was a small code error only. I am closing the thread.. Thanks for the efforts from you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 13:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-avoid-square-boxes-in-dso-problem-in-the-code-to-avoid/m-p/8993515#M1697430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-02T13:58:36Z</dc:date>
    </item>
  </channel>
</rss>

