<?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: Same classpool include name, different content between DEV and PROD system in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-classpool-include-name-different-content-between-dev-and-prod-system/m-p/11822361#M1956004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandra is right. If you need to know what include contains a certain method, use report RPR_ABAP_SOURCE_SCAN and search the class for the method name. In the result list, you see the name of the include.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Aug 2016 16:48:09 GMT</pubDate>
    <dc:creator>jrgkraus</dc:creator>
    <dc:date>2016-08-04T16:48:09Z</dc:date>
    <item>
      <title>Same classpool include name, different content between DEV and PROD system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-classpool-include-name-different-content-between-dev-and-prod-system/m-p/11822358#M1956001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I got some strange behaviour between our DEV and PROD Systems.&lt;/P&gt;&lt;P&gt;There is a classpool include lets say it is named something like ZCL_XXX========CM007.&lt;/P&gt;&lt;P&gt;This classpool include exists in both Systems, DEV and PROD.&lt;/P&gt;&lt;P&gt;In PROD the content is a method named&amp;nbsp; 'READ_ITEMS' but in DEV the method in this include is 'CREATE_ITEMS'...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This leads to a second thing, some methods are in different includes in the different systems, for example method 'READ_ITEMS' above mentioned.&lt;/P&gt;&lt;P&gt;In PROD the include Name of this method is ZCL_XXX========CM007, in DEV it is ZCL_XXX========CM009.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody explain me how this happens and if this ist normal behaviour?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 08:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-classpool-include-name-different-content-between-dev-and-prod-system/m-p/11822358#M1956001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-04T08:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Same classpool include name, different content between DEV and PROD system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-classpool-include-name-different-content-between-dev-and-prod-system/m-p/11822359#M1956002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be it is like the SMARTFORMS &amp;amp; function module name of SMARTFORMS.&lt;/P&gt;&lt;P&gt;SMARTFORMS SF_EXAMPLE_01:&lt;/P&gt;&lt;P&gt;In my&amp;nbsp; dev200 is /1BCDWB/SF00000203&lt;/P&gt;&lt;P&gt;But in my PRD is /1BCDWB/SF00000110&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 08:39:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-classpool-include-name-different-content-between-dev-and-prod-system/m-p/11822359#M1956002</guid>
      <dc:creator>former_member192023</dc:creator>
      <dc:date>2016-08-04T08:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Same classpool include name, different content between DEV and PROD system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-classpool-include-name-different-content-between-dev-and-prod-system/m-p/11822360#M1956003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a normal behavior, and there shouldn't be any problem (not like the function modules).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, if you have 2 development systems (one for maintenance, and one for next release), one developer may create a method A on one system, and the other one will create a method B on the second system. Both may be assigned the same include "number", say 007. If A is transported to the second system, then it will be assigned automatically the number 008. So, everything is fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For information, the includes are incorportated by a single special reserved ABAP statement "INCLUDE METHODS", which avoids the problems we had with the function modules (which had hardcoded INCLUDE LFUGRU01, INCLUDE LFUGRU02, ... If I remember well, the problem was recently corrected for the function modules (regeneration of the LFUGRUXX include instead of transporting it), but not sure (it may be described in one SAP note))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 16:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-classpool-include-name-different-content-between-dev-and-prod-system/m-p/11822360#M1956003</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-08-04T16:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Same classpool include name, different content between DEV and PROD system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-classpool-include-name-different-content-between-dev-and-prod-system/m-p/11822361#M1956004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandra is right. If you need to know what include contains a certain method, use report RPR_ABAP_SOURCE_SCAN and search the class for the method name. In the result list, you see the name of the include.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 16:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-classpool-include-name-different-content-between-dev-and-prod-system/m-p/11822361#M1956004</guid>
      <dc:creator>jrgkraus</dc:creator>
      <dc:date>2016-08-04T16:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Same classpool include name, different content between DEV and PROD system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-classpool-include-name-different-content-between-dev-and-prod-system/m-p/11822362#M1956005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THX all for the Information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact we have a little Problem with this behaviour, but that is another point &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; and should not be discussed here :-).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 07:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-classpool-include-name-different-content-between-dev-and-prod-system/m-p/11822362#M1956005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-05T07:28:21Z</dc:date>
    </item>
  </channel>
</rss>

