<?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 error in using bapi_salesorder_simulate in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-salesorder-simulate/m-p/4146252#M991362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im having this error is BAPI_SALESORDER_SIMULATE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"please enter ship-to party or sold-to party"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What causes this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please show some sample also on how to populate this bapi to retrieve pricing condition given the delivery number for PO(STO)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Jul 2008 03:00:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-26T03:00:52Z</dc:date>
    <item>
      <title>error in using bapi_salesorder_simulate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-salesorder-simulate/m-p/4146252#M991362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im having this error is BAPI_SALESORDER_SIMULATE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"please enter ship-to party or sold-to party"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What causes this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please show some sample also on how to populate this bapi to retrieve pricing condition given the delivery number for PO(STO)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 03:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-salesorder-simulate/m-p/4146252#M991362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T03:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: error in using bapi_salesorder_simulate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-salesorder-simulate/m-p/4146253#M991363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u need to enter SOLD-TO party and SHIP-TO party, as well as special processing indicator, po no, shipping condition, and line item data .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 05:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-salesorder-simulate/m-p/4146253#M991363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T05:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: error in using bapi_salesorder_simulate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-salesorder-simulate/m-p/4146254#M991364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 05:01:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-salesorder-simulate/m-p/4146254#M991364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T05:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: error in using bapi_salesorder_simulate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-salesorder-simulate/m-p/4146255#M991365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to provide both, &lt;EM&gt;ship-to-party&lt;/EM&gt; and &lt;EM&gt;sold-to-party&lt;/EM&gt;, in order to create a sales order. Use the TABLES parameter &lt;STRONG&gt;ORDER_PARTNERS&lt;/STRONG&gt; for adding the partners, e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARTN_ROLE  = 'SP'        " sold-to-party, 'SH' = ship-to-party
PARTN_NUMB = &amp;lt;debitor number with leading zeros&amp;gt;
ITM_NUMBER  = '000000'  " I assume this is for the header
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 22:28:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-bapi-salesorder-simulate/m-p/4146255#M991365</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-07-26T22:28:55Z</dc:date>
    </item>
  </channel>
</rss>

