<?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 CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/5820067#M1314753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2009 10:03:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-23T10:03:22Z</dc:date>
    <item>
      <title>BAPI SALESORDER CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/5820063#M1314749</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 want to update a custom field in VBAK table using BAPI_SALESORDER_CHANGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have primary key (VBELN) and the value to be updated. How can I use EXTENSIONIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen in BAPI_SALESORDER_CHANGE, two parameters are mandatory SALESDOCUMENT and ORDER_HEADER_INX. In the later one, what to set in updateflag as I dont want to update values in ORDER_HEADER_INX fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 07:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/5820063#M1314749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-23T07:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI SALESORDER CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/5820064#M1314750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For filling up the EXTENSIONIN structure; you need to have the relevant custom fields in the relevant structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just read the documentation of the BAPI for the EXTENSIONIN structure.&lt;/P&gt;&lt;P&gt;It shows you with an example as how to pass data in that structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 07:43:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/5820064#M1314750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-23T07:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI SALESORDER CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/5820065#M1314751</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;If you want to update 'VBAK' table then in the 'order_header_inx' parameter send the flag as 'U'... The 'extensionin' structure is used for updating the custom fields present in VBAP table... Send in the details with this to the FM and your field will get updated...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 09:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/5820065#M1314751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-23T09:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI SALESORDER CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/5820066#M1314752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only specify fields that should be changed. &lt;/P&gt;&lt;P&gt;Select these fields by entering an X in the checkboxes &lt;/P&gt;&lt;P&gt;Enter a U in the UPDATEFLAG field&lt;/P&gt;&lt;P&gt;Always specify key fields when changing the data, including in the Checkboxes&lt;/P&gt;&lt;P&gt;ORDER_HEADER_INX fulfills the following two tasks:&lt;/P&gt;&lt;P&gt;Controls processing functions with the value in the UPDATEFLAG field (change indicator).&lt;/P&gt;&lt;P&gt;      The following entries are available:&lt;/P&gt;&lt;P&gt;      ' ' :  Create a new sales document&lt;/P&gt;&lt;P&gt;      I:     Create a new sales document&lt;/P&gt;&lt;P&gt;      U:     Change an existing sales document&lt;/P&gt;&lt;P&gt;      &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt;     Delete an existing sales document&lt;/P&gt;&lt;P&gt;Controls the field entry with checkboxes&lt;/P&gt;&lt;P&gt;      If the UPDATEFLAG field has been activated, the system only copies those fields from the SALES_HEADER_IN parameter that have been activated with 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, please refer to the documenation of this FM (BAPI)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Deepa Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 09:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/5820066#M1314752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-23T09:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI SALESORDER CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/5820067#M1314753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 10:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/5820067#M1314753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-23T10:03:22Z</dc:date>
    </item>
  </channel>
</rss>

