<?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: Error in extended program check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-extended-program-check/m-p/2242807#M483697</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;For this, you define your text as text elements.&lt;/P&gt;&lt;P&gt;in your report Goto-&amp;gt;text elements-&amp;gt;text symbols&lt;/P&gt;&lt;P&gt;write no 001 in sym column and your text in text column.&lt;/P&gt;&lt;P&gt;save and activate.&lt;/P&gt;&lt;P&gt;in program write text-001.&lt;/P&gt;&lt;P&gt;Or you can also write like 'your text'(002)&lt;/P&gt;&lt;P&gt;Double click on 002. This will automatically create a text element with your text and no 002. Save and activate this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to write all your hard coded texts as text symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error is generated as it is advised to use text symbols in place of text as it is easier to translate the text symbols in other languages if the report needs to be run in  a different language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2007 06:12:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-30T06:12:30Z</dc:date>
    <item>
      <title>Error in extended program check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-extended-program-check/m-p/2242806#M483696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my program i have declared a constant having a file path value, like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;constants: file_path(30) value 'ac:/documents/file/'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In extended program check I am getting the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Character strings without text elements will not be translated'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I need to make my program error free how to resolve this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Mungala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:07:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-extended-program-check/m-p/2242806#M483696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error in extended program check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-extended-program-check/m-p/2242807#M483697</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;For this, you define your text as text elements.&lt;/P&gt;&lt;P&gt;in your report Goto-&amp;gt;text elements-&amp;gt;text symbols&lt;/P&gt;&lt;P&gt;write no 001 in sym column and your text in text column.&lt;/P&gt;&lt;P&gt;save and activate.&lt;/P&gt;&lt;P&gt;in program write text-001.&lt;/P&gt;&lt;P&gt;Or you can also write like 'your text'(002)&lt;/P&gt;&lt;P&gt;Double click on 002. This will automatically create a text element with your text and no 002. Save and activate this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to write all your hard coded texts as text symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error is generated as it is advised to use text symbols in place of text as it is easier to translate the text symbols in other languages if the report needs to be run in  a different language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-extended-program-check/m-p/2242807#M483697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error in extended program check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-extended-program-check/m-p/2242808#M483698</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;You declare a Text variable for this or otherwise  MAke them CAPITAL Letters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will solve your  problem&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>Wed, 30 May 2007 06:12:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-extended-program-check/m-p/2242808#M483698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error in extended program check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-extended-program-check/m-p/2242809#M483699</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;constants: file_path(30) value 'ac:/documents/file/'(001).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on 001 and create a text element ... save and activate to remove the error  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-extended-program-check/m-p/2242809#M483699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error in extended program check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-extended-program-check/m-p/2242810#M483700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Go to- text element. make s text element for your file path and give it instead of your file name. it will not give error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;ruchika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-extended-program-check/m-p/2242810#M483700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error in extended program check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-extended-program-check/m-p/2242811#M483701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;since you Hard coded the text it is showing error in EPC.&lt;/P&gt;&lt;P&gt;Create one text element with the same value and assign that text elment to the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:16:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-extended-program-check/m-p/2242811#M483701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:16:00Z</dc:date>
    </item>
  </channel>
</rss>

