<?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_PO_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change/m-p/5278762#M1218427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There might be a chance of dependeny, if there is any chance please check with Functional consultant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2009 05:49:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-02T05:49:04Z</dc:date>
    <item>
      <title>BAPI_PO_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change/m-p/5278761#M1218426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario: I am trying to post PO against Contract and then Goods receipt for the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem: I am able to create PO but there is one field which is not getting checked automatically when create PO the field name is GR BasesIV (WEBRE). This field is there under Invoice tab for item) &lt;/P&gt;&lt;P&gt;Funny thing is I am able to update Final Invoice field in same tab exactly above that field. If i don't check this field i can't post GR. Ofcourse there is one more field Goods Receipt (this field is under Delivery tab) which I am able to check using BAPI_PO)CHANGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could somebody please tell me if anybody faced this problem or is this some config issue? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my code for BAPI_PO_CHANGE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear BAPIMEPOITEM. &lt;/P&gt;&lt;P&gt;    BAPIMEPOITEM-PO_ITEM  =  '00001'. &lt;/P&gt;&lt;P&gt;    BAPIMEPOITEM-INFO_UPD  = 'X'. &lt;/P&gt;&lt;P&gt;    BAPIMEPOITEM-GR_IND  = 'X'. &lt;/P&gt;&lt;P&gt;    BAPIMEPOITEM-IR_IND  = 'X'. &lt;/P&gt;&lt;P&gt;    BAPIMEPOITEM-GR_BASEDIV = 'X'. &lt;/P&gt;&lt;P&gt;    append BAPIMEPOITEM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    clear BAPIMEPOITEMX. &lt;/P&gt;&lt;P&gt;    BAPIMEPOITEMX-PO_ITEM  =  '00001'. &lt;/P&gt;&lt;P&gt;    BAPIMEPOITEMX-INFO_UPD  = 'X'. &lt;/P&gt;&lt;P&gt;    BAPIMEPOITEMX-GR_IND  = 'X'. &lt;/P&gt;&lt;P&gt;    BAPIMEPOITEMX-IR_IND  = 'X'. &lt;/P&gt;&lt;P&gt;    BAPIMEPOITEM-GR_BASEDIV = 'X'. &lt;/P&gt;&lt;P&gt;    append BAPIMEPOITEMX. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'BAPI_PO_CHANGE' &lt;/P&gt;&lt;P&gt;         EXPORTING &lt;/P&gt;&lt;P&gt;              PURCHASEORDER = VBELN &lt;/P&gt;&lt;P&gt;         TABLES &lt;/P&gt;&lt;P&gt;              RETURN        = bapireturn2 &lt;/P&gt;&lt;P&gt;              POITEM        = BAPIMEPOITEM &lt;/P&gt;&lt;P&gt;              POITEMX       = BAPIMEPOITEMX. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;BAPI commit &lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;&lt;/P&gt;&lt;P&gt;    wait UP TO 5 SECONDS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Mar 2009 16:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change/m-p/5278761#M1218426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-01T16:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change/m-p/5278762#M1218427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There might be a chance of dependeny, if there is any chance please check with Functional consultant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 05:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change/m-p/5278762#M1218427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T05:49:04Z</dc:date>
    </item>
  </channel>
</rss>

