<?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 EPC check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/epc-check/m-p/6469933#M1417065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i Have declared as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;onstants: c_soft(10) type c value 'soft error'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this constant i am moving to other variable as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    lv_soft = c_soft&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this lv_soft i am using in perform as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform lv_index lv_soft....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while i am doing epc check i am getting error in charecter string as Char. strings w/o text elements will not be translated:&lt;/P&gt;&lt;P&gt;"soft Error'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest the solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2010 20:27:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-13T20:27:41Z</dc:date>
    <item>
      <title>EPC check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/epc-check/m-p/6469933#M1417065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i Have declared as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;onstants: c_soft(10) type c value 'soft error'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this constant i am moving to other variable as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    lv_soft = c_soft&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this lv_soft i am using in perform as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform lv_index lv_soft....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while i am doing epc check i am getting error in charecter string as Char. strings w/o text elements will not be translated:&lt;/P&gt;&lt;P&gt;"soft Error'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest the solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 20:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/epc-check/m-p/6469933#M1417065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-13T20:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: EPC check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/epc-check/m-p/6469934#M1417066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a text element instead of hard-coding a value???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 20:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/epc-check/m-p/6469934#M1417066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-13T20:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: EPC check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/epc-check/m-p/6469935#M1417067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Being a constant, the value "Soft Error" can't be modified (when converion is required in a differnt sytem with a language other than ENGLISH). So as suggested you should go for a text element. Text elements are simply elements of text referenced within the program and can be translated to a particular language when required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 21:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/epc-check/m-p/6469935#M1417067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-13T21:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: EPC check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/epc-check/m-p/6469936#M1417068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx all i got the solution...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 05:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/epc-check/m-p/6469936#M1417068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T05:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: EPC check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/epc-check/m-p/6469937#M1417069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rather than just saying you "got the solution" it would be much more helpful if you would let the forum know just what the solution was. That way others who have the same problem may learn from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 14:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/epc-check/m-p/6469937#M1417069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T14:23:27Z</dc:date>
    </item>
  </channel>
</rss>

