<?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_SALESORDER_SIMULATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate/m-p/2276936#M495318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i hv  only material number and quantity with the respective ship to party how i can pass item number (posnr) into ORDER_PARTNERS-ITM_NUMBER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2007 10:31:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-18T10:31:44Z</dc:date>
    <item>
      <title>BAPI_SALESORDER_SIMULATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate/m-p/2276934#M495316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using BAPI_SALESORDER_SIMULATE for extracting sales price of the consignment stock , i will be very much thankful to you if you suggest me the right approach to use this bapi for multiple line item details having different customers in the different line items, i want to know that can t i use this bapi only once for differencustomer or i have to run it separately for diff customer....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 09:04:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate/m-p/2276934#M495316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T09:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate/m-p/2276935#M495317</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;I think this should be possible using the Table ORDER_PARTNERS where you can specify different partners for every ITEM_NUMBER of the Materials in Table ORDER_ITEMS_IN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gregor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 10:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate/m-p/2276935#M495317</guid>
      <dc:creator>gregorw</dc:creator>
      <dc:date>2007-05-18T10:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate/m-p/2276936#M495318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i hv  only material number and quantity with the respective ship to party how i can pass item number (posnr) into ORDER_PARTNERS-ITM_NUMBER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 10:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate/m-p/2276936#M495318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T10:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate/m-p/2276937#M495319</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;just define your own ORDER_ITEMS_IN-ITM_NUMBER like '000010' and use the same also in ORDER_PARTNERS-ITM_NUMBER. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gregor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 10:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate/m-p/2276937#M495319</guid>
      <dc:creator>gregorw</dc:creator>
      <dc:date>2007-05-18T10:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate/m-p/2276938#M495320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;     For item wise data i did that what u suggested &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my entries are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORDER_ITEMS_IN &lt;/P&gt;&lt;P&gt;ITM_NU     PO_ITM        MATERIAL&lt;/P&gt;&lt;P&gt;000010      10                4762&lt;/P&gt;&lt;P&gt;000020      20                3863&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORDER_PARTNERS&lt;/P&gt;&lt;P&gt;PA     PARTN_NUMB        ITM_NU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SP     300526                    000010&lt;/P&gt;&lt;P&gt;SP     10000010                000020&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i am getting this error  "EVP112Please enter sold-to party or ship-to party".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     may you please suggest me a simple example entries for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 13:12:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate/m-p/2276938#M495320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T13:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_SIMULATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate/m-p/2276939#M495321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enter partners in ORDER_PARTNERS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SH - Partner number(Ship to Number)&lt;/P&gt;&lt;P&gt;Sp - Partner number (Sold to number)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 22:28:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-simulate/m-p/2276939#M495321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T22:28:02Z</dc:date>
    </item>
  </channel>
</rss>

