<?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_CREATEFROMDAT2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/1065979#M93258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think there is no answer on your question. It depends on the customizing. &lt;/P&gt;&lt;P&gt;As I know &lt;/P&gt;&lt;P&gt;Header&lt;/P&gt;&lt;P&gt;doc_type&lt;/P&gt;&lt;P&gt;Item&lt;/P&gt;&lt;P&gt;material&lt;/P&gt;&lt;P&gt;target_qty&lt;/P&gt;&lt;P&gt;Partners&lt;/P&gt;&lt;P&gt;partn_role = 'AG'.&lt;/P&gt;&lt;P&gt;partn_numb = xxx&lt;/P&gt;&lt;P&gt;are necessary.&lt;/P&gt;&lt;P&gt;Do you use any type of reference?&lt;/P&gt;&lt;P&gt;Cheers, Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2005 15:15:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-17T15:15:00Z</dc:date>
    <item>
      <title>BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/1065976#M93255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;      what are the maddatory fields for using this bapi to create the sales orde. i am pasing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;condition type = ZUCD&lt;/P&gt;&lt;P&gt;sles org       = 7000.&lt;/P&gt;&lt;P&gt;Distrubution channel = 60&lt;/P&gt;&lt;P&gt;division = 20.&lt;/P&gt;&lt;P&gt;this in ORDER_HEADER_IN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in ORDER_ITEMS_IN:&lt;/P&gt;&lt;P&gt;material&lt;/P&gt;&lt;P&gt;quantity&lt;/P&gt;&lt;P&gt;item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i run this it says &lt;/P&gt;&lt;P&gt;Unpermitted combination of business object BUS2032 and sales doc. category K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2005 09:13:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/1065976#M93255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-17T09:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/1065977#M93256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mandatory fields/structures are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Order_header_in&lt;/P&gt;&lt;P&gt;2. Order_items_in&lt;/P&gt;&lt;P&gt;3. Order_partners&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2005 09:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/1065977#M93256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-17T09:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/1065978#M93257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kumar,&lt;/P&gt;&lt;P&gt; The following are the mandatory parameters,&lt;/P&gt;&lt;P&gt;1. Mandatory entries:&lt;/P&gt;&lt;P&gt;ORDER_HEADER_IN : DOC_TYPE     Sales document type&lt;/P&gt;&lt;P&gt;                   SALES_ORG    Sales organization&lt;/P&gt;&lt;P&gt;                  DISTR_CHAN   Distribution channel&lt;/P&gt;&lt;P&gt;                   DIVISION     Division&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORDER_PARTNERS..: PARTN_ROLE   Partner role, SP sold-to party&lt;/P&gt;&lt;P&gt;                  PARTN_NUMB   Customer number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORDER_ITEMS_IN..: MATERIAL     Material number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2005 09:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/1065978#M93257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-17T09:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/1065979#M93258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think there is no answer on your question. It depends on the customizing. &lt;/P&gt;&lt;P&gt;As I know &lt;/P&gt;&lt;P&gt;Header&lt;/P&gt;&lt;P&gt;doc_type&lt;/P&gt;&lt;P&gt;Item&lt;/P&gt;&lt;P&gt;material&lt;/P&gt;&lt;P&gt;target_qty&lt;/P&gt;&lt;P&gt;Partners&lt;/P&gt;&lt;P&gt;partn_role = 'AG'.&lt;/P&gt;&lt;P&gt;partn_numb = xxx&lt;/P&gt;&lt;P&gt;are necessary.&lt;/P&gt;&lt;P&gt;Do you use any type of reference?&lt;/P&gt;&lt;P&gt;Cheers, Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2005 15:15:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/1065979#M93258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-17T15:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/1065980#M93259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got your problem. The Business object 'BUS2032' is a standard order and category 'K' corresponds to 'CREDIT MEMO REQUEST'(Business object 'BUS2094').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem would be with the condition type 'ZUCD' which is customized for the category 'K', and because of this it the document is not posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now to make your BAPI work and post the document, pass the field 'SD_DOC_CAT' of the 'ORDER_HEADER_IN' with the value 'K'. This should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2005 17:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/1065980#M93259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-17T17:19:18Z</dc:date>
    </item>
  </channel>
</rss>

