<?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: Error in BAPI_PO_CREATE1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-po-create1/m-p/7442823#M1551911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked at the 3rd error message, this seems to be an configuration issue.&lt;/P&gt;&lt;P&gt; E 06 849 Customer does not exist (please change entry in plant 1081) &lt;/P&gt;&lt;P&gt;Try to create the PO with same data via ME21n and see if you get the same error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Nov 2010 16:44:48 GMT</pubDate>
    <dc:creator>tushar_shukla</dc:creator>
    <dc:date>2010-11-30T16:44:48Z</dc:date>
    <item>
      <title>Error in BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-po-create1/m-p/7442822#M1551910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have had a new plant setup in SAP and I have been tasked with figuring out why it doesn't work... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an existing program we have that has been working for quite some time, it is failing at a point were it is trying to create a STO (Stock Order) and it is failing within this BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what were are passing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'BAPI_PO_CREATE1'
    EXPORTING
      poheader                     = gs_poheader
      poheaderx                    = gs_poheaderx
*   POADDRVENDOR                 =
*   TESTRUN                      =
*   MEMORY_UNCOMPLETE            =
*   MEMORY_COMPLETE              =
*   POEXPIMPHEADER               =
*   POEXPIMPHEADERX              =
*   VERSIONS                     =
*   NO_MESSAGING                 =
*   NO_MESSAGE_REQ               =
*   NO_AUTHORITY                 =
*   NO_PRICE_FROM_PO             =
    IMPORTING
      exppurchaseorder             = gv_sto
*   EXPHEADER                    =
*   EXPPOEXPIMPHEADER            =
    TABLES
      return                       = lt_return
      poitem                       = gt_poitem
      poitemx                      = gt_poitemx
*   POADDRDELIVERY               =
      poschedule                   = gt_poschedule
      poschedulex                  = gt_poschedulx
*   POACCOUNT                    =
*   POACCOUNTPROFITSEGMENT       =
*   POACCOUNTX                   =
*   POCONDHEADER                 =
*   POCONDHEADERX                =
*   POCOND                       =
*   POCONDX                      =
*   POLIMITS                     =
*   POCONTRACTLIMITS             =
*   POSERVICES                   =
*   POSRVACCESSVALUES            =
*   POSERVICESTEXT               =
*   EXTENSIONIN                  =
*   EXTENSIONOUT                 =
*   POEXPIMPITEM                 =
*   POEXPIMPITEMX                =
*   POTEXTHEADER                 =
*   POTEXTITEM                   =
*   ALLVERSIONS                  =
*   POPARTNER                    =
            .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the errors it is returning.:&lt;/P&gt;&lt;P&gt;E BAPI  001 No instance of object type PurchaseOrder has been created. External reference:&lt;/P&gt;&lt;P&gt;E MEPO 000 Purchase order still contains faulty items&lt;/P&gt;&lt;P&gt;E 06      849 Customer  does not exist (please change entry in plant 1081)&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, 25 Nov 2010 14:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-po-create1/m-p/7442822#M1551910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T14:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-po-create1/m-p/7442823#M1551911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked at the 3rd error message, this seems to be an configuration issue.&lt;/P&gt;&lt;P&gt; E 06 849 Customer does not exist (please change entry in plant 1081) &lt;/P&gt;&lt;P&gt;Try to create the PO with same data via ME21n and see if you get the same error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 16:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-po-create1/m-p/7442823#M1551911</guid>
      <dc:creator>tushar_shukla</dc:creator>
      <dc:date>2010-11-30T16:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-po-create1/m-p/7442824#M1551912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just check the documentation whether this bapi is suitable for the account assignment category you mentioned.&lt;/P&gt;&lt;P&gt;pass customer number,profit center,cost center etc with leading zeros.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 20:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-po-create1/m-p/7442824#M1551912</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-11-30T20:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error in BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-po-create1/m-p/7442825#M1551913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ended up being a data issue, had to debug to see the plant was not setup correctly in the company&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 20:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-bapi-po-create1/m-p/7442825#M1551913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T20:31:45Z</dc:date>
    </item>
  </channel>
</rss>

