<?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 Function Module and transporting it in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-and-transporting-it/m-p/2925974#M689279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SDN,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our BW ABAP code, I find a lot of duplication of logic and a reusable function module would cut down the code size significantly. I have a book to guide me to create a function module. Can someone point to some info regarding transporting it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will the system prompt for transport request for each essential item?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or alternatively what all objects would have to be gathered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2007 14:18:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-11T14:18:34Z</dc:date>
    <item>
      <title>Function Module and transporting it</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-and-transporting-it/m-p/2925974#M689279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SDN,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our BW ABAP code, I find a lot of duplication of logic and a reusable function module would cut down the code size significantly. I have a book to guide me to create a function module. Can someone point to some info regarding transporting it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will the system prompt for transport request for each essential item?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or alternatively what all objects would have to be gathered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 14:18:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-and-transporting-it/m-p/2925974#M689279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T14:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module and transporting it</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-and-transporting-it/m-p/2925975#M689280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Safdar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a transport request and add this line:&lt;/P&gt;&lt;P&gt;R3TR FUGR name_of_function_group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will take everything: screens, text symbols, whatever else. Of course if other Z objects are used in the function group, than you have to transport those as well (if they are not in the target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(transport the whole function group, not just the individual FM, to avoid problems!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 14:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-and-transporting-it/m-p/2925975#M689280</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-10-11T14:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module and transporting it</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-and-transporting-it/m-p/2925976#M689281</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;When you create a FM, it will ask for transport request and package. Select the transport which is assigned to you or else create your own transport request if you have authorization to create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 14:21:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-and-transporting-it/m-p/2925976#M689281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T14:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module and transporting it</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-and-transporting-it/m-p/2925977#M689282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course the system will add any object modfied to your transport request. So you will have the function group with its module in it and every obejct changed to use the nuew function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 14:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-and-transporting-it/m-p/2925977#M689282</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2007-10-11T14:25:58Z</dc:date>
    </item>
  </channel>
</rss>

