<?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 bapi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2668937#M616046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Using programming,  i need to put value in confirmed quantity filed in va02 tr.code.&lt;/P&gt;&lt;P&gt;i can do this using BDC or BAPI.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Using Recording i tried to create BDC but it is not creating .&lt;/P&gt;&lt;P&gt;To put value in Confirmed Quantity using F.M. -&amp;gt;BAPI_SALESORDER_ CHANGE  , what are the fields i need to use  in this F.M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;m.rajarao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Aug 2007 11:33:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-17T11:33:01Z</dc:date>
    <item>
      <title>bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2668937#M616046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Using programming,  i need to put value in confirmed quantity filed in va02 tr.code.&lt;/P&gt;&lt;P&gt;i can do this using BDC or BAPI.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Using Recording i tried to create BDC but it is not creating .&lt;/P&gt;&lt;P&gt;To put value in Confirmed Quantity using F.M. -&amp;gt;BAPI_SALESORDER_ CHANGE  , what are the fields i need to use  in this F.M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;m.rajarao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 11:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2668937#M616046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T11:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2668938#M616047</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;Sorry in that function module there is no any quantity field.so u have to check both of this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Minimum entry:&lt;/P&gt;&lt;P&gt;You must enter the order number in the SALESDOCUMENT structure.&lt;/P&gt;&lt;P&gt;You must always enter key fields for changes.&lt;/P&gt;&lt;P&gt;You must always specify the update indicator in the ORDER_HEADER_INX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Commit control:&lt;/P&gt;&lt;P&gt;The BAPI does not run a database Commit, which means that the application must trigger the Commit so that the changes are read to the database. To do this, use the BAPI_TRANSACTION_COMMIT BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if it is useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 11:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2668938#M616047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T11:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2668939#M616048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this you will get some idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SalesOrder.ChangeFromData &lt;/P&gt;&lt;P&gt;Change Sales Order &lt;/P&gt;&lt;P&gt; Functionality&lt;/P&gt;&lt;P&gt;You can use this method to change or delete sales orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change header, item, schedule line and configuration data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, note that you should:&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;The configuration is an exception here. If this needs to be changed, you need to complete it again fully. &lt;/P&gt;&lt;P&gt;Maintain quantities and dates in the schedule line data &lt;/P&gt;&lt;P&gt;Possible UPDATEFLAGS: &lt;/P&gt;&lt;P&gt;U = change&lt;/P&gt;&lt;P&gt;D = delete&lt;/P&gt;&lt;P&gt;I = add&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;Delete the whole order &lt;/P&gt;&lt;P&gt;Delete order items &lt;/P&gt;&lt;P&gt;Change the order &lt;/P&gt;&lt;P&gt;Change the configuration &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;Minimum entry: &lt;/P&gt;&lt;P&gt;You must enter the order number in the SALESDOCUMENT structure.&lt;/P&gt;&lt;P&gt;You must always enter key fields for changes.&lt;/P&gt;&lt;P&gt;You must always specify the update indicator in the ORDER_HEADER_INX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Commit control: &lt;/P&gt;&lt;P&gt;The BAPI does not run a database Commit, which means that the application must trigger the Commit so that the changes are read to the database. To do this, use the BAPI_TRANSACTION_COMMIT BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mandatory import parameters in FM&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SALESDOCUMENT&lt;/P&gt;&lt;P&gt;ORDER_HEADER_INX&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;RETURN&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adithya M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 11:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2668939#M616048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T11:45:55Z</dc:date>
    </item>
  </channel>
</rss>

