<?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 SAP conventions for function modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-conventions-for-function-modules/m-p/3230424#M770619</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;if i take a look at the BAPI Programming Guide CA-BFA, i found the following in the section "Actions in the Function Builder":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;All function modules must have the naming convention:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;Name space&amp;gt;BAPI_&amp;lt;business object&amp;gt;_&amp;lt;method&amp;gt;.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;A maximum of 30 characters is allowed.&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, i named my function module for a BAPI: "ZABAPI_FLIGHT_GETBLA"... &lt;/P&gt;&lt;P&gt;If i try to add a method to my business object and use this function module, i receive an error: &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The name of the function module ZABAPI_FLIGHT_GETBLA does not begin with 'BAPI'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i click on the information button in the error message, the diagnosis says the following:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Function modules that implement BAPIs must start with the prefix "BAPI_". If required, other prefixes for namespaces (e.g. of customers) can be placed before the BAPI prefix."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please tell me, where is the failure?! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Dec 2007 18:53:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-30T18:53:08Z</dc:date>
    <item>
      <title>SAP conventions for function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-conventions-for-function-modules/m-p/3230424#M770619</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;if i take a look at the BAPI Programming Guide CA-BFA, i found the following in the section "Actions in the Function Builder":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;All function modules must have the naming convention:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;Name space&amp;gt;BAPI_&amp;lt;business object&amp;gt;_&amp;lt;method&amp;gt;.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;A maximum of 30 characters is allowed.&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, i named my function module for a BAPI: "ZABAPI_FLIGHT_GETBLA"... &lt;/P&gt;&lt;P&gt;If i try to add a method to my business object and use this function module, i receive an error: &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The name of the function module ZABAPI_FLIGHT_GETBLA does not begin with 'BAPI'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i click on the information button in the error message, the diagnosis says the following:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Function modules that implement BAPIs must start with the prefix "BAPI_". If required, other prefixes for namespaces (e.g. of customers) can be placed before the BAPI prefix."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please tell me, where is the failure?! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Dec 2007 18:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-conventions-for-function-modules/m-p/3230424#M770619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-30T18:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAP conventions for function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-conventions-for-function-modules/m-p/3230425#M770620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your name space should &lt;STRONG&gt;Z&lt;/STRONG&gt; instead &lt;STRONG&gt;ZA&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the name &lt;STRONG&gt;ZBAPI_FLIGHT_GETBLA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Dec 2007 19:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-conventions-for-function-modules/m-p/3230425#M770620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-30T19:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAP conventions for function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-conventions-for-function-modules/m-p/3230426#M770621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes try ... ZBAPI_FLIGHT_GETBLA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else in SE37 hit Z&lt;STRONG&gt;BAPI&lt;/STRONG&gt; and check, ur organization might have some other naming convention..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Dec 2007 20:21:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-conventions-for-function-modules/m-p/3230426#M770621</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2007-12-30T20:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAP conventions for function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-conventions-for-function-modules/m-p/3230427#M770622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys, it worked with ZBAPI_*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "problem" is that my university uses a SAP system of a university network which is used by different universities. So the namespace is ZA, it seems that SAP checks only the first character... so i have to find a solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But thank you, it works at my local test system &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Dec 2007 23:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-conventions-for-function-modules/m-p/3230427#M770622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-30T23:42:50Z</dc:date>
    </item>
  </channel>
</rss>

