<?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: create sales order using bapi_salesorder_creatrfromdat2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378710#M1543850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi faheem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u please tell the solution how to solve the below error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condition  is missing in pricing procedure A V ZPCNOT.thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Nov 2010 09:46:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-02T09:46:58Z</dc:date>
    <item>
      <title>create sales order using bapi_salesorder_creatrfromdat2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378705#M1543845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying to run bapi  'BAPI_SALESORDER_CREATEFROMDAT2' in se37 by passing doc type in header structure and sold to party in 'ORDER_PARTNERS' structure but it is giving me errors saying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam passing sold-to party PARTN_NUMB from ORDER_PARTNERS and passing doc type also.still it is showing the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E VP 112 Please enter sold-to party or ship-to party&lt;/P&gt;&lt;P&gt;E V4 219 Sales document was not changed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Oct 2010 13:25:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378705#M1543845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-31T13:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: create sales order using bapi_salesorder_creatrfromdat2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378706#M1543846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i passed   wa_kunnr-partn_numb = wa_sourcedata-kunnr.&lt;/P&gt;&lt;P&gt;                wa_kunnr-itm_number = wa_sourcedata-posnr.&lt;/P&gt;&lt;P&gt;                wa_kunnr-partn_role = 'AG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still the above messages please enter the sold to party and sales document has to be changed is coming again.can u guys let me know how to trigger the same.thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 05:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378706#M1543846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T05:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: create sales order using bapi_salesorder_creatrfromdat2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378707#M1543847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to pass Ship to Party &amp;amp; Sold to Party, both. If both the customers are same then pass the data as follows : &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


wa_kunnr-partn_numb = wa_sourcedata-kunnr.
wa_kunnr-partn_role = 'AG'.

append wa_kunnr to it_kunnr.
clear wa_kunnr.

wa_kunnr-partn_numb = wa_sourcedata-kunnr.
wa_kunnr-partn_role = 'WE'.

append wa_kunnr to it_kunnr.
clear wa_kunnr.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Faheem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 05:11:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378707#M1543847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T05:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: create sales order using bapi_salesorder_creatrfromdat2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378708#M1543848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i gave the partner role for both sold to party and ship to party as u said.but still the same messages are coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   wa_kunnr-partn_role = 'SP'.&lt;/P&gt;&lt;P&gt;    wa_kunnr-partn_numb = wa_sourcedata-kunnr.&lt;/P&gt;&lt;P&gt;    APPEND wa_kunnr TO it_kunnr.&lt;/P&gt;&lt;P&gt;    CLEAR wa_kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    wa_kunnr-partn_role = 'SH'.&lt;/P&gt;&lt;P&gt;    wa_kunnr-partn_numb = wa_sourcedata-kunnr.&lt;/P&gt;&lt;P&gt;    APPEND wa_kunnr TO it_kunnr.&lt;/P&gt;&lt;P&gt;    clear wa_kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here as per the our standards the sold to party is SP and ship to party is SH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please enter sold to party or ship to party and&lt;/P&gt;&lt;P&gt;sales document was not changed is coming again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 06:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378708#M1543848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T06:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: create sales order using bapi_salesorder_creatrfromdat2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378709#M1543849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi faheem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried the sold to party and ship to party with AG and WE.know it is working fine.but iam getting other errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam passing kbetr amout value for the condition types ZRSS, ZOTB, ZCSS, ZMSC and ZITB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   wa_kbetr-itm_number = 'ZRSS'.&lt;/P&gt;&lt;P&gt;      wa_kbetr-cond_value = wa_sourcedata-kbetr1.&lt;/P&gt;&lt;P&gt;      APPEND wa_kbetr TO it_kbetr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     wa_kbetr-itm_number = 'ZOTB'.&lt;/P&gt;&lt;P&gt;      wa_kbetr-cond_value = wa_sourcedata-kbetr2.&lt;/P&gt;&lt;P&gt;      APPEND wa_kbetr TO it_kbetr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     wa_kbetr-itm_number = 'ZCSS'.&lt;/P&gt;&lt;P&gt;      wa_kbetr-cond_value = wa_sourcedata-kbetr3.&lt;/P&gt;&lt;P&gt;      APPEND wa_kbetr TO it_kbetr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     wa_kbetr-itm_number = 'ZMSC'.&lt;/P&gt;&lt;P&gt;      wa_kbetr-cond_value = wa_sourcedata-kbetr4.&lt;/P&gt;&lt;P&gt;      APPEND wa_kbetr TO it_kbetr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     wa_kbetr-itm_number = 'ZITB'.&lt;/P&gt;&lt;P&gt;      wa_kbetr-cond_value = wa_sourcedata-kbetr5.&lt;/P&gt;&lt;P&gt;      APPEND wa_kbetr TO it_kbetr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;know iam getting the error as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SALES_HEADER_IN has been processed successfully&lt;/P&gt;&lt;P&gt;Condition  is missing in pricing procedure A V ZPCNOT&lt;/P&gt;&lt;P&gt;The sales document is not yet complete: Edit data&lt;/P&gt;&lt;P&gt;Sales document  was not changed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 08:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378709#M1543849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T08:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: create sales order using bapi_salesorder_creatrfromdat2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378710#M1543850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi faheem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u please tell the solution how to solve the below error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condition  is missing in pricing procedure A V ZPCNOT.thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 09:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378710#M1543850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T09:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: create sales order using bapi_salesorder_creatrfromdat2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378711#M1543851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Komal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is pretty clear from the message that the condition your passing is not available in Pricing Procedure. Ask your SD consultant to check whether that condition exist or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Faheem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 10:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378711#M1543851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T10:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: create sales order using bapi_salesorder_creatrfromdat2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378712#M1543852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi faheem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i asked my sd consultant regarding the same.he has maintained those pricing conditions.still iam not getting the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 10:43:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378712#M1543852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T10:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: create sales order using bapi_salesorder_creatrfromdat2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378713#M1543853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi faheem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot,its been resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 14:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-sales-order-using-bapi-salesorder-creatrfromdat2/m-p/7378713#M1543853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T14:25:51Z</dc:date>
    </item>
  </channel>
</rss>

