<?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 SE37 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373017#M525883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When i execute a bapi from se37 i can see that it returns paramters..&lt;/P&gt;&lt;P&gt;but the records have not updated in the relevant screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what does that mean ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from se37 while we execute the bapi, does it need to post entries ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2007 04:47:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-12T04:47:58Z</dc:date>
    <item>
      <title>SE37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373017#M525883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When i execute a bapi from se37 i can see that it returns paramters..&lt;/P&gt;&lt;P&gt;but the records have not updated in the relevant screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what does that mean ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from se37 while we execute the bapi, does it need to post entries ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 04:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373017#M525883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T04:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: SE37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373018#M525884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;For this purpose only,In the program after executing the BAPI&lt;/P&gt;&lt;P&gt;we use the extra bapi&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT to commit the changes to Database&lt;/P&gt;&lt;P&gt;so just in SE37 changes are not committed to DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 04:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373018#M525884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T04:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: SE37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373019#M525885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;when u execute bapi from se37 . the data is not commited to the database . so u dont see the updation in the screen .&lt;/P&gt;&lt;P&gt;U need to call BAPI_TRANSACTION_COMMIT  explicity to commit to the database .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 04:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373019#M525885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T04:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: SE37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373020#M525886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI if u run from SE37 will not update the tables. unless the commit transaction is done it wont update the tables&lt;/P&gt;&lt;P&gt;after calling the BAPI u need to call another BAPI BAPI_TRANSACTION_COMMIT to commit the values.... which is not possible in SE37, but is possible only in an ABAP program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 04:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373020#M525886</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-06-12T04:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: SE37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373021#M525887</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 have to call the BAPI and BAPI_TRANSACTION_COMMIT  in sequence..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO TO SE37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the menu..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function module. -&amp;gt; TEST -&amp;gt; TEST SEQUENCES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the BAPI function module in the first line.&lt;/P&gt;&lt;P&gt;Then give the FM BAPI_TRANSACTION_COMMIT Fm in the second line..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press enter..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute the BAPI Fm then control back to the second FM..press F8 to save the changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 04:51:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373021#M525887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T04:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: SE37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373022#M525888</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 the BAPI is a standalone BAPI, i.e. if it can be executed directly from SE37 &amp;amp; doesnt require any program to call it, then it should do the posting. There shouldnt be any problem in updating the posting details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest to Debug &amp;amp; check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 04:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373022#M525888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T04:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: SE37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373023#M525889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Return 000&lt;/P&gt;&lt;P&gt;wat does that mean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 04:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373023#M525889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T04:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: SE37</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373024#M525890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 05:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se37/m-p/2373024#M525890</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-06-12T05:00:54Z</dc:date>
    </item>
  </channel>
</rss>

