<?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_ENTRYSHEET_CREATE Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create-problem/m-p/4368207#M1039409</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 know that this is a 2008 post, but I have the same problem now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you explain what FM or Bapis do you use to clear-refresh the PO buffers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2012 12:32:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-29T12:32:29Z</dc:date>
    <item>
      <title>BAPI_ENTRYSHEET_CREATE Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create-problem/m-p/4368205#M1039407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the next problem: I'm using the bapi BAPI_ENTRYSHEET_CREATE, and is working fine the problem is when I call BAPI_PO_CHANGE, BAPI_PO_RELEASE and BAPI_ENTRYSHEET_CREATE one after the other in that order, when I do this call BAPI_ENTRYSHEET_CREATE gives a dump cause ITAB_DUPLICATE_KEY in the function module ME_STATISTICS_WE_EKBE_LIS routine xmcekpo_cut_lis in the line aux_xmcekpo[] = xmcekpo[]., so it somewhow has in memory changes for the positions made bye one of the other bapi's, I'v already called a BAPI_TRANSACTION_COMMIT after BAPI_PO_RELEASE, any other suggestions thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Julio Cesar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 22:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create-problem/m-p/4368205#M1039407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T22:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ENTRYSHEET_CREATE Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create-problem/m-p/4368206#M1039408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, I soloved it refreshing PO data from logical databases and buffers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 17:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create-problem/m-p/4368206#M1039408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T17:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ENTRYSHEET_CREATE Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create-problem/m-p/4368207#M1039409</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 know that this is a 2008 post, but I have the same problem now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you explain what FM or Bapis do you use to clear-refresh the PO buffers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 12:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create-problem/m-p/4368207#M1039409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-29T12:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ENTRYSHEET_CREATE Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create-problem/m-p/4368208#M1039410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Programador,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings for the day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you have figured out a way to do this already, but just in case, try using Function Module ME_STATISTICS_TABLES_REFRESH just after the PO Creation / Release FM Call. Do not forget a COMMIT WORK AND WAIT after calling the above mentioned FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAP Note 750440 lists this as a bug when we do a PO Create / PO Change and then in the same process try to execute a Goods Movement. The bug has been rectified by calling the above mentioned function module at the "Cleanup" section of code within the BAPI_PO_CREATE1 or BAPI_PO_CHANGE. I guess the PO Release BAPI FM BAPI_PO_RELEASE does not use this cleanup section, and hence the statistics buffers remain filled, causing a dump during LIS update while posting the goods movement. I hope SAP will analyze and correct this, if necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 18:32:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-entrysheet-create-problem/m-p/4368208#M1039410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-29T18:32:59Z</dc:date>
    </item>
  </channel>
</rss>

