<?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: ABAP:  VBAP table data modify in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719885#M1872949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Polu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you suggesting that using debug to work around authorisation checks and directly update a standard SAP table is something you would actually consider doing on your's/your customer's systems?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2014 12:47:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-28T12:47:17Z</dc:date>
    <item>
      <title>ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719881#M1872945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dea All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I modify data of VBAP table .?&amp;nbsp; I&amp;nbsp; want to change the FKREL&amp;nbsp; field from A to C.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aneel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 11:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719881#M1872945</guid>
      <dc:creator>aneel_munawar</dc:creator>
      <dc:date>2014-10-28T11:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719882#M1872946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000; font-size: 13.3333339691162px;"&gt;Moderator message: updating standard SAP table directly is a silly thing to do, and it is equally silly to advise others to do it.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to se38-&amp;gt; type UPDATE-&amp;gt; hit F1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*------------------------&lt;/P&gt;&lt;P&gt;TABLES VBAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE VBAP SET&amp;nbsp;&amp;nbsp; FKREL = 'C'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE FKREL&amp;nbsp;&amp;nbsp; = 'A' .&lt;/P&gt;&lt;P&gt;*------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regrads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;faiz rahman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000; font-size: 13.3333339691162px;"&gt;Moderator message: updating standard SAP table directly is a silly thing to do, and it is equally silly to advise others to do it.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Matthew Billingham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 11:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719882#M1872946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T11:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719883#M1872947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000; font-size: 13.3333339691162px;"&gt;Moderator message: updating standard SAP table directly is a silly thing to do, and it is equally silly to advise others to do it.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are trying to multiple records then you can use the above logic which has suggested by Anish otherwise if you are trying to modify few records then please follow this process. its very simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in se11-&amp;gt; display the records whatever data you want to modify-&amp;gt;enter /h in command box and select enter-&amp;gt;then it will get the debugging mode-&amp;gt;there change the value of Code(initally the value will be 'SHOW').&lt;/P&gt;&lt;P&gt;code = EDIT then you will get change mode there you can change the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Polu&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000; font-size: 13.3333339691162px;"&gt;Moderator message: updating standard SAP table directly is a silly thing to do, and it is equally silly to advise others to do it.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Matthew Billingham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 12:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719883#M1872947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T12:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719884#M1872948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The question you should be asking, is "should you modify data of table VBAP"...&amp;nbsp; The answers you have received so far make me cry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a massive gap between what you can technically do on a system, and what you should actually do.&amp;nbsp; There are all sorts of reasons why direct updates of standard SAP tables are bad.&amp;nbsp; If you search, you will find lots of discussions about them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 12:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719884#M1872948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T12:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719885#M1872949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Polu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you suggesting that using debug to work around authorisation checks and directly update a standard SAP table is something you would actually consider doing on your's/your customer's systems?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 12:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719885#M1872949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T12:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719886#M1872950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I modify data of VBAP table .?&lt;/P&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I modify data of VBAP table .?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can you explain your requirement? what do you want to achieve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 13:01:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719886#M1872950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T13:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719887#M1872951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;If you can explain the business process as to why you want to change in table instead of achieving via standard configuration, suitable suggestion can be given.&amp;nbsp; Also, you have not indicated at which stage you want to change.&amp;nbsp; After saving the sale order or creation of subsequent document ?&amp;nbsp; Need more detailed explanation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="font-family: verdana,geneva;"&gt;G. Lakshmipathi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 13:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719887#M1872951</guid>
      <dc:creator>Lakshmipathi</dc:creator>
      <dc:date>2014-10-28T13:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719888#M1872952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not a developer and I can see why some client sites have the developers sit a test before they are provided with a developer key and S_DEVELOP access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 13:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719888#M1872952</guid>
      <dc:creator>Colleen</dc:creator>
      <dc:date>2014-10-28T13:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719889#M1872953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You know, it's a place for developper here, only developper &lt;SPAN __jive_emoticon_name="angry" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1063/images/emoticons/angry.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry, hard day today &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1063/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 13:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719889#M1872953</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2014-10-28T13:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719890#M1872954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should not change the transactional data of client directly from the table as all these changes are get stored and at the time of audit can cause issues. Ask your functional consultant to do it through front end. &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, 28 Oct 2014 13:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719890#M1872954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T13:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719891#M1872955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try BAPI_SALESORDER_CHANGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NB: Don't update standard tables with OPEN-SQL statement, for database sake (or just database consistency)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why do you want to change this field, is its valued determined thru Customizing (VOV7 ?) as well as history/flow of documents, so you should change other fields (e.g. ) to get this result. Ask functional to perform this requirement thru VA02, if they cannot, close.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 13:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719891#M1872955</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-10-28T13:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719892#M1872956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hopefully my editing of those responses will allow you to dry your eyes. I was going to reject them, but I think I'll leave them with my comment, &lt;EM&gt;pour encourager les autres&lt;/EM&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 13:58:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719892#M1872956</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-10-28T13:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719893#M1872957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All, &lt;/P&gt;&lt;P&gt;Thanks for your reply and help. I&amp;nbsp; dont want to update the table by using direct sql. I want to use BAPI. I have used the fillowing code .&amp;nbsp; The system gives message that order has been updated but when I open the table, the data is not updated. The code is given below. Remember that I want to change the field 'FKREL'&amp;nbsp; of VBAP table from 'A' to 'C'.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aneel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;EM&gt;&lt;STRONG&gt;report&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt; zaneel.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &lt;SPAN class="L1S52"&gt;data&lt;/SPAN&gt;: t_item &lt;SPAN class="L1S52"&gt;like&lt;/SPAN&gt; bapisditm &lt;SPAN class="L1S52"&gt;occurs&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;with&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;header&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;line&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &lt;SPAN class="L1S52"&gt;data&lt;/SPAN&gt;: t_itemx &lt;SPAN class="L1S52"&gt;like&lt;/SPAN&gt; bapisditmx &lt;SPAN class="L1S52"&gt;occurs&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;with&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;header&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;line&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &lt;SPAN class="L1S52"&gt;data&lt;/SPAN&gt;: t_return &lt;SPAN class="L1S52"&gt;like&lt;/SPAN&gt; bapiret2 &lt;SPAN class="L1S52"&gt;occurs&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;with&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;header&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;line&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &lt;SPAN class="L1S52"&gt;data&lt;/SPAN&gt;: bapisdh1x &lt;SPAN class="L1S52"&gt;like&lt;/SPAN&gt; bapisdh1x.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &lt;SPAN class="L1S52"&gt;data&lt;/SPAN&gt;: t_vbap &lt;SPAN class="L1S52"&gt;like&lt;/SPAN&gt; vbap &lt;SPAN class="L1S52"&gt;occurs&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;with&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;header&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;line&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; bapisdh1x-updateflag = &lt;SPAN class="L1S33"&gt;'u'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; t_item-itm_number = &lt;SPAN class="L1S33"&gt;'10'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; t_item-bill_rel = &lt;SPAN class="L1S33"&gt;'A'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &lt;SPAN class="L1S52"&gt;append&lt;/SPAN&gt; t_item. t_itemx-itm_number = &lt;SPAN class="L1S33"&gt;'10'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; t_itemx-updateflag = &lt;SPAN class="L1S33"&gt;'u'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; t_itemx-bill_rel = &lt;SPAN class="L1S33"&gt;'C'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;append&lt;/SPAN&gt; t_itemx.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;call&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;function&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'bapi_salesorder_change'&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;exporting&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; salesdocument = &lt;SPAN class="L1S33"&gt;'0020000085'&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; order_header_inx = bapisdh1x&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;tables&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;return&lt;/SPAN&gt; = t_return&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; order_item_in = t_item&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; order_item_inx = t_itemx .&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;loop&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;at&lt;/SPAN&gt; t_return &lt;SPAN class="L1S52"&gt;where&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; = &lt;SPAN class="L1S33"&gt;'e'&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;or&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; = &lt;SPAN class="L1S33"&gt;'a'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;exit&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;endloop&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;if&lt;/SPAN&gt; sy-subrc = &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;write&lt;/SPAN&gt;: / &lt;SPAN class="L1S33"&gt;'sales order not updated'&lt;/SPAN&gt;,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_return-&lt;SPAN class="L1S52"&gt;message&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;else&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;write&lt;/SPAN&gt;: / &lt;SPAN class="L1S33"&gt;'sales order updated'&lt;/SPAN&gt;. &lt;SPAN class="L1S52"&gt;endif&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;commit&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;work&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 04:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719893#M1872957</guid>
      <dc:creator>aneel_munawar</dc:creator>
      <dc:date>2014-10-29T04:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719894#M1872958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed ,&lt;/P&gt;&lt;P&gt;Rather than rejecting these threads should be highlighted like this only.&lt;/P&gt;&lt;P&gt;This will make people stop themselves and think twice before posting any REALLY SILLY answers like this.&lt;/P&gt;&lt;P&gt;And this will even make them smile when after having&amp;nbsp; a long experience with SAP they turn back their earlier pages in SCN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 04:53:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719894#M1872958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-29T04:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719895#M1872959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;t_item-bill_rel = &lt;SPAN class="L1S33"&gt;'A'&lt;/SPAN&gt;. &amp;lt; ---&amp;nbsp; this should be 'C'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; t_itemx-bill_rel = &lt;SPAN class="L1S33"&gt;'C'&lt;/SPAN&gt;. &amp;lt;-- this you try 'U" and 'X', one of them should affect.&lt;STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 05:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719895#M1872959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-29T05:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719896#M1872960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used this code then even data not changed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;EM&gt;&lt;STRONG&gt;REPORT&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt; zaneel.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;SPAN class="L1S52"&gt;DATA&lt;/SPAN&gt;: t_item &lt;SPAN class="L1S52"&gt;LIKE&lt;/SPAN&gt; bapisditm &lt;SPAN class="L1S52"&gt;OCCURS&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;WITH&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;HEADER&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;LINE&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;SPAN class="L1S52"&gt;DATA&lt;/SPAN&gt;: t_itemx &lt;SPAN class="L1S52"&gt;LIKE&lt;/SPAN&gt; bapisditmx &lt;SPAN class="L1S52"&gt;OCCURS&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;WITH&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;HEADER&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;LINE&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;SPAN class="L1S52"&gt;DATA&lt;/SPAN&gt;: t_return &lt;SPAN class="L1S52"&gt;LIKE&lt;/SPAN&gt; bapiret2 &lt;SPAN class="L1S52"&gt;OCCURS&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;WITH&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;HEADER&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;LINE&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;SPAN class="L1S52"&gt;DATA&lt;/SPAN&gt;: bapisdh1x &lt;SPAN class="L1S52"&gt;LIKE&lt;/SPAN&gt; bapisdh1x.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;SPAN class="L1S52"&gt;DATA&lt;/SPAN&gt;: t_vbap &lt;SPAN class="L1S52"&gt;LIKE&lt;/SPAN&gt; vbap &lt;SPAN class="L1S52"&gt;OCCURS&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;WITH&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;HEADER&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;LINE&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; bapisdh1x-updateflag = &lt;SPAN class="L1S33"&gt;'U'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; t_item-itm_number = &lt;SPAN class="L1S33"&gt;'000010'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; t_item-bill_rel = &lt;SPAN class="L1S33"&gt;'A'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;SPAN class="L1S52"&gt;APPEND&lt;/SPAN&gt; t_item.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; t_itemx-itm_number = &lt;SPAN class="L1S33"&gt;'000010'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; t_itemx-updateflag = &lt;SPAN class="L1S33"&gt;'U'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; t_itemx-bill_rel = &lt;SPAN class="L1S33"&gt;'X'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;SPAN class="L1S52"&gt;APPEND&lt;/SPAN&gt; t_itemx.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;SPAN class="L1S52"&gt;CALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;FUNCTION&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'BAPI_SALESORDER_CHANGE'&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; salesdocument&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S33"&gt;'0020000085'&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; order_header_inx = bapisdh1x&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;TABLES&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;return&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = t_return&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; order_item_in&amp;nbsp;&amp;nbsp;&amp;nbsp; = t_item&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; order_item_inx&amp;nbsp;&amp;nbsp; = t_itemx.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;SPAN class="L1S52"&gt;COMMIT&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;WORK&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;SPAN class="L1S52"&gt;LOOP&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;AT&lt;/SPAN&gt; t_return &lt;SPAN class="L1S52"&gt;WHERE&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; = &lt;SPAN class="L1S33"&gt;'e'&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;OR&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; = &lt;SPAN class="L1S33"&gt;'a'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXIT&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;SPAN class="L1S52"&gt;ENDLOOP&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; sy-subrc = &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;WRITE&lt;/SPAN&gt;: / &lt;SPAN class="L1S33"&gt;'sales order not updated'&lt;/SPAN&gt;,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_return-&lt;SPAN class="L1S52"&gt;message&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;SPAN class="L1S52"&gt;ELSE&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;FUNCTION&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'BAPI_TRANSACTION_COMMIT'&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;wait&lt;/SPAN&gt; = &lt;SPAN class="L1S33"&gt;'X'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;WRITE&lt;/SPAN&gt;: / &lt;SPAN class="L1S33"&gt;'sales order updated'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt; &lt;SPAN class="L1S52"&gt;COMMIT&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;WORK&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 05:48:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719896#M1872960</guid>
      <dc:creator>aneel_munawar</dc:creator>
      <dc:date>2014-10-29T05:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719897#M1872961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;t_item-bill_rel = &lt;SPAN class="L1S33"&gt;'A'&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Shouldnt this be 'C'?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Also try to debug to see if this value is passed onto vbap-fkrel or else you'll have to use some exit or badi for the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 05:54:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719897#M1872961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-29T05:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719898#M1872962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should become 'A'.&amp;nbsp; but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aneel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 06:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719898#M1872962</guid>
      <dc:creator>aneel_munawar</dc:creator>
      <dc:date>2014-10-29T06:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719899#M1872963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I said already, with the functional configuration itself, this is possible but you need to answer to my queries already raised.&amp;nbsp; When some requirement can be achieved via functional configuration, why you are going for customized one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G. Lakshmipathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 06:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719899#M1872963</guid>
      <dc:creator>Lakshmipathi</dc:creator>
      <dc:date>2014-10-29T06:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP:  VBAP table data modify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719900#M1872964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to change by using BAPI.&amp;nbsp; Why above code is not working.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aneel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 06:33:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-vbap-table-data-modify/m-p/10719900#M1872964</guid>
      <dc:creator>aneel_munawar</dc:creator>
      <dc:date>2014-10-29T06:33:27Z</dc:date>
    </item>
  </channel>
</rss>

