<?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 with BAPI_SALESORDER_CREATEFROMDAT2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-createfromdat2/m-p/5979449#M1340617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Check the internal table that you are passing to ORDER_CONDITIONS_IN is of the type BAPICOND.&lt;/P&gt;&lt;P&gt;2. Check: order_conditionx-cond_value = 'X'. COND_VALUE is of DEC type.&lt;/P&gt;&lt;P&gt;3. Check order_conditionx-updateflag. This may have a limitation on the values it takes. Try and change it to 'X'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2009 11:42:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-10T11:42:54Z</dc:date>
    <item>
      <title>Problem with BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-createfromdat2/m-p/5979447#M1340615</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 creating sales order through BAPI_SALESORDER_CREATEFROMDAT2.&lt;/P&gt;&lt;P&gt;When I execute the BAPI, I got this error : &lt;/P&gt;&lt;P&gt;In the function module interface, you can specify only&lt;/P&gt;&lt;P&gt;fields of a specific type and length under "ORDER_CONDITIONS_IN".&lt;/P&gt;&lt;P&gt;Although the currently specified field&lt;/P&gt;&lt;P&gt;" " is the correct type, its length is incorrect.&lt;/P&gt;&lt;P&gt;I set these values:&lt;/P&gt;&lt;P&gt; order_condition-itm_number = u2018000010u2019. "Numéro de poste de condition&lt;/P&gt;&lt;P&gt; order_condition-cond_type = 'ZPDI'. "Type de condition&lt;/P&gt;&lt;P&gt; order_condition-cond_value = 1.  &lt;/P&gt;&lt;P&gt; order_condition-cond_st_no =  '011'.&lt;/P&gt;&lt;P&gt; order_condition-cond_count  = '01'..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; order_conditionx-itm_number = u2018000010u2019.&lt;/P&gt;&lt;P&gt; order_conditionx-cond_type = 'ZPDI'.&lt;/P&gt;&lt;P&gt; order_conditionx-cond_value = 'X'.&lt;/P&gt;&lt;P&gt; order_conditionx-cond_st_no =  '011'.&lt;/P&gt;&lt;P&gt; order_conditionx-cond_count  = '01'.&lt;/P&gt;&lt;P&gt; order_conditionx-updateflag = 'I'.&lt;/P&gt;&lt;P&gt; anybody Have fased similar problem and can help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 10:52:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-createfromdat2/m-p/5979447#M1340615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T10:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-createfromdat2/m-p/5979448#M1340616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 10:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-createfromdat2/m-p/5979448#M1340616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T10:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-createfromdat2/m-p/5979449#M1340617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Check the internal table that you are passing to ORDER_CONDITIONS_IN is of the type BAPICOND.&lt;/P&gt;&lt;P&gt;2. Check: order_conditionx-cond_value = 'X'. COND_VALUE is of DEC type.&lt;/P&gt;&lt;P&gt;3. Check order_conditionx-updateflag. This may have a limitation on the values it takes. Try and change it to 'X'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 11:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-createfromdat2/m-p/5979449#M1340617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T11:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-createfromdat2/m-p/5979450#M1340618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Try like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
order_conditionx-itm_number = u2018000010u2019.
order_conditionx-cond_type = 'X'.
order_conditionx-cond_value = 'X'.
order_conditionx-cond_st_no = 'X'
order_conditionx-cond_count = 'X''.
order_conditionx-updateflag = 'X'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 11:48:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-createfromdat2/m-p/5979450#M1340618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T11:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-createfromdat2/m-p/5979451#M1340619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 08:05:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-createfromdat2/m-p/5979451#M1340619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T08:05:25Z</dc:date>
    </item>
  </channel>
</rss>

