<?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: Bapi and RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/1574075#M259197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   use commit work after BAPI_GOODSMVT_CREATE in &lt;/P&gt;&lt;P&gt;   your custom Function module  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Oct 2006 09:12:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-17T09:12:00Z</dc:date>
    <item>
      <title>Bapi and RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/1574072#M259194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have developed a custom function module which calls the bapi: BAPI_GOODSMVT_CREATE.&lt;/P&gt;&lt;P&gt;Before calling that bapi I do some verifications and I call the bapi&lt;/P&gt;&lt;P&gt;BAPI_PO_CHANGE to change the asset of the purchase order. &lt;/P&gt;&lt;P&gt;When I execute the function module (with transaction SE37) it modifies the &lt;/P&gt;&lt;P&gt;purchase order with the new asset and it does correctly the goods movement but&lt;/P&gt;&lt;P&gt;it doesn't inform the posting information of the asset. If I execute again the&lt;/P&gt;&lt;P&gt;function (there's no change in the asset this time) without leaving the screen&lt;/P&gt;&lt;P&gt;in transaction SE37 it happens the same (it doesn't inform posting info). But&lt;/P&gt;&lt;P&gt;if I leave transaction SE37, call it again and execute the function it informs&lt;/P&gt;&lt;P&gt;everything correctly.&lt;/P&gt;&lt;P&gt;Any idea of what is happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Roser&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 08:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/1574072#M259194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T08:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi and RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/1574073#M259195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi caprabo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. It could happen because of implicit commit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. After executing a FM in se37,&lt;/P&gt;&lt;P&gt;   and when we come out,&lt;/P&gt;&lt;P&gt;   the screen changes, and hence commit automatically happens.&lt;/P&gt;&lt;P&gt;   (So data is saved at that time)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. OR We again run the fm, the screen changes,&lt;/P&gt;&lt;P&gt;   and commit occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. This time, give commit work in your FM as the last statement, and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 08:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/1574073#M259195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T08:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi and RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/1574074#M259196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Caprabo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute the FM in Se37 like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the initial screen of Se37 In the Menu Function Module&lt;DEL&gt;&amp;gt;Test&lt;/DEL&gt;&amp;gt;Test Sequence. First give ur Fm and then BAPI_TRANSACTION_COMMIT and Execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 09:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/1574074#M259196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T09:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi and RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/1574075#M259197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   use commit work after BAPI_GOODSMVT_CREATE in &lt;/P&gt;&lt;P&gt;   your custom Function module  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 09:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/1574075#M259197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T09:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi and RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/1574076#M259198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've already tried with commit work and it doesn't work... I've 'BAPI_TRANSACTION_COMMIT' after bapi BAPI_PO_CHANGE and after bapi BAPI_GOODSMVT_CREATE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 10:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-and-rfc/m-p/1574076#M259198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T10:06:37Z</dc:date>
    </item>
  </channel>
</rss>

