<?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: test bapi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/test-bapi/m-p/4610430#M1086378</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;you can test the BAPI through se37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the initial screen of se37 goto &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Module&lt;DEL&gt;-&amp;gt;TEST&lt;/DEL&gt;-&amp;gt;Test Sequences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first wtite BAPI name in the box than call the function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;P&gt;this function midlue commit the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hiren Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2008 06:19:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-27T06:19:15Z</dc:date>
    <item>
      <title>test bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/test-bapi/m-p/4610426#M1086374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;how we can test the bapi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 05:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/test-bapi/m-p/4610426#M1086374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T05:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: test bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/test-bapi/m-p/4610427#M1086375</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;You can do that from SE37..After entering in Display mode...click on Execute Button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you can go through the documentation to know more about an BAPI and the values you need to enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 05:52:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/test-bapi/m-p/4610427#M1086375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T05:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: test bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/test-bapi/m-p/4610428#M1086376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vikash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course you can test the BAPI within transaction SE37. However, I would recommend to create a simple &lt;STRONG&gt;eCATT&lt;/STRONG&gt; script (recording pattern FUN, transaction &lt;STRONG&gt;SECATT&lt;/STRONG&gt; ) because here you have a nice tree display of all available BAPI parameters and you can do the testing (in particular finding out the mandatory parameters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 06:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/test-bapi/m-p/4610428#M1086376</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-10-27T06:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: test bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/test-bapi/m-p/4610429#M1086377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For testing the BAPI , i would prefer to go for Test Sequence. &lt;/P&gt;&lt;P&gt;in SE37, from menu Function module -&amp;gt; Test -&amp;gt; Test Sequence -&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the popup input your BAPI, and next add this  BAPI_TRANSACTION_COMMIT &lt;/P&gt;&lt;P&gt;then press ok. now it will give take you to the first BAPI execution, here you input data and execute. now it will come back to BAPI_TRANSACTION_COMMIT execution, execute this also to see commit the results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 06:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/test-bapi/m-p/4610429#M1086377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T06:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: test bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/test-bapi/m-p/4610430#M1086378</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;you can test the BAPI through se37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the initial screen of se37 goto &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Module&lt;DEL&gt;-&amp;gt;TEST&lt;/DEL&gt;-&amp;gt;Test Sequences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first wtite BAPI name in the box than call the function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;P&gt;this function midlue commit the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hiren Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 06:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/test-bapi/m-p/4610430#M1086378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T06:19:15Z</dc:date>
    </item>
  </channel>
</rss>

