<?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: Using BAPI to create sales order in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-to-create-sales-order/m-p/1403274#M194831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may sound crazy, but have you tried using 'PC' instead of 'ST'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jul 2006 12:37:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-21T12:37:44Z</dc:date>
    <item>
      <title>Using BAPI to create sales order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-to-create-sales-order/m-p/1403273#M194830</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 use this BAPI 'BAPI_SALESORDER_CREATEBOS' to create SO, and This BAPI is with SAP E&amp;amp;C solution. &lt;/P&gt;&lt;P&gt;it is similar to BAPI_SALESORDER_CREATEFROMDAT2. and when i call this BAPI, it give the error 'only quantity 1 ST are permitted (item 000010)'. This because the material i use is service material and with unit 'ST' and only 1. it means one project i sell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The partial code is as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  i_orderitemsin-itm_number = '000010'.&lt;/P&gt;&lt;P&gt;  i_orderitemsin-material = it_sdmaster-MATNR.&lt;/P&gt;&lt;P&gt;  I_ORDERITEMSIN-SHORT_TEXT = it_sdmaster-ARKTX.&lt;/P&gt;&lt;P&gt;  I_ORDERITEMSIN-TARGET_QU = 'ST '.&lt;/P&gt;&lt;P&gt;  I_ORDERITEMSIN-SALES_UNIT = 'ST '.&lt;/P&gt;&lt;P&gt;  I_ORDERITEMSIN-TARGET_QTY = '1.000'.&lt;/P&gt;&lt;P&gt;  I_ORDERITEMSIN-TARGET_QU = 'ST '.&lt;/P&gt;&lt;P&gt;  I_ORDERITEMSIN-TRG_QTY_NO = 1.&lt;/P&gt;&lt;P&gt;  I_ORDERITEMSIN-TRGQTY_DEN = 1.&lt;/P&gt;&lt;P&gt;  i_orderitemsin-pckg_no = v_package.&lt;/P&gt;&lt;P&gt;  APPEND i_orderitemsin .&lt;/P&gt;&lt;P&gt;  clear i_orderitemsin .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You see, i have input the unit(ST) and quantity(1). tks for ur advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 12:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-to-create-sales-order/m-p/1403273#M194830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T12:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI to create sales order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-to-create-sales-order/m-p/1403274#M194831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may sound crazy, but have you tried using 'PC' instead of 'ST'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 12:37:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-to-create-sales-order/m-p/1403274#M194831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T12:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI to create sales order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-to-create-sales-order/m-p/1403275#M194832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you dont need to pass data in the fields TRG_QTY_NO and TRGQTY_DEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the data element documentation of the above fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 12:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-to-create-sales-order/m-p/1403275#M194832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T12:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI to create sales order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-to-create-sales-order/m-p/1403276#M194833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you filling in the appropriate values in the Schedule Line int table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 12:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-to-create-sales-order/m-p/1403276#M194833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T12:39:38Z</dc:date>
    </item>
  </channel>
</rss>

