<?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: Do Commit work required in BDC for Mode 'N' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609554#M1940980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you didn't consider FM like HR_MAINTAIN_MASTERDATA or HR_INFOTYPE_OPERATION (and BAPI_EMPLOYEE_ENQUEUE, HR_READ_INFOTYPE of course)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you record transaction simulating background mode, else try to execute in the BDC in mode 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Any commit executed out of the transaction itself won't have any effect....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Apr 2016 09:15:29 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2016-04-01T09:15:29Z</dc:date>
    <item>
      <title>Do Commit work required in BDC for Mode 'N'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609553#M1940979</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;I have done a program which fetches data from Non SAP through Excel to SAP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done this in BDC Call Transaction, which insert data if new entry presents in Excel else it will modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have recorded the Tcode PA30 and did program which fetches data and upload in Tcode Pa30 as well Pa000 table For both the mode 'A' and 'N'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i checked by executing the report the data was not updated in Table in mode 'N' but it was updated in mode 'A'..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone assyst me how to resolve this issue?............Kindly let me know how commit work works in this functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do Commit work is required to run the job in background?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 09:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609553#M1940979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-01T09:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Do Commit work required in BDC for Mode 'N'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609554#M1940980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you didn't consider FM like HR_MAINTAIN_MASTERDATA or HR_INFOTYPE_OPERATION (and BAPI_EMPLOYEE_ENQUEUE, HR_READ_INFOTYPE of course)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you record transaction simulating background mode, else try to execute in the BDC in mode 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Any commit executed out of the transaction itself won't have any effect....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 09:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609554#M1940980</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-04-01T09:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Do Commit work required in BDC for Mode 'N'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609555#M1940981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;As per my knowledge. If the record is success in A and Not Success In N. Not possible. &lt;/P&gt;&lt;P&gt;If it's works definitely&amp;nbsp; it will be work in both modes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You said In N mode not working. Have u checked Sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;And have u tried to capture bdc message log. &lt;/P&gt;&lt;P&gt;Or Are you getting No batch input like this message. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 09:15:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609555#M1940981</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2016-04-01T09:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Do Commit work required in BDC for Mode 'N'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609556#M1940982</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;I checked Sy-subrc and captured the BDC message log and displayed the same in ALV for both the mode. But Data is not updating in Table for background Mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 09:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609556#M1940982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-01T09:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Do Commit work required in BDC for Mode 'N'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609557#M1940983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear madam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know what is the message. You are getting in the Message log. for Failed One.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 09:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609557#M1940983</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2016-04-01T09:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Do Commit work required in BDC for Mode 'N'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609558#M1940984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the message that i got in Message Log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/920431" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 10:06:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609558#M1940984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-01T10:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Do Commit work required in BDC for Mode 'N'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609559#M1940985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Now U have to check it in Google What are the Reasons behind it. Features p0002 has not been activated yet. You can find the Solutions. May be functional people know more than us. &lt;/P&gt;&lt;P&gt;Some configuration is missing. or Some field is mandatory. So many reasons. i Can not help u Why feature p0002&amp;nbsp; has not been Activated yet. But one thing If You solve all those errors u can able to achieve it. &lt;/P&gt;&lt;P&gt;But one thing did not understood. You said IN A mode it is working fine. &lt;/P&gt;&lt;P&gt;In both modes have u given same inputs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do one small thing for me. I never worked on pa30 ,Functionality i dont know.&lt;/P&gt;&lt;P&gt;Which entry u added in A mode , Delete that one if possible. &lt;/P&gt;&lt;P&gt;Then add the same entry with same properties in N mode. Then u can get an idea.&lt;/P&gt;&lt;P&gt;Whether Mode problem or Whether u need commit After Call transaction.&lt;/P&gt;&lt;P&gt;I hope you are getting this many errors , that's the reason not able to add.&lt;/P&gt;&lt;P&gt;I checked the same error in google. N number of posts are available Checked it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else.&lt;/P&gt;&lt;P&gt;Try to post Same entry manually with Excel sheet Values, then You can know where is the problem. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 10:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609559#M1940985</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2016-04-01T10:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Do Commit work required in BDC for Mode 'N'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609560#M1940986</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;These messages are a result of screen configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mode A : When you execute in Mode A, these messages would come up as warning messages and get passed by, as you press enter. Thus, program executes successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mode N : When you execute in Mode N, then these messages do not get bypassed and behave as errors. Thus, program does not proceed and hence the errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution: Check the screen configuration and your BDC recording.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. Are they in sync?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. Was screen changed after your recording?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3. Is the development and testing environment same?&lt;/P&gt;&lt;P&gt;Try to do the recording again with current screen configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Commit work: It is always advisable to add commit work for BDC, irrespective of the mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sheily Babel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 11:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/do-commit-work-required-in-bdc-for-mode-n/m-p/11609560#M1940986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-01T11:15:54Z</dc:date>
    </item>
  </channel>
</rss>

