<?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: INCLUDE Error ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519140#M2004590</link>
    <description>&lt;P&gt;If actually you didn't change anything in the function module, delete it from the transport request.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Feb 2022 19:22:44 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2022-02-01T19:22:44Z</dc:date>
    <item>
      <title>INCLUDE Error ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519136#M2004586</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I added Editing Authority in a field of a program in abap within the INCLUDE part. I added my code but when i check it i receive this red error:&lt;/P&gt;
  &lt;P&gt; The REPORT/PROGRAM statement is missing, or the program type is INCLUDE.&lt;/P&gt;
  &lt;P&gt;Include XYZ.&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;But inspite of it i activate and run it the field can be editable now. Should i transport my request inspite of the red error.&lt;/P&gt;
  &lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 11:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519136#M2004586</guid>
      <dc:creator>sumeyye_1634</dc:creator>
      <dc:date>2022-02-01T11:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: INCLUDE Error ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519137#M2004587</link>
      <description>&lt;P&gt;This error is due to the local check. In the menu you could do a global check (of the main program). This is not a program error, you could transport it&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 11:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519137#M2004587</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-02-01T11:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: INCLUDE Error ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519138#M2004588</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So when i chech the INCLUDE part i receive a red error that i mentioned above, but i chech the main program i receive no error. So which means that i can ignore the red error in the INCLUDE part?&lt;/P&gt;&lt;P&gt;And one more question. While i was searching the error message somewhere i found that activate the Function module or function group is required. When i was cheching Function Modules in  SE37 i tried to activate an unrelated function module and it required a request then i saved it into my request. But i didnt added anything to the function module. Just activated and saved into my request.&lt;/P&gt;&lt;P&gt;May it create a problem while i transport my request  as it contains an unrelated thing within my request(which is an activated unrelated function module)&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 12:12:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519138#M2004588</guid>
      <dc:creator>sumeyye_1634</dc:creator>
      <dc:date>2022-02-01T12:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: INCLUDE Error ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519139#M2004589</link>
      <description>&lt;P&gt;for the include, you have understood, include could not really check alone. &lt;/P&gt;&lt;P&gt;for the FM, this is a good question, I don't know why it works like that. Maybe  &lt;SPAN class="mention-scrubbed"&gt;horst.keller&lt;/SPAN&gt; could help you. &lt;/P&gt;&lt;P&gt;(but you will have no problem to import it, just maybe the problem of locking the object in a TR for nothing)&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 12:26:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519139#M2004589</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-02-01T12:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: INCLUDE Error ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519140#M2004590</link>
      <description>&lt;P&gt;If actually you didn't change anything in the function module, delete it from the transport request.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 19:22:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519140#M2004590</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-01T19:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: INCLUDE Error ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519141#M2004591</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I transported it to the QA system with the untouched function module. (Under my request there are 2 things:&lt;/P&gt;&lt;P&gt;1. My main purpose adding a new line to the INCLUDE part&lt;/P&gt;&lt;P&gt;2. I just activated a function module and had to add it to my request as it required from me to activate it.&lt;/P&gt;&lt;P&gt;I mean that function module under my request was just testing. Apart from activating i didnt touch anything)&lt;/P&gt;&lt;P&gt;May it broke something? I have hesitates before transport it to the SEP.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 07:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519141#M2004591</guid>
      <dc:creator>sumeyye_1634</dc:creator>
      <dc:date>2022-02-02T07:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: INCLUDE Error ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519142#M2004592</link>
      <description>&lt;P&gt;If nothing was changed, there shouldn't be any problem transporting the exact same object, I think. I hope you understood what is the difference of activating one include versus the main program/all its includes.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 07:19:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519142#M2004592</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-02T07:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: INCLUDE Error ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519143#M2004593</link>
      <description>&lt;P&gt;Maybe as a function module is a generated code, when you activate SAP generate a new version &amp;amp; need to transport it because it consider as a change. &lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 07:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519143#M2004593</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-02-02T07:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: INCLUDE Error ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519144#M2004594</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; &lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt;&lt;/P&gt;Thank you both!</description>
      <pubDate>Wed, 02 Feb 2022 09:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-error-abap/m-p/12519144#M2004594</guid>
      <dc:creator>sumeyye_1634</dc:creator>
      <dc:date>2022-02-02T09:15:37Z</dc:date>
    </item>
  </channel>
</rss>

