<?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: Problem using Bapi_Salesorder_Change (VBAP-ABGRU) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-bapi-salesorder-change-vbap-abgru/m-p/4651155#M1094470</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;Please set &lt;STRONG&gt;wait = 'X'.&lt;/STRONG&gt; in 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;like the code shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;wait = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neenu Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2008 11:09:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-13T11:09:13Z</dc:date>
    <item>
      <title>Problem using Bapi_Salesorder_Change (VBAP-ABGRU)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-bapi-salesorder-change-vbap-abgru/m-p/4651149#M1094464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently encounter a big issue using BAPI "Bapi_Salesorder_Change " in order to replace the value stored in field VBAP-ABGRU (from 01 to blank). The system does not make any change even if call function 'BAPI_TRANSACTION_COMMIT' is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 09:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-bapi-salesorder-change-vbap-abgru/m-p/4651149#M1094464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T09:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using Bapi_Salesorder_Change (VBAP-ABGRU)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-bapi-salesorder-change-vbap-abgru/m-p/4651150#M1094465</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;what is the error message u are getting in the return_tab?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, have you made the change flag as 'X' for the field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 09:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-bapi-salesorder-change-vbap-abgru/m-p/4651150#M1094465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T09:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using Bapi_Salesorder_Change (VBAP-ABGRU)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-bapi-salesorder-change-vbap-abgru/m-p/4651151#M1094466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I receive the following error E 00 347 "Field header_inx-updateflag is not an input field"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 09:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-bapi-salesorder-change-vbap-abgru/m-p/4651151#M1094466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T09:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using Bapi_Salesorder_Change (VBAP-ABGRU)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-bapi-salesorder-change-vbap-abgru/m-p/4651152#M1094467</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;specify the field Field header_inx-updateflag  as blank '' and try..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;header_inx-updateflag  = ''. "Instead of I or U&lt;/P&gt;&lt;P&gt;If possible pls put the code here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Renjith Michael on Oct 13, 2008 2:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 09:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-bapi-salesorder-change-vbap-abgru/m-p/4651152#M1094467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T09:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using Bapi_Salesorder_Change (VBAP-ABGRU)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-bapi-salesorder-change-vbap-abgru/m-p/4651153#M1094468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;            I think your id does not have authorization or the field is not editable for your id. Check it using VA02 transaction if it is not editable there then get authorizations and try. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use function module SD_WF_ORDER_REJECT to clear as this does use VA02 transaction you will be able to remove the reason for rejection.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hussain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 09:30:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-bapi-salesorder-change-vbap-abgru/m-p/4651153#M1094468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T09:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using Bapi_Salesorder_Change (VBAP-ABGRU)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-bapi-salesorder-change-vbap-abgru/m-p/4651154#M1094469</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;Please set:  header_inx-updateflag = 'U' and &lt;/P&gt;&lt;P&gt;                  header_inx-ord_reason = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt;      p_or_res TYPE augru.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : st_order_header_in  TYPE bapisdh1.&lt;/P&gt;&lt;P&gt;DATA : st_order_header_inx TYPE bapisdh1x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR st_order_header_in.&lt;/P&gt;&lt;P&gt;  st_order_header_in-ord_reason = p_or_res.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR st_order_header_inx.&lt;/P&gt;&lt;P&gt;  st_order_header_inx-updateflag = 'U'.&lt;/P&gt;&lt;P&gt;  st_order_header_inx-ord_reason = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_SALESORDER_CHANGE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      salesdocument               = vbeln&lt;/P&gt;&lt;P&gt;      order_header_in             = st_order_header_in&lt;/P&gt;&lt;P&gt;      order_header_inx            = st_order_header_inx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neenu Jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 11:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-bapi-salesorder-change-vbap-abgru/m-p/4651154#M1094469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T11:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using Bapi_Salesorder_Change (VBAP-ABGRU)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-bapi-salesorder-change-vbap-abgru/m-p/4651155#M1094470</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;Please set &lt;STRONG&gt;wait = 'X'.&lt;/STRONG&gt; in 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;like the code shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;wait = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neenu Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 11:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-bapi-salesorder-change-vbap-abgru/m-p/4651155#M1094470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T11:09:13Z</dc:date>
    </item>
  </channel>
</rss>

