<?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: PO Confirmation Issues. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-confirmation-issues/m-p/5301594#M1222669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone provide the code for ME_CONFIRMATION_REDISTR_ITEMS - i don't have it on our system. Experiencing identical problem.&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>Thu, 07 May 2009 16:41:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-07T16:41:40Z</dc:date>
    <item>
      <title>PO Confirmation Issues.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-confirmation-issues/m-p/5301589#M1222664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having some difficulty updating the Purchase Order Confirmations Tab of the PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now, I am using ME_CONFIRMATION_UPDATE  to take date that is being received through an inbound IDOC formatting it, then calling the above Function Module. The Purchase Order is updating correctly but the Stock/Requirements list is NOT.  In MD04 if I manually update the PO and Save, the Shipping Notification line replaces the POItem line. When the Function Module runs, It Adds  the Shipping Notification line in addition to the POItem line.  From what I have read, it is probably due to this FM being a direct insert into the table, and I would need a PO Save feature to properly update the PO, and by doing so the Stock requirements list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Playing around I have tried to create a BDC with little success. I'd rather not use a BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done some reading about using BAPI_PO_CHANGE, and from some of the posts I read, It seems to (At least from time to time) have the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone can provide some direction and assistance, it would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christopher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 15:25:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-confirmation-issues/m-p/5301589#M1222664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-16T15:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: PO Confirmation Issues.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-confirmation-issues/m-p/5301590#M1222665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Be aware that ME_CONFIRMATION_UPDATE is an update function module, so somewhere in a SAP program a SAVE was processed and a COMMIT-WORKcalled some update task function modules to update database, this FM was only one of those modules (look at SM13 to get some ideas) so you should not use this FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may look for where-used and find the logic of submit but then good luck....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So use an official way to process&lt;/P&gt;&lt;P&gt;- Batch Input on ME22&lt;/P&gt;&lt;P&gt;- BAPI &lt;/P&gt;&lt;P&gt;Some available BAPIs (depend on R3 version)&lt;/P&gt;&lt;P&gt;- BAPI_POEC_ADD_CONFIRMATION&lt;/P&gt;&lt;P&gt;- BAPI_PO_CHANGE&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 15:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-confirmation-issues/m-p/5301590#M1222665</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-03-16T15:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: PO Confirmation Issues.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-confirmation-issues/m-p/5301591#M1222666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can search in Transaction BAPI, Alphabetical order....under PO...on the right side you have the search button under tools tab - to get all the related BAPI function modules available for PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess there is one for confirmation.(at home now ,not having access to system to confirm)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathews&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 19:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-confirmation-issues/m-p/5301591#M1222666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-16T19:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: PO Confirmation Issues.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-confirmation-issues/m-p/5301592#M1222667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have played around a bit today with this and have yet to find a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_POEC_ADD_CONFIRMATION does not exist on our version. SAP ECC 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_PO_CHANGE the PoConfirmation component is not for updating, only list display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other ideas are appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Christopher MacDonald on Mar 17, 2009 9:10 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 20:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-confirmation-issues/m-p/5301592#M1222667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-17T20:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: PO Confirmation Issues.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-confirmation-issues/m-p/5301593#M1222668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the same issue and found the solution use "ME_CONFIRMATION_REDISTR_ITEMS" it will refresh the PO lines and MD04 will show correct qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 19:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-confirmation-issues/m-p/5301593#M1222668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-30T19:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: PO Confirmation Issues.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-confirmation-issues/m-p/5301594#M1222669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone provide the code for ME_CONFIRMATION_REDISTR_ITEMS - i don't have it on our system. Experiencing identical problem.&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>Thu, 07 May 2009 16:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-confirmation-issues/m-p/5301594#M1222669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T16:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: PO Confirmation Issues.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-confirmation-issues/m-p/5301595#M1222670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all,&lt;/P&gt;&lt;P&gt;that is just for documentation. SAP answerd the problem in OSS-304243 but this message is not accessable if you don't have powerful OSS-Users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This SAP-note might be interesting: 197958&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************************************************************************************************************&lt;/P&gt;&lt;P&gt;OSS-Message 652796 8.8.2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_PO_CHANGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can not process confirmations by using the parameter poconfirmation.&lt;/P&gt;&lt;P&gt;The Baps reports always S 06 022 - no data changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the SDN there are some hints telling that the BAPI_PO_CHANGE does notsupport processing of confirmations. More detailled infos should be in&lt;/P&gt;&lt;P&gt;the OSS-Message 0000304243 but this message is not accessable for us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you confirm that the BAPI_PO_CHANGE does not support adding&lt;/P&gt;&lt;P&gt;confirmations? We debugged the BAPI and there is no code for updating&lt;/P&gt;&lt;P&gt;confirmations found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Bernhard Lascy&lt;/P&gt;&lt;P&gt;****************************************************************************************************************************&lt;/P&gt;&lt;P&gt;09.08.2011 - 10:43:07 CET - Antwort von SAP&lt;/P&gt;&lt;P&gt;Dear Bernhard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I regret to inform you that the functionality you request is not&lt;/P&gt;&lt;P&gt;implemented in the R/3 standard system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately it is not possible to change/load confirmations with the&lt;/P&gt;&lt;P&gt;function module BAPI_PO_CREATE/BAPI_PO_CHANGE. Table POCONFIRMATION in&lt;/P&gt;&lt;P&gt;BAPI interface is relevant for Display/List Vendor Confirmation in BAPI,not for update/insert Vendor confirmation in PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furthermore, we recommends that you use Idocs for automatically&lt;/P&gt;&lt;P&gt;entering confirmations. The Message type to use is ORDRSP.&lt;/P&gt;&lt;P&gt;You may read more about this topic in the online documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see also following attached note for your reference.&lt;/P&gt;&lt;P&gt;456127 FAQ: Electronic Data Interchange (EDI) in purchasing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Pavel Olysar&lt;/P&gt;&lt;P&gt;Support Consultant&lt;/P&gt;&lt;P&gt;Global Support - Logistics&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="124" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 11:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-confirmation-issues/m-p/5301595#M1222670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-09T11:21:37Z</dc:date>
    </item>
  </channel>
</rss>

