<?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_CREATE1 Memory Uncomplete in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-memory-uncomplete/m-p/7767449#M1584237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SK, thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it will not works 'cuz my SAP ABAP Release is 700 and the parameter PARK_UNCOMPLETE exists in SAP ABAP Release 701 and higher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, thanks for everything.&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;Danilo Cardoso&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2011 18:55:24 GMT</pubDate>
    <dc:creator>danilo_cardoso</dc:creator>
    <dc:date>2011-04-07T18:55:24Z</dc:date>
    <item>
      <title>BAPI_PO_CREATE1 Memory Uncomplete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-memory-uncomplete/m-p/7767447#M1584235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Experts, how you doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help, please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create a PO using BAPI_PO_CREATE1 with parameter MEMORY_UNCOMPLETE filled, but, the BAPI is not creating the PO. In the documentation of this BAPi said that it would must to create the document as 'Hold Incorrect Purchase Orders'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody already have this problem with this BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Danilo Cardoso&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 14:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-memory-uncomplete/m-p/7767447#M1584235</guid>
      <dc:creator>danilo_cardoso</dc:creator>
      <dc:date>2011-04-07T14:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE1 Memory Uncomplete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-memory-uncomplete/m-p/7767448#M1584236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hey Experts, how you doing?&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I need some help, please.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I'm trying to create a PO using BAPI_PO_CREATE1 with parameter MEMORY_UNCOMPLETE filled, but, the BAPI is not creating the PO. In the documentation of this BAPi said that it would must to create the document as 'Hold Incorrect Purchase Orders'.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Anybody already have this problem with this BAPI?&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Danilo Cardoso&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a reminder about commit work or bapi commit after the PO bapi.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the return parameter filed with? Put a break point after the BAPI call and check the return table for any errors or warnings... if no errors or warnings... Check if you actually have a commit work bapi.. if you have commit work bapi, you should have the document number in return table in one of the success message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if everything is right... check the following criteria for the parameter you have mentioned.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system proceeds according to the following logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MEMORY_UNCOMPLETE   PARK_UNCOMPLETE    System Behavior &lt;/P&gt;&lt;P&gt;X                                        Empty                            Document is put on hold &lt;/P&gt;&lt;P&gt;X                                        X                                   Document is parked, if possible, and put on hold if not &lt;/P&gt;&lt;P&gt;Empty                                 X                                   Document is parked, if possible, and not saved if not &lt;/P&gt;&lt;P&gt;Empty                                 Empty                            Document is not saved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system proceeds according to the following logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARK_COMPLETE   MEMORY_COMPLETE    System Behavior &lt;/P&gt;&lt;P&gt;X                              Empty                            Correct document is parked &lt;/P&gt;&lt;P&gt;X                               X                                  Correct document is parked &lt;/P&gt;&lt;P&gt;Empty                        X                                   Correct document is put on hold &lt;/P&gt;&lt;P&gt;Empty                       Empty                           Correct document is saved &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;You can control how the BAPI behaves in the case of an incorrect or incomplete purchase order by using the &amp;lt;DS:FU.BAPI_PO_CREATE1                PARK_UNCOMPLETE&amp;gt;PARK_UNCOMPLETE parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info, read the help for the above parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 16:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-memory-uncomplete/m-p/7767448#M1584236</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2011-04-07T16:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE1 Memory Uncomplete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-memory-uncomplete/m-p/7767449#M1584237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SK, thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it will not works 'cuz my SAP ABAP Release is 700 and the parameter PARK_UNCOMPLETE exists in SAP ABAP Release 701 and higher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, thanks for everything.&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;Danilo Cardoso&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 18:55:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-memory-uncomplete/m-p/7767449#M1584237</guid>
      <dc:creator>danilo_cardoso</dc:creator>
      <dc:date>2011-04-07T18:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE1 Memory Uncomplete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-memory-uncomplete/m-p/7767450#M1584238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unfortunately, i dont have 700 system. However, try the ones that i have mentioned and post the results here. Might be useful for others. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 19:06:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-memory-uncomplete/m-p/7767450#M1584238</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2011-04-07T19:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE1 Memory Uncomplete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-memory-uncomplete/m-p/7767451#M1584239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to do it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I fix it (if I can ... lol), I'll post the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 21:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-memory-uncomplete/m-p/7767451#M1584239</guid>
      <dc:creator>danilo_cardoso</dc:creator>
      <dc:date>2011-04-07T21:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE1 Memory Uncomplete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-memory-uncomplete/m-p/7767452#M1584240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So ... it's not possible fix it cuz' the release 700 does not have the actualized BAPI Version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way was fullfill the BAPI to create the complete document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 14:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-memory-uncomplete/m-p/7767452#M1584240</guid>
      <dc:creator>danilo_cardoso</dc:creator>
      <dc:date>2011-04-15T14:29:34Z</dc:date>
    </item>
  </channel>
</rss>

