<?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 BAPI - refresh problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-refresh-problem/m-p/5735117#M1300601</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 created a module poool program which displays list of sales orders.User can select any of the Sales Order &amp;amp; click on a button 'PO Create'.This triggers " BAPI_PO_CREATE1" and creates PO for sales order based on Purchase Requisition number provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no problem when i am creating PO for one sales order ,now be on the same screen (screen where list of sales orders are displayed) select one more Sales Order after PO gets created for first sales order again click on "PO create" button.Now PO gets created for second sales order but the Pricing Conditions in the Sales Order will get cleared.And in VA02 or VA03 there will not be any pricing conditinons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i completely come out of the screen,again execute transaction Po gets created with out any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how  &amp;amp; where the problem lies? &lt;/P&gt;&lt;P&gt;Do we need to refresh ABAP or SAP memory?How to do this?&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, 26 May 2009 06:13:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-26T06:13:37Z</dc:date>
    <item>
      <title>BAPI - refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-refresh-problem/m-p/5735117#M1300601</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 created a module poool program which displays list of sales orders.User can select any of the Sales Order &amp;amp; click on a button 'PO Create'.This triggers " BAPI_PO_CREATE1" and creates PO for sales order based on Purchase Requisition number provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no problem when i am creating PO for one sales order ,now be on the same screen (screen where list of sales orders are displayed) select one more Sales Order after PO gets created for first sales order again click on "PO create" button.Now PO gets created for second sales order but the Pricing Conditions in the Sales Order will get cleared.And in VA02 or VA03 there will not be any pricing conditinons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i completely come out of the screen,again execute transaction Po gets created with out any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how  &amp;amp; where the problem lies? &lt;/P&gt;&lt;P&gt;Do we need to refresh ABAP or SAP memory?How to do this?&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, 26 May 2009 06:13:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-refresh-problem/m-p/5735117#M1300601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T06:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-refresh-problem/m-p/5735118#M1300602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you copy paste your code in the thread. It is impossible to predict what is happening in this case without code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aswarth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 06:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-refresh-problem/m-p/5735118#M1300602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T06:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-refresh-problem/m-p/5735119#M1300603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai ,&lt;/P&gt;&lt;P&gt;when u r  coming out of the screen and executing it is workign fine&lt;/P&gt;&lt;P&gt;but when u r  doing fom the same screen it is not working ,&lt;/P&gt;&lt;P&gt;so u create a clear button when u select it it clear all the fields so that the old data is refreshed instead of going out of the screen and coming back&lt;/P&gt;&lt;P&gt;M.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 06:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-refresh-problem/m-p/5735119#M1300603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T06:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-refresh-problem/m-p/5735120#M1300604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I think there is no problem with clear &amp;amp; reresh of internal tables because after creating PO I am clearing inetrnal tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 08:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-refresh-problem/m-p/5735120#M1300604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T08:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - refresh problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-refresh-problem/m-p/5735121#M1300605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  after BAPI_PO_CREATE,,,use FM &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   WAIT          = 'X'.'&lt;/P&gt;&lt;P&gt;or commit work.&lt;/P&gt;&lt;P&gt;    wait upto 5sec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 10:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-refresh-problem/m-p/5735121#M1300605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T10:42:28Z</dc:date>
    </item>
  </channel>
</rss>

