<?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: Export ABAP function module to several customers in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-abap-function-module-to-several-customers/m-p/6617864#M1440007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much guys.&lt;/P&gt;&lt;P&gt;I like Nick's idea because I think it will be easier for a Basis team to import those file and create the corresponding objects. One last question: I need to &lt;STRONG&gt;release and transport&lt;/STRONG&gt; my request in order to get the cofile and datafile files? Or as soon I create my order both are generated?&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2010 16:28:43 GMT</pubDate>
    <dc:creator>alvaro_guzman</dc:creator>
    <dc:date>2010-02-15T16:28:43Z</dc:date>
    <item>
      <title>Export ABAP function module to several customers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-abap-function-module-to-several-customers/m-p/6617861#M1440004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;Is there any way to u201Cexportu201D a function module or a workbench request to several customers? I need to develop a functionally that applies to many CRM installations and we want to create a file to transport it from one customer to another. It will be great if we can build something like a SAP note or similar.&lt;/P&gt;&lt;P&gt;Any hints?&lt;/P&gt;&lt;P&gt;Thanks in advanced.&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 13:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-abap-function-module-to-several-customers/m-p/6617861#M1440004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T13:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export ABAP function module to several customers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-abap-function-module-to-several-customers/m-p/6617862#M1440005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Go to SE37 and open the function module that u have created. Then follow this path to download the FM&lt;/P&gt;&lt;P&gt;Utilities =&amp;gt; More Utilities =&amp;gt; Download / Upload =&amp;gt; Download. This will down the FM to local file. And then u can upload this file in the target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavesh Solanki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 14:17:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-abap-function-module-to-several-customers/m-p/6617862#M1440005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T14:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Export ABAP function module to several customers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-abap-function-module-to-several-customers/m-p/6617863#M1440006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alvaro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way is to take the two O/S files that make up the transport and deliver them to each recipient system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you've released and exported a transport a cofile and a datafile are created in the directory /usr/sap/trans (that's the unix version, you're basis team will know exactly where it is).   The subdirectory cofiles contains the cofile and data contains the datafile, both files contain the transport number in the file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy these two files to the corresponding directories in the destination system and you will be able to add the transport to the buffer and import it.  Don't forget, the imported objects will still have the source system as their original system, so you may need to create a tool to change that if you want to modify the objects in the destination system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 14:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-abap-function-module-to-several-customers/m-p/6617863#M1440006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T14:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Export ABAP function module to several customers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-abap-function-module-to-several-customers/m-p/6617864#M1440007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much guys.&lt;/P&gt;&lt;P&gt;I like Nick's idea because I think it will be easier for a Basis team to import those file and create the corresponding objects. One last question: I need to &lt;STRONG&gt;release and transport&lt;/STRONG&gt; my request in order to get the cofile and datafile files? Or as soon I create my order both are generated?&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 16:28:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-abap-function-module-to-several-customers/m-p/6617864#M1440007</guid>
      <dc:creator>alvaro_guzman</dc:creator>
      <dc:date>2010-02-15T16:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Export ABAP function module to several customers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-abap-function-module-to-several-customers/m-p/6617865#M1440008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you have to release it (from example from SE09).&lt;/P&gt;&lt;P&gt;Make sure you export the whole function group, otherwise you might get an error during the import, of the other part of the function group is missing in the target system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 16:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-abap-function-module-to-several-customers/m-p/6617865#M1440008</guid>
      <dc:creator>Peter_Inotai</dc:creator>
      <dc:date>2010-02-15T16:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Export ABAP function module to several customers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-abap-function-module-to-several-customers/m-p/6617866#M1440009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alvaro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The transport has to be released and exported for the cofile and datafile to exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 16:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-abap-function-module-to-several-customers/m-p/6617866#M1440009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T16:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Export ABAP function module to several customers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-abap-function-module-to-several-customers/m-p/6617867#M1440010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your quick responses.&lt;/P&gt;&lt;P&gt;I'll talk to the Basis team in order to get the right procedure for this.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 16:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-abap-function-module-to-several-customers/m-p/6617867#M1440010</guid>
      <dc:creator>alvaro_guzman</dc:creator>
      <dc:date>2010-02-15T16:42:13Z</dc:date>
    </item>
  </channel>
</rss>

