<?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: MODIFY stmt is showing error. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-stmt-is-showing-error/m-p/4343475#M1034480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MODIFY itab INDEX sy-tabix.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try not to do a select inside the loop. Pull all the data into a diff itab and then read the itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2008 17:42:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-26T17:42:13Z</dc:date>
    <item>
      <title>MODIFY stmt is showing error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-stmt-is-showing-error/m-p/4343474#M1034479</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;I have written MODIFY stmt in my code.&lt;/P&gt;&lt;P&gt;i have one internal table which is already having data. for specific field i want to fill up in that table.&lt;/P&gt;&lt;P&gt;so i got the data for that field from select single stmt..&lt;/P&gt;&lt;P&gt;ex:-&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;        aubel type vbrk-aubel,&lt;/P&gt;&lt;P&gt;        v_text(30),&lt;/P&gt;&lt;P&gt;        end of itab.&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;select single bstnk from vbak where vbeln = itab-aubel.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;concatenate '/' bstnk into itab-v_text.&lt;/P&gt;&lt;P&gt;modify itab.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am executing my program it is terminating the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody help me.&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;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 17:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-stmt-is-showing-error/m-p/4343474#M1034479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T17:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: MODIFY stmt is showing error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-stmt-is-showing-error/m-p/4343475#M1034480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MODIFY itab INDEX sy-tabix.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try not to do a select inside the loop. Pull all the data into a diff itab and then read the itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 17:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-stmt-is-showing-error/m-p/4343475#M1034480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T17:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: MODIFY stmt is showing error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-stmt-is-showing-error/m-p/4343476#M1034481</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;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify itab transporting v_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the above stmt for modifying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sharin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 03:55:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-stmt-is-showing-error/m-p/4343476#M1034481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T03:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: MODIFY stmt is showing error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-stmt-is-showing-error/m-p/4343477#M1034482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 12:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-stmt-is-showing-error/m-p/4343477#M1034482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T12:08:37Z</dc:date>
    </item>
  </channel>
</rss>

