<?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: Copying a BApi to a function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389426#M1043843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks fellows i seem to have sovled it&lt;/P&gt;&lt;P&gt;I recon that the entire function group has to be copied and not individual function modules&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2008 11:26:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-27T11:26:58Z</dc:date>
    <item>
      <title>Copying a BApi to a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389417#M1043834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  Im trying to copy the bapi BAPI_CUSTOMER_CREATEFROMDATA1 to my own function module in se37 which in in my function group. The Bapi gets copied properly but when i activate my FM it throws an error saying report/program type is missing or program type is include.&lt;/P&gt;&lt;P&gt;  Can anyone try this out and tell me what should i do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:15:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389417#M1043834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a BApi to a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389418#M1043835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to copy all the related includes as well and then activate everything together&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:16:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389418#M1043835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a BApi to a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389419#M1043836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give Function group name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expand the Functionmodules icon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select Function Module name and right click on that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can find the copy option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389419#M1043836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a BApi to a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389420#M1043837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  System-defined Include-files.                                 *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;P&gt; INCLUDE LZDEXTOP.                          " Global Data&lt;/P&gt;&lt;P&gt; INCLUDE LZDEXUXX.                          " Function Modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's something to do with these 2 includes . The content inside them is almost blank as opposed to that of the bapi. &lt;/P&gt;&lt;P&gt;Can somebody please try this and tell me if they successful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:39:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389420#M1043837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a BApi to a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389421#M1043838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try activating all the includes and the FM together....if not then try it...else first activate the includes and then the FM....if thre are no errors it will activate...&lt;/P&gt;&lt;P&gt;else you will need to resolve the syntax errors...may be some data declarations are missing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389421#M1043838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a BApi to a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389422#M1043839</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 click 'Activate', select all object coming in popup and press enter.&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;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:44:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389422#M1043839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a BApi to a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389423#M1043840</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;Even while copying Function group it does not copy the includes for subroutines. &lt;/P&gt;&lt;P&gt;You will have to create these manually in new function group and then do a copy paste of code .&lt;/P&gt;&lt;P&gt;You have to write the Top include ( Global data )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Papiya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389423#M1043840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a BApi to a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389424#M1043841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do i copy those subroutines.&lt;/P&gt;&lt;P&gt;Also how do i copy the contents from here(INCLUDE LV02DUXX.      " Function Modules)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 11:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389424#M1043841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T11:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a BApi to a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389425#M1043842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is i am unable to save this new function module in the function group of the BAPI so i saved it in my own function group. Hence all the functions which are present in the bapi function group are not included in my group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 11:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389425#M1043842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T11:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Copying a BApi to a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389426#M1043843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks fellows i seem to have sovled it&lt;/P&gt;&lt;P&gt;I recon that the entire function group has to be copied and not individual function modules&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 11:26:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copying-a-bapi-to-a-function-module/m-p/4389426#M1043843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T11:26:58Z</dc:date>
    </item>
  </channel>
</rss>

