<?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 the Include modularizarion from Function Group in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-the-include-modularizarion-from-function-group/m-p/10947148#M1892645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all..... &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Feb 2015 09:07:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-02-13T09:07:09Z</dc:date>
    <item>
      <title>Include the Include modularizarion from Function Group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-the-include-modularizarion-from-function-group/m-p/10947144#M1892641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a function group. in that I have given variables in the TOP Include.&lt;/P&gt;&lt;P&gt;How can i access that include in my program.&lt;/P&gt;&lt;P&gt;i tried INCLUDE keyword, but it gives error "Report or Program already exists "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it not possible to do so or Is there any other ways???&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;Vipin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 08:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-the-include-modularizarion-from-function-group/m-p/10947144#M1892641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-13T08:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Include the Include modularizarion from Function Group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-the-include-modularizarion-from-function-group/m-p/10947145#M1892642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vipin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think its not possible. Except top include u can use.&lt;/P&gt;&lt;P&gt;Why do u want to do so?&lt;/P&gt;&lt;P&gt;If u want to access any variable declared in FG to your program create two function modules..&lt;/P&gt;&lt;P&gt;One for set data and other for get data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreekanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 08:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-the-include-modularizarion-from-function-group/m-p/10947145#M1892642</guid>
      <dc:creator>former_member202818</dc:creator>
      <dc:date>2015-02-13T08:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Include the Include modularizarion from Function Group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-the-include-modularizarion-from-function-group/m-p/10947146#M1892643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is &lt;SPAN style="text-decoration: underline;"&gt;kinda&lt;/SPAN&gt; possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error you get is because the TOP Include, contains the syntax &lt;SPAN class="L0S52"&gt;FUNCTION-POOL &lt;SPAN class="L0S52"&gt;Z... and your program contains the syntax REPORT Z....&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;EM&gt;"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Each ABAP program can contain only one "REPORT", "PROGRAM",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"FUNCTION-POOL" statement.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;So&lt;EM&gt; ... &lt;/EM&gt;look for a workaround . Maybe create a new include ZTEST_TOP in both your FGRP top include and your report.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;-&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Andrei&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 08:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-the-include-modularizarion-from-function-group/m-p/10947146#M1892643</guid>
      <dc:creator>former_member184675</dc:creator>
      <dc:date>2015-02-13T08:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Include the Include modularizarion from Function Group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-the-include-modularizarion-from-function-group/m-p/10947147#M1892644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better use a new include named LZxxxxxxT01 (L + Function groupe name + T01) so it is considered as a subobject of the funtion group, and should not be forgotten in a future development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 08:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-the-include-modularizarion-from-function-group/m-p/10947147#M1892644</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-02-13T08:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Include the Include modularizarion from Function Group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-the-include-modularizarion-from-function-group/m-p/10947148#M1892645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all..... &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 09:07:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-the-include-modularizarion-from-function-group/m-p/10947148#M1892645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-13T09:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Include the Include modularizarion from Function Group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-the-include-modularizarion-from-function-group/m-p/10947149#M1892646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please also take into account what &lt;A __default_attr="311021" __jive_macro_name="user" class="jive_macro_user jive_macro" data-orig-content="Raymond Giuseppi&amp;nbsp; " href="https://community.sap.com/" modifiedtitle="true" title="Raymond Giuseppi  "&gt;&lt;/A&gt;said:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="18279" data-externalid="" data-presence="null" data-userid="311021" data-username="raymond.giuseppi" href="https://answers.sap.com/people/raymond.giuseppi"&gt;Raymond Giuseppi&lt;/A&gt;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp; Feb 13, 2015 9:44 AM&amp;nbsp; &lt;SPAN class="font-color-meta-light j-thread-replyto"&gt; (&lt;A _jive_internal="true" class="font-color-meta-light localScroll" href="https://answers.sap.com/thread/3696046#15748717" title="Go to message"&gt;in response to Andrei Sosea&lt;/A&gt;) &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&amp;nbsp; 
&lt;P&gt;Better use a new include named LZxxxxxxT01 (L + Function groupe name + T01) so it is considered as a subobject of the funtion group, and should not be forgotten in a future development.&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;He is absolutely right about the naming of the include. Use FGRP namespace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 09:13:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-the-include-modularizarion-from-function-group/m-p/10947149#M1892646</guid>
      <dc:creator>former_member184675</dc:creator>
      <dc:date>2015-02-13T09:13:16Z</dc:date>
    </item>
  </channel>
</rss>

