<?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: Extended Program Check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197505#M469184</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;If you put "#ec * at the end of a abap code row, you can suppress the warnining messages of extended program check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every kind of warning has own sign, you find out them while running extended check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a way to clear the useless messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want to hide, please use text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
move TEXT-001 to v_timestamp.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2007 15:21:06 GMT</pubDate>
    <dc:creator>ferry_lianto</dc:creator>
    <dc:date>2007-04-25T15:21:06Z</dc:date>
    <item>
      <title>Extended Program Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197501#M469180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After doing extended program check, I get the following error on my statement &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;v_timestamp        = 'Created On'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Char. strings w/o text elements will not be translated:&lt;/P&gt;&lt;P&gt;''Created On''&lt;/P&gt;&lt;P&gt;(The message can be hidden with "#EC NOTEXT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to resolve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 15:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197501#M469180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T15:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197502#M469181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by use this code..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
v_timestamp        = 'Created On'. "#EC NOTEXT
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 15:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197502#M469181</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-04-25T15:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197503#M469182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly is this doing ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 15:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197503#M469182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T15:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197504#M469183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiding the warning.. the syntax checker ignores the warning when it encounters a "#EC NOTEXT in the statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 15:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197504#M469183</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-04-25T15:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197505#M469184</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;If you put "#ec * at the end of a abap code row, you can suppress the warnining messages of extended program check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every kind of warning has own sign, you find out them while running extended check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a way to clear the useless messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want to hide, please use text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
move TEXT-001 to v_timestamp.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 15:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197505#M469184</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-04-25T15:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197506#M469185</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;This is called "hard coding".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can avoid this using text objects, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_timestamp        = text-ts1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on the ts1 text and type the 'Created On' into the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 15:21:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197506#M469185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T15:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197507#M469186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there no way to resolve the warning rather than hiding it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 15:21:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197507#M469186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T15:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Program Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197508#M469187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Megan,&lt;/P&gt;&lt;P&gt;    you have to declare a text element for hard coded texts.&lt;/P&gt;&lt;P&gt;\v_timestamp        = 'Created On'(001).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on 001 and create the text element.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 15:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extended-program-check/m-p/2197508#M469187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T15:21:43Z</dc:date>
    </item>
  </channel>
</rss>

