<?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: Error after creating a function using SE37 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-creating-a-function-using-se37/m-p/3171617#M754702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing the following statement in one of your includes associated with the function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION-POOL zzzzz.                 "MESSAGE-ID ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2007 17:50:26 GMT</pubDate>
    <dc:creator>former_member191735</dc:creator>
    <dc:date>2007-12-11T17:50:26Z</dc:date>
    <item>
      <title>Error after creating a function using SE37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-creating-a-function-using-se37/m-p/3171614#M754699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a simple function (remote enabled). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax check says everything is ok.&lt;/P&gt;&lt;P&gt;When I try to Activate, I get the following error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program SAPLZBAPI_CONFIGDNA_INSERT &lt;/P&gt;&lt;P&gt;REPORT/PROGRAM statement missing, or program type is I (INCLUDE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name of the function that I have created is ZBAPI_CONFIGDNA_INSERT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it is complaining about a program SAPLZBAPI_CONFIGDNA_INSERT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created BAPIS before and so I am sure that the steps I have created are ok.&lt;/P&gt;&lt;P&gt;I even tried creating the same BAPI with different names and still the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any feedback will be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 17:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-creating-a-function-using-se37/m-p/3171614#M754699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T17:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error after creating a function using SE37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-creating-a-function-using-se37/m-p/3171615#M754700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the TOP Include the statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION-POOL (&amp;lt;b&amp;gt;Name of function Group&amp;lt;/b&amp;gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to Reach to th eexact point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to to attibutes tab of your FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on Program Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on include ending with TOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare the statement in the TOP include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;amandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 17:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-creating-a-function-using-se37/m-p/3171615#M754700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T17:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error after creating a function using SE37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-creating-a-function-using-se37/m-p/3171616#M754701</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;Once you create a BAPI, You will assign it to a Function Group. Make sure that the Function Group is active. If it Function Group is not active you will receive the same error.&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>Tue, 11 Dec 2007 17:49:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-creating-a-function-using-se37/m-p/3171616#M754701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T17:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error after creating a function using SE37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-creating-a-function-using-se37/m-p/3171617#M754702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing the following statement in one of your includes associated with the function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION-POOL zzzzz.                 "MESSAGE-ID ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 17:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-after-creating-a-function-using-se37/m-p/3171617#M754702</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2007-12-11T17:50:26Z</dc:date>
    </item>
  </channel>
</rss>

