<?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: Intermittent Issue when Background Posting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577704#M1938568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes but there is often a wider variety of data in QA and more scenarios get tested. If you can't work in QA I would suggest trying to simulate the issue by running in debug in DEV and gradually removing different items of the data sent into the bapi to see if you can get the same message appearing. If you succeed you can then wrap code around the bapi and don't call it if the offending data is missing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2016 06:21:53 GMT</pubDate>
    <dc:creator>former_member186741</dc:creator>
    <dc:date>2016-04-06T06:21:53Z</dc:date>
    <item>
      <title>Intermittent Issue when Background Posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577698#M1938562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are currently experiencing an intermittent error when posting in background using BAPI_ACC_DOCUMENT_POST. This is not replicable in the development box, only in the QA system. The error is '(RW 002) No item information transferred into Accounting'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide some causes for this kind scenario?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Trixa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 08:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577698#M1938562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-05T08:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent Issue when Background Posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577699#M1938563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a long text for the message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 15:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577699#M1938563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-05T15:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent Issue when Background Posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577700#M1938564</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;Did you try debugging? Did you do a where-used on the error message in SE91?&lt;/P&gt;&lt;P&gt;Did you search for that message code in the SAP Support Portal?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 22:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577700#M1938564</guid>
      <dc:creator>paul_bakker2</dc:creator>
      <dc:date>2016-04-05T22:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent Issue when Background Posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577701#M1938565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The message seems to be saying that something necessary for the bapi to process is not present. Not all the required input to the bapi has been passed in. Was there a short dump in ST22. If so you should be able to dig around and see the data passed into the BAPI and then you should be able to work out a method to intercept this type of scenario and stop the bapi being called with incomplete input data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 23:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577701#M1938565</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2016-04-05T23:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent Issue when Background Posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577702#M1938566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I know where the message was triggered but I can't identify why it's happening intermittently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 05:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577702#M1938566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-06T05:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent Issue when Background Posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577703#M1938567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm confused because we don't have any issues in the development system. We only encountered the error in the QA system. Usually, we can post again after we refresh the custom transaction multiple times.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 05:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577703#M1938567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-06T05:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent Issue when Background Posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577704#M1938568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes but there is often a wider variety of data in QA and more scenarios get tested. If you can't work in QA I would suggest trying to simulate the issue by running in debug in DEV and gradually removing different items of the data sent into the bapi to see if you can get the same message appearing. If you succeed you can then wrap code around the bapi and don't call it if the offending data is missing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 06:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577704#M1938568</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2016-04-06T06:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent Issue when Background Posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577705#M1938569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After a lot of fixing and testing, we found out the root cause was the export/import statement used in passing data (variable and internal tables) from foreground to the SUBMIT program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously, I used the following:&lt;/P&gt;&lt;P&gt;EXPORT f1 = f1&amp;nbsp; &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; itab = itab&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; TO SHARED BUFFER indx(st) ID 'ZTEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT f1 = f1&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; itab = itab&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; FROM SHARED BUFFER indx(st) ID 'ZTEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And changed to:&lt;/P&gt;&lt;P&gt;EXPORT f1 FROM f1&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; itab FROM itab&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; TO DATABASE indx(st) CLIENT sy-mandt ID 'ZTEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT f1 TO f1&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; itab TO itab&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; FROM DATABASE indx(st) CLIENT sy-mandt ID 'ZTEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everyone. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/98/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 09:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intermittent-issue-when-background-posting/m-p/11577705#M1938569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-12T09:04:00Z</dc:date>
    </item>
  </channel>
</rss>

