<?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: Query: Function module and function group in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-function-module-and-function-group/m-p/6623013#M1440700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jan 2010 15:50:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-26T15:50:29Z</dc:date>
    <item>
      <title>Query: Function module and function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-function-module-and-function-group/m-p/6623009#M1440696</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;    I have a small query. I have created a FM &amp;lt;FM1&amp;gt;, assigned it to a Function group &amp;lt;FGRP1&amp;gt; and moved it to production. After some days, i created a new FM &amp;lt;FM2&amp;gt; and assigned it to the same Function Group &amp;lt;FGRP1&amp;gt;, and moved it to production. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The query is will the second transport also carry the FM1 alongwith FM2 as the function group &amp;lt;FGRP1&amp;gt; is included in the transport. If we have the Function Group in a transport, will it transport all the objects included in the function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We had a scenario in PRD and i am trying to get to the root cause to avoid this from happening again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 23:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-function-module-and-function-group/m-p/6623009#M1440696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T23:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Query: Function module and function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-function-module-and-function-group/m-p/6623010#M1440697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes，you should active all the objects and put them on one request and transport again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2010 04:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-function-module-and-function-group/m-p/6623010#M1440697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-26T04:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Query: Function module and function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-function-module-and-function-group/m-p/6623011#M1440698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi Sandeep, 
&amp;lt;li&amp;gt;Answer is NO.
&amp;lt;li&amp;gt;Function modules assigned to function group are saved in the &lt;STRONG&gt;Includes&lt;/STRONG&gt;. If you do not touch that include, that function module is included in the latest transport created for Another function module.
&amp;lt;li&amp;gt;Goto SE01 or SE10 and check the transport what are the objects are included in the transport.

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2010 05:17:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-function-module-and-function-group/m-p/6623011#M1440698</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2010-01-26T05:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Query: Function module and function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-function-module-and-function-group/m-p/6623012#M1440699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you look at the object list of the first transport, you'll see that function group has an entry:R3TR FUGR &amp;lt;FGROUP&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second transport, you'll see an entry like&lt;/P&gt;&lt;P&gt;LIMU FUNC &amp;lt;FM2&amp;gt; - there may also be some LIMU REPS entries for, e.g. the TOP include of the Function Group, if you changed it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same is true of classes, report programs and module pools - the first transport contains everything in an R3TR object.  Subsequent transports contain only the changed components- LIMU objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I ever get a problem with a transport failing on import, I fix it by creating a new transport, and manually ensuring the R3TR entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2010 07:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-function-module-and-function-group/m-p/6623012#M1440699</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2010-01-26T07:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Query: Function module and function group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-function-module-and-function-group/m-p/6623013#M1440700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2010 15:50:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-function-module-and-function-group/m-p/6623013#M1440700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-26T15:50:29Z</dc:date>
    </item>
  </channel>
</rss>

