<?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: /AFS/BAPI_SALESORDER_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bapi-salesorder-create/m-p/1010213#M78687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know about the AFS BAPI, but if it is a sales order that you are trying to create, it's document category should be 'C'. I think you are trying to create something else using this BAPI, instead of a sales order, or you are passing the wrong category. If you are trying to create some other SD document(K = Credit memo request, L = Debit memo request and A = Inquiry), then you should try other BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regular R/3, you have BAPI_SALESDOCU_CREATEFROMDATA1 to create other SD documents. See if there is an equivalent in AFS industry specific solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the post if answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2005 19:36:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-06T19:36:22Z</dc:date>
    <item>
      <title>/AFS/BAPI_SALESORDER_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bapi-salesorder-create/m-p/1010212#M78686</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;Can any throw some light on this BAPI, It gives me an error like unpermitted combination of 'BUS2032' and the document category(k, L, &amp;amp; A) that i have used till now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 16:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bapi-salesorder-create/m-p/1010212#M78686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-06T16:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: /AFS/BAPI_SALESORDER_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bapi-salesorder-create/m-p/1010213#M78687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know about the AFS BAPI, but if it is a sales order that you are trying to create, it's document category should be 'C'. I think you are trying to create something else using this BAPI, instead of a sales order, or you are passing the wrong category. If you are trying to create some other SD document(K = Credit memo request, L = Debit memo request and A = Inquiry), then you should try other BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regular R/3, you have BAPI_SALESDOCU_CREATEFROMDATA1 to create other SD documents. See if there is an equivalent in AFS industry specific solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the post if answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 19:36:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bapi-salesorder-create/m-p/1010213#M78687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-06T19:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: /AFS/BAPI_SALESORDER_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bapi-salesorder-create/m-p/1010214#M78688</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 don't know your BAPI, but I had the same problem with a BAPI (BAPI_SALESDOCU_CREATEFROMDATA1) as your.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My BAPI call BAPI BAPI_SALESDOCU_CREATEFROMDATA where the object BUS2032 is always moved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I directly used that BAPI passing the business object I needed, it worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See fm SD_OBJECT_TYPE_DETERMINE to determine the business object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: max bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 21:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/afs-bapi-salesorder-create/m-p/1010214#M78688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-06T21:45:19Z</dc:date>
    </item>
  </channel>
</rss>

