<?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: How to reference a field statically in a program? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-reference-a-field-statically-in-a-program/m-p/4152983#M993006</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;We can avoid this EPC check by deleting or putting a comment Or By passeing the EPC to it ie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;w_flag type i." #EPC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can also avoid the EPC error by this way.then this willnt be aa part of EPC check &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chandralekha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2008 12:55:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-23T12:55:42Z</dc:date>
    <item>
      <title>How to reference a field statically in a program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-reference-a-field-statically-in-a-program/m-p/4152980#M993003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Can any one explain me how to reference a field statically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the error on Extended program check is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field FLAG is not referenced statically in the program    &lt;/P&gt;&lt;P&gt;where as the particular field has been defined as below in the program :&lt;/P&gt;&lt;P&gt; when 'SMTP_ADDR'.&lt;/P&gt;&lt;P&gt;          DATA: flag type i.&lt;/P&gt;&lt;P&gt;I think is there a need to define the field globally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Johny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 12:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-reference-a-field-statically-in-a-program/m-p/4152980#M993003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T12:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to reference a field statically in a program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-reference-a-field-statically-in-a-program/m-p/4152981#M993004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can comment/delete this field(FLAG) .. &lt;/P&gt;&lt;P&gt;This is not used anywhere in the program ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 12:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-reference-a-field-statically-in-a-program/m-p/4152981#M993004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T12:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to reference a field statically in a program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-reference-a-field-statically-in-a-program/m-p/4152982#M993005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It just means that you've defined the data "flag" and, unless you've done some dynamic programming, you've not used it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there's no dynamic programming relying on this flag, which seems likely, then just delete it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 12:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-reference-a-field-statically-in-a-program/m-p/4152982#M993005</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-07-23T12:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to reference a field statically in a program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-reference-a-field-statically-in-a-program/m-p/4152983#M993006</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;We can avoid this EPC check by deleting or putting a comment Or By passeing the EPC to it ie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;w_flag type i." #EPC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can also avoid the EPC error by this way.then this willnt be aa part of EPC check &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chandralekha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 12:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-reference-a-field-statically-in-a-program/m-p/4152983#M993006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T12:55:42Z</dc:date>
    </item>
  </channel>
</rss>

