<?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: Problem whit BAPI_SALESORDER_CREATEFROMDAT2 when use pricing condition in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-whit-bapi-salesorder-createfromdat2-when-use-pricing-condition/m-p/6470761#M1417213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing I noticed is that for the parameter bapicondx-updateflag , you are passing 'U' , but for create it should be 'I' if I'm not wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jan 2010 07:09:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-14T07:09:09Z</dc:date>
    <item>
      <title>Problem whit BAPI_SALESORDER_CREATEFROMDAT2 when use pricing condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-whit-bapi-salesorder-createfromdat2-when-use-pricing-condition/m-p/6470758#M1417210</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 have a problem whit BAPI_SALESORDER_CREATEFROMDAT2 when I try to use pricing conditions with two values on the same sales item. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iu2019m tried to pass these values in the same item:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bapicond-itm_number = bapicondx-itm_number = 10. "(for example)&lt;/P&gt;&lt;P&gt;bapicond-cond_st_no = bapicondx-cond_st_no = '017'. "as found from pricing procedure&lt;/P&gt;&lt;P&gt;bapicond-cond_count = bapicondx-cond_count = '0'. "after investigation in KONV table&lt;/P&gt;&lt;P&gt;bapicond-cond_type = bapicondx-cond_type = 'ZDES'.&lt;/P&gt;&lt;P&gt;bapicond-cond_value = some_value. bapicondx-cond_value = 'X'.&lt;/P&gt;&lt;P&gt;bapicondx-updateflag = 'U'.&lt;/P&gt;&lt;P&gt;APPEND: bapicond, bapicondx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and second value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bapicond-itm_number = bapicondx-itm_number = 10. "(for example)&lt;/P&gt;&lt;P&gt;bapicond-cond_st_no = bapicondx-cond_st_no = '021'. "as found from pricing procedure&lt;/P&gt;&lt;P&gt;bapicond-cond_count = bapicondx-cond_count = '0'. "after investigation in KONV table&lt;/P&gt;&lt;P&gt;bapicond-cond_type = bapicondx-cond_type = 'ZMER'.&lt;/P&gt;&lt;P&gt;bapicond-cond_value = some_value. bapicondx-cond_value = 'X'.&lt;/P&gt;&lt;P&gt;bapicondx-updateflag = 'U'.&lt;/P&gt;&lt;P&gt;APPEND: bapicond, bapicondx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But only the first value has successfullyu2026&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas what am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alesandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 21:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-whit-bapi-salesorder-createfromdat2-when-use-pricing-condition/m-p/6470758#M1417210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-13T21:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem whit BAPI_SALESORDER_CREATEFROMDAT2 when use pricing condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-whit-bapi-salesorder-createfromdat2-when-use-pricing-condition/m-p/6470759#M1417211</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 think the problem is there with the cond_count. Please change this value to no. of conditions given by you. In your example you have passed the value 0 for the cond_count. It shuld be 2 and also please pass the same value in the conditionx table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 06:21:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-whit-bapi-salesorder-createfromdat2-when-use-pricing-condition/m-p/6470759#M1417211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T06:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem whit BAPI_SALESORDER_CREATEFROMDAT2 when use pricing condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-whit-bapi-salesorder-createfromdat2-when-use-pricing-condition/m-p/6470760#M1417212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are you passing the logic_switch parameter with fields 'PRICING' ( pricing type ) and COND_HANDL = 'X'? If not try to pass this parameter to the BAPI and then test if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 07:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-whit-bapi-salesorder-createfromdat2-when-use-pricing-condition/m-p/6470760#M1417212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T07:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem whit BAPI_SALESORDER_CREATEFROMDAT2 when use pricing condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-whit-bapi-salesorder-createfromdat2-when-use-pricing-condition/m-p/6470761#M1417213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing I noticed is that for the parameter bapicondx-updateflag , you are passing 'U' , but for create it should be 'I' if I'm not wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 07:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-whit-bapi-salesorder-createfromdat2-when-use-pricing-condition/m-p/6470761#M1417213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T07:09:09Z</dc:date>
    </item>
  </channel>
</rss>

