<?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: BDC Commit work problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782591#M1952863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"&lt;SPAN style="color: #333333; font-size: 12px;"&gt;SAP_WAPI_CREATE_EVENT" this FM is not getting called in Dev system. The customer configured it in quality and not in Dev.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2016 16:32:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-06-09T16:32:57Z</dc:date>
    <item>
      <title>BDC Commit work problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782580#M1952852</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 am checking one BDC for posting document in tcode F-32. The message "Document posted" has been called after the "Commit work and wait" statement (SAP Std report statement). But when I execute the transaction BDC not going forward after the "Commit work" statement, it not executing the code. It is working fine in development system but not working in quality. &lt;/P&gt;&lt;P&gt;Can anybody tell me why it is happening??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 06:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782580#M1952852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-09T06:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Commit work problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782581#M1952853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a frequent issue. Is the BDC done via a batch input session (SM35) or via a CALL TRANSACTION in a custom ABAP program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second case, you may run it with "OPTIONS FROM" keyword followed by a structure with component RACOMMIT (continue after commit) to be set to 'X'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 10:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782581#M1952853</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-06-09T10:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Commit work problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782582#M1952854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using CALL TRANSACTION method. I am not using "options from" keyword.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 10:40:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782582#M1952854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-09T10:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Commit work problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782583#M1952855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do use "options from" keyword -&amp;gt; more information in the ABAP documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 11:20:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782583#M1952855</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-06-09T11:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Commit work problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782584#M1952856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I have no idea why it works in development.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 11:22:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782584#M1952856</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-06-09T11:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Commit work problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782585#M1952857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;The problem&amp;nbsp; might be with &lt;STRONG&gt;authorizaion on the BATCH userid&lt;/STRONG&gt;&amp;nbsp; that is used to run the job in the production system. The batch userid will have the correct authority to perform updates in&amp;nbsp; the development&amp;nbsp; that's why it works there.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 11:42:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782585#M1952857</guid>
      <dc:creator>pranay570708</dc:creator>
      <dc:date>2016-06-09T11:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Commit work problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782586#M1952858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we change the batch user id. Actually the commit statement is inside "SAP_WAPI_CREATE_EVENT". if yes, what is the right way to resolve the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 12:22:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782586#M1952858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-09T12:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Commit work problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782587#M1952859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used " options from" but still it dint work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 12:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782587#M1952859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-09T12:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Commit work problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782588#M1952860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of changing batch user id, ask your BASIS team to provide necessary authorization to batch user id same as development system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 12:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782588#M1952860</guid>
      <dc:creator>pranay570708</dc:creator>
      <dc:date>2016-06-09T12:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Commit work problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782589#M1952861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on your initial assumption &amp;lt;not going forward after the "Commit work" statement&amp;gt;, I assumed you did a debug step by step, so you probably noticed that after the commit work, SAP did jump right after your CALL TRANSACTION. The only case this situation may arise is the consequence of using CALL TRANSACTION without RACOMMIT = 'X'. Could you post your modified code, just to make sure you did it correctly, please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 13:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782589#M1952861</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-06-09T13:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Commit work problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782590#M1952862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked with "options with". I dint activate the FM after I changed the code(my mistake the previous time). Thanks a ton!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 16:29:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782590#M1952862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-09T16:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Commit work problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782591#M1952863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"&lt;SPAN style="color: #333333; font-size: 12px;"&gt;SAP_WAPI_CREATE_EVENT" this FM is not getting called in Dev system. The customer configured it in quality and not in Dev.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 16:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-commit-work-problem/m-p/11782591#M1952863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-09T16:32:57Z</dc:date>
    </item>
  </channel>
</rss>

