<?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: Salesorder BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/salesorder-bapi/m-p/2200737#M470174</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;1. you have to use table ORDER_CONDITIONS_IN to pass condition values...&lt;/P&gt;&lt;P&gt;2. If you mean delivery number, I don't think that you can pass it...&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, 24 Apr 2007 10:25:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-24T10:25:43Z</dc:date>
    <item>
      <title>Salesorder BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/salesorder-bapi/m-p/2200736#M470173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to pass the KBETR field in the BAPI_SALESORDER_CREATEFROMDAT2 ? &lt;/P&gt;&lt;P&gt;Also how to pass the VBELV field in the same BAPI ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 09:56:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/salesorder-bapi/m-p/2200736#M470173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T09:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Salesorder BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/salesorder-bapi/m-p/2200737#M470174</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;1. you have to use table ORDER_CONDITIONS_IN to pass condition values...&lt;/P&gt;&lt;P&gt;2. If you mean delivery number, I don't think that you can pass it...&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, 24 Apr 2007 10:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/salesorder-bapi/m-p/2200737#M470174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T10:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Salesorder BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/salesorder-bapi/m-p/2200738#M470175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;check this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      wa_bapicond-itm_number  = wa_file-ln_item_no.&lt;/P&gt;&lt;P&gt;      wa_bapicond-cond_type   = 'YB00'.&lt;/P&gt;&lt;P&gt;      wa_bapicond-cond_value  = wa_file-price.&lt;/P&gt;&lt;P&gt;      wa_bapicond-currency    = 'USD'.&lt;/P&gt;&lt;P&gt;      APPEND wa_bapicond TO it_bapicond.&lt;/P&gt;&lt;P&gt;      l_price = wa_file-price.&lt;/P&gt;&lt;P&gt;      CLEAR wa_bapicond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    Invoice number and Invoice Item number&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      wa_bapisditm-ref_doc    = wa_file-inv_no.&lt;/P&gt;&lt;P&gt;      wa_bapisditm-ref_doc_it = wa_file-inv_itm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      Create Recall Sales Order&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        CALL FUNCTION 'SD_SALESDOCUMENT_CREATE'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            sales_header_in     = wa_bapisdhd1&lt;/P&gt;&lt;P&gt;          IMPORTING&lt;/P&gt;&lt;P&gt;            salesdocument_ex    = l_new_doc&lt;/P&gt;&lt;P&gt;          TABLES&lt;/P&gt;&lt;P&gt;            return              = it_return&lt;/P&gt;&lt;P&gt;            sales_items_in      = it_bapisditm&lt;/P&gt;&lt;P&gt;            sales_partners      = it_bapiparnr&lt;/P&gt;&lt;P&gt;            sales_schedules_in  = it_bapischdl&lt;/P&gt;&lt;P&gt;            sales_conditions_in = it_bapicond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If helpful, reward is useful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanmay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 10:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/salesorder-bapi/m-p/2200738#M470175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T10:30:05Z</dc:date>
    </item>
  </channel>
</rss>

