<?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 bapi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3383271#M812327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls can you help me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In business object bulider :SW01   T-CODE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We should Generate the BAPI by clicking symbol 'ball'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be done before Release the BAPI or after Releasing the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Feb 2008 11:12:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-25T11:12:23Z</dc:date>
    <item>
      <title>bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3383271#M812327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls can you help me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In business object bulider :SW01   T-CODE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We should Generate the BAPI by clicking symbol 'ball'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be done before Release the BAPI or after Releasing the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 11:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3383271#M812327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T11:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3383272#M812328</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;   Testing the BAPI&lt;/P&gt;&lt;P&gt;Purpose&lt;/P&gt;&lt;P&gt;After you have implemented the function module your BAPI is based on and you have defined the BAPI as an SAP Business Object method in the Business Object Repository (BOR) you should check that the BAPI functions properly.&lt;/P&gt;&lt;P&gt;Prerequisites&lt;/P&gt;&lt;P&gt;Carry out the test together with persons responsible for quality control in your development group.&lt;/P&gt;&lt;P&gt;Before you start testing make sure that the underlying function module has been completely implemented and that the BAPI has been correctly defined in the BOR as a Business Object method.&lt;/P&gt;&lt;P&gt;Process Flow&lt;/P&gt;&lt;P&gt;You can test the BAPI in the following ways:&lt;/P&gt;&lt;P&gt;&amp;#149;	By calling the underlying function module&lt;/P&gt;&lt;P&gt;You can individually test the function module in the Function Builder. You can enter the appropriate test values in the parameters of your function module and by running the test you can verify that the source code in the function module is processed without errors. &lt;/P&gt;&lt;P&gt;&amp;#149;	Testing the BAPI in the BOR&lt;/P&gt;&lt;P&gt;You can test the BAPI by testing the individual method of the Business Object in the Business Object Builder. You need to know the technical name of the Business Object (object type) that you have already specified in Defining a BAPI and Its Interface.&lt;/P&gt;&lt;P&gt;	Call the Business Object Builder by selecting Tools &amp;amp;#61614; Business Framework &amp;amp;#61614; BAPI Development &amp;amp;#61614; Business Object Builder. Specify the appropriate object type and then start running the test by selecting Test. To test the BAPI implementation, you need to specify appropriate test values in the parameters of the BAPI.&lt;/P&gt;&lt;P&gt;	Note that for an instance-dependent BAPI you have to first specify an instance before you can run the BAPI test. Select Create instance and specify the required instance.&lt;/P&gt;&lt;P&gt;&amp;#149;	By calling the BAPI in a Visual Basic program&lt;/P&gt;&lt;P&gt;If possible write a program in Visual Basic to call the BAPI.&lt;/P&gt;&lt;P&gt;-	Check that the BAPI can be called by BAPI ActiveX Control.&lt;/P&gt;&lt;P&gt;-	Check that the BAPI can be called by making RFC calls to the underlying function module.&lt;/P&gt;&lt;P&gt;&amp;#149;	Check the availability of documentation in the different logon languages.&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;If you find any errors in the BAPI implementation, correct them and repeat the tests until you and the quality control team in your group are fully satisfied with the BAPI implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Releasing and Freezing the BAPI&lt;/P&gt;&lt;P&gt;After you have completed the function module and BAPI tests and you are satisfied that they function properly, the implementation is complete.&lt;/P&gt;&lt;P&gt;You can now release the function module the BAPI is based on and the method in the Business Object Repository (BOR), and freeze the BAPI as a method in the BOR.&lt;/P&gt;&lt;P&gt;Once the BAPI has been released and frozen, it becomes available as a fully implemented Business Object method.&lt;/P&gt;&lt;P&gt;Releasing and freezing also prevents anyone making incompatible changes to the BAPI, because all changes made to a released and frozen BAPI are automatically checked for compatibility in the BOR and the ABAP Dictionary, and incompatible changes are rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if this helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 11:18:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3383272#M812328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T11:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3383273#M812329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not necessary to release the bapi before generating,if bapi is released no changes can be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 11:18:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3383273#M812329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T11:18:30Z</dc:date>
    </item>
  </channel>
</rss>

