<?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 does not create Sales order in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016591#M412132</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;Dont you think you can work with SALESDOCUMENT field ?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 10:10:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-20T10:10:23Z</dc:date>
    <item>
      <title>BAPI does not create Sales order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016585#M412126</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 using BAPI_SALESORDER_CREATEFROMDAT2 to create sales order.&lt;/P&gt;&lt;P&gt;It is working fine till now.&lt;/P&gt;&lt;P&gt;But I found that whenever there is a material whose condition price is maintained and doesnot match with the valuation type, the Sales order does not get created, neither it gives any error msg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g For Valuation type Consign , condition type ZPCS is valid and similarly for Turnkey , condition type ZPTK is valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if a material has valuation type consign and condition type ZPTK.. The SAP system ofcourse will not allow to create a SO unless we delete the ZPTK entry from the SO and create ZPCS...&lt;/P&gt;&lt;P&gt;BAPI also doesnot create the SO but doesnot return the error messge too.&lt;/P&gt;&lt;P&gt;I try to put the ZPCS value to BAPI thru BAPICOND..but still not working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i handle such case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be awarded to useful ans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 04:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016585#M412126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T04:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI does not create Sales order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016586#M412127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More explanation..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a material has more than one pricing condition maintained, then I am not able to create the Sales order using BAPI. How do I handle this case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 05:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016586#M412127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T05:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI does not create Sales order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016587#M412128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;help please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 08:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016587#M412128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T08:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI does not create Sales order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016588#M412129</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;If you are saying that you cannot create a sales order with the Valuation type and Condition type mismatch even through VA01 manually, then there is nothing much you can do in BAPI also.&lt;/P&gt;&lt;P&gt;2nd Case is you say that that BAPI RETURN table is not getting populated and it is empty in this issue which is not letting you know that Sales order is not Created. &lt;/P&gt;&lt;P&gt;The one work around for this issue is you can check the exporting parameter SALESDOCUMENT if it has the Sales Order number or not. if the RETURN table is empty and the SALESDOCUMENT field has SO Number, then SO is created and if RETURN table is Initial and SALESDOCUMENT is also Initial, then it is the issue that you are facing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try posting a Query in OSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 09:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016588#M412129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T09:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI does not create Sales order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016589#M412130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks mahesh, I have already asked OSS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 09:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016589#M412130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T09:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI does not create Sales order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016590#M412131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IS there any workaround way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 09:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016590#M412131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T09:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI does not create Sales order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016591#M412132</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;Dont you think you can work with SALESDOCUMENT field ?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 10:10:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016591#M412132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T10:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI does not create Sales order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016592#M412133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Am already performing that check..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At first place salesdocument is blank.&lt;/P&gt;&lt;P&gt;and the return tables has messages but success messages only no error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isnt it strange?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 10:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016592#M412133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T10:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI does not create Sales order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016593#M412134</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 might try to enter a user exit for checking the condtions within the program MV45AFZZ. before the saving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the conditions are wrong, you just perform a command MESSAGE with type E, and the BAPI will return the given message also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 10:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-does-not-create-sales-order/m-p/2016593#M412134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T10:25:17Z</dc:date>
    </item>
  </channel>
</rss>

