<?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 Ext prog check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ext-prog-check/m-p/7210985#M1522593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in my program,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE'
          EXPORTING
            date                = st_bape_vbep-zzdpdat
            factory_calendar_id = p_w_fabkl
          IMPORTING
            date                = st_bape_vbep-zzdpdat.


      ENDIF.

      wa_bapiparein-structure  = lc_bape_vbep.

      wa_bapiparein-valuepart1 = st_bape_vbep.

      APPEND wa_bapiparein TO ts_bapiparein.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;--&amp;gt;and in my Ext prog check, we are getting this error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax check warning                                                         &lt;/P&gt;&lt;P&gt; After a structure enhancement, assignment or comparison may no longer be    &lt;/P&gt;&lt;P&gt; permitted. syntactically incorrect.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; how can we can avoid this errors. appreciated ur help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator Message: This is the third thread you have opened witht the same title. Please use more descriptive and distinct title for each of your threads. Also please enclose your code in &lt;SPAN __jive_macro_name="noformat"&gt;.....&lt;/SPAN&gt; tags for better readability&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Aug 31, 2010 10:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Aug 2010 04:56:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-31T04:56:43Z</dc:date>
    <item>
      <title>Ext prog check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ext-prog-check/m-p/7210985#M1522593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in my program,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE'
          EXPORTING
            date                = st_bape_vbep-zzdpdat
            factory_calendar_id = p_w_fabkl
          IMPORTING
            date                = st_bape_vbep-zzdpdat.


      ENDIF.

      wa_bapiparein-structure  = lc_bape_vbep.

      wa_bapiparein-valuepart1 = st_bape_vbep.

      APPEND wa_bapiparein TO ts_bapiparein.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;--&amp;gt;and in my Ext prog check, we are getting this error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax check warning                                                         &lt;/P&gt;&lt;P&gt; After a structure enhancement, assignment or comparison may no longer be    &lt;/P&gt;&lt;P&gt; permitted. syntactically incorrect.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; how can we can avoid this errors. appreciated ur help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator Message: This is the third thread you have opened witht the same title. Please use more descriptive and distinct title for each of your threads. Also please enclose your code in &lt;SPAN __jive_macro_name="noformat"&gt;.....&lt;/SPAN&gt; tags for better readability&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kishan P on Aug 31, 2010 10:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 04:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ext-prog-check/m-p/7210985#M1522593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-31T04:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ext prog check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ext-prog-check/m-p/7210986#M1522594</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;&lt;/P&gt;&lt;P&gt;   Please check if you are doing any comparisions after append. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   APPEND wa_bapiparein TO ts_bapiparein.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 05:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ext-prog-check/m-p/7210986#M1522594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-31T05:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ext prog check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ext-prog-check/m-p/7210987#M1522595</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;what is the type of ur internal table?&lt;/P&gt;&lt;P&gt;this warning comes bcoz of enhancement category of ur structure or database table. Make the enhancement category as can not be enhanced.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 05:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ext-prog-check/m-p/7210987#M1522595</guid>
      <dc:creator>sarang_gujrati2</dc:creator>
      <dc:date>2010-08-31T05:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ext prog check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ext-prog-check/m-p/7210988#M1522596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no after APPEND, I am closing the LOOP-ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think the reason being, the work area is referring to a STRUCTURE bapiparex which has fields STRUCTURE &amp;amp; VALUEPART1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if i pass fields to STRUCTURE and to another field VALUEPART1 --&amp;gt; throws this EXT PROG check errors...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way i can do this ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 05:15:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ext-prog-check/m-p/7210988#M1522596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-31T05:15:13Z</dc:date>
    </item>
  </channel>
</rss>

