<?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 work? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237889#M141310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas. the check that I said is in the sub windows Item, Tab Quantities/dates, under the label "Open quantity". The help of this check is: Purchase requisition closed Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Apr 2006 18:57:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-11T18:57:30Z</dc:date>
    <item>
      <title>BAPI_PO_CHANGE work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237884#M141305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everybody. I'm trying to use the bapi BAPI_PO_CHANGE, but I no have luck to make it work. I need to enter in the purchase order, select one o several item, in the item selected I need to mark the check "Closed" in every item. and then close the item. &lt;/P&gt;&lt;P&gt;can you help me??? thanks for your time!!!&lt;/P&gt;&lt;P&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 18:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237884#M141305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T18:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CHANGE work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237885#M141306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Occar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link for sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/sample-abap-code-on-bapi-po-change.htm" target="test_blank"&gt;http://www.sap-img.com/abap/sample-abap-code-on-bapi-po-change.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 18:30:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237885#M141306</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-04-11T18:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CHANGE work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237886#M141307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to mark the 'Delivery Complete Indicator'? If so, pass 'X' to NO_MORE_GR field of the item. If not, can you please explain 'CLOSE'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 18:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237886#M141307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T18:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CHANGE work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237887#M141308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Have ypu filled structures with x on the end ??&lt;/P&gt;&lt;P&gt;(example for POITEM - structer POITEMX) have to be fiiled.&lt;/P&gt;&lt;P&gt;Only the field in poitem  marked with X  in poitemx will be changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 18:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237887#M141308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T18:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CHANGE work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237888#M141309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferry, thanks for the link. I have seen this before, and i try to run it, and didn't work, because the table zvtls_sap, is not especified. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 18:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237888#M141309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T18:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CHANGE work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237889#M141310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas. the check that I said is in the sub windows Item, Tab Quantities/dates, under the label "Open quantity". The help of this check is: Purchase requisition closed Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 18:57:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237889#M141310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T18:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CHANGE work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237890#M141311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my code is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_PO_GETDETAIL'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      purchaseorder                    = ebeln&lt;/P&gt;&lt;P&gt;      items                            = 'X'&lt;/P&gt;&lt;P&gt;      history                          = 'X'&lt;/P&gt;&lt;P&gt;      extensions                       = 'X'&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      po_header                        = po_header&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      po_items                         = po_items&lt;/P&gt;&lt;P&gt;      po_item_history                  = po_item_history&lt;/P&gt;&lt;P&gt;      return                           = retorno_get&lt;/P&gt;&lt;P&gt;      extensionout                     = extensionout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE-CORRESPONDING po_header TO poheader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT po_items.&lt;/P&gt;&lt;P&gt;    CLEAR: poitem, poitemx.&lt;/P&gt;&lt;P&gt;    MOVE-CORRESPONDING po_items TO poitem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    poitem-no_more_gr = 'X'.&lt;/P&gt;&lt;P&gt;    poitem-final_inv = 'X'.&lt;/P&gt;&lt;P&gt;    poitem-deliv_compl = 'X'.&lt;/P&gt;&lt;P&gt;    poitem-delete_ind = 'X'.&lt;/P&gt;&lt;P&gt;    APPEND poitem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    poitemx-po_item = poitem-po_item.&lt;/P&gt;&lt;P&gt;    poitemx-no_more_gr = 'X'.&lt;/P&gt;&lt;P&gt;    poitemx-po_itemx = 'X'.&lt;/P&gt;&lt;P&gt;    poitemx-final_inv = 'X'.&lt;/P&gt;&lt;P&gt;    poitemx-deliv_compl = 'X'.&lt;/P&gt;&lt;P&gt;    poitemx-delete_ind = 'X'.&lt;/P&gt;&lt;P&gt;    APPEND poitemx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR: poitem, poitemx,&lt;/P&gt;&lt;P&gt;         poheader, poheaderx.&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                = ebeln&lt;/P&gt;&lt;P&gt;      poheader                     = poheader&lt;/P&gt;&lt;P&gt;      poheaderx                    = poheaderx&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POADDRVENDOR                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      testrun                      = p_test&lt;/P&gt;&lt;P&gt;      memory_uncomplete            = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MEMORY_COMPLETE              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POEXPIMPHEADER               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POEXPIMPHEADERX              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    VERSIONS                     =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    NO_MESSAGING                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    NO_MESSAGE_REQ               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    NO_AUTHORITY                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    NO_PRICE_FROM_PO             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      expheader                    = expheader&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    EXPPOEXPIMPHEADER            =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      return                       = retorno&lt;/P&gt;&lt;P&gt;      poitem                       = poitem&lt;/P&gt;&lt;P&gt;      poitemx                      = poitemx&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POADDRDELIVERY               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POSCHEDULE                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POSCHEDULEX                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POACCOUNT                    =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POACCOUNTPROFITSEGMENT       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POACCOUNTX                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POCONDHEADER                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POCONDHEADERX                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POCOND                       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POCONDX                      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POLIMITS                     =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POCONTRACTLIMITS             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POSERVICES                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POSRVACCESSVALUES            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POSERVICESTEXT               =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      extensionin                  = extensionin&lt;/P&gt;&lt;P&gt;      extensionout                 = extensionout&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POEXPIMPITEM                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POEXPIMPITEMX                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POTEXTHEADER                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POTEXTITEM                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ALLVERSIONS                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    POPARTNER                    =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF p_test &amp;lt;&amp;gt; 'X'.&lt;/P&gt;&lt;P&gt;    COMMIT WORK AND WAIT.&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;      IMPORTING&lt;/P&gt;&lt;P&gt;        return = retorno.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 19:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237890#M141311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T19:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CHANGE work?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237891#M141312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Open quantity" is a calculated value. I am assuming you are talking about looking at a PO in ME23N. It is the difference between the line quantity and the sum of all the GRs for the PO line item minus any GR reversals. When you set the indicator 'Delivery Complete' that means there are no more deliveries expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System will not allow you to change this value. You have to change the item quantity to match the sum of the GRs minus any GR reversals. Then this will become 0. Instead, if you change your check to go against the delivery complete indicator, you can close the purchase requisition when this indicator is set to 'X'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2006 19:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-work/m-p/1237891#M141312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-11T19:05:37Z</dc:date>
    </item>
  </channel>
</rss>

