<?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_SALESORDER_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-salesorder-change/m-p/1605168#M271610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did try what ever ur saying in the above post but unfourtunately it didn't work.&lt;/P&gt;&lt;P&gt; Just need exactly what are the fields that i need to populate.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help with some sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Jaleel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Oct 2006 11:10:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-10T11:10:45Z</dc:date>
    <item>
      <title>Using BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-salesorder-change/m-p/1605165#M271607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Forum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the structures in BAPI_SALESORDER_CHANGE that I need to populate to change the requred delivery date for all the items&lt;/P&gt;&lt;P&gt;and to add a new item level pricing condition? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example code will be more helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helpful suggestions will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jaleel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 09:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-salesorder-change/m-p/1605165#M271607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T09:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-salesorder-change/m-p/1605166#M271608</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;You can see the following structures to be populated for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.ORDER_HEADER_IN LIKE BAPISDH1                              Order Header &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.set the flag nidicator for item level changes ;&lt;/P&gt;&lt;P&gt;  using &lt;/P&gt;&lt;P&gt; INT_NUMBER_ASSIGNMENT	LIKE	BAPIFLAG-BAPIFLAG	SPACE	Internal Item Number Assignment&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, 10 Oct 2006 10:07:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-salesorder-change/m-p/1605166#M271608</guid>
      <dc:creator>shishupalreddy</dc:creator>
      <dc:date>2006-10-10T10:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-salesorder-change/m-p/1605167#M271609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mohammed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ORDER_HEADER_IN (BAPISDHD1)there is field REQ_DATE_H (desired delivery date) which is probably not what you are looking for.&lt;/P&gt;&lt;P&gt;In ORDERS_ITEMS_IN (BAPISDITM) there is no appropriate date field.&lt;/P&gt;&lt;P&gt;In &amp;lt;b&amp;gt;ORDERS_SCHEDULES_IN&amp;lt;/b&amp;gt; (BAPISCHDL) there is field &amp;lt;b&amp;gt;REQ_DATE&amp;lt;/b&amp;gt; which is probably the one you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pricing conditions have to be provided using ORDERS_CONDITIONS_IN (BAPICOND). The link between item and condition is ITM_NUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 10:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-salesorder-change/m-p/1605167#M271609</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-10-10T10:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-salesorder-change/m-p/1605168#M271610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did try what ever ur saying in the above post but unfourtunately it didn't work.&lt;/P&gt;&lt;P&gt; Just need exactly what are the fields that i need to populate.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help with some sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Jaleel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 11:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-salesorder-change/m-p/1605168#M271610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T11:10:45Z</dc:date>
    </item>
  </channel>
</rss>

