<?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: hello in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello/m-p/3579238#M861691</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;Check this simple code... It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Loop at itab.

clear : count.

do itab-field1 times.
count = count + 1.
itabnew-field1 = count.
append itabnew.
enddo.

endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~&lt;SUB&gt;Lakshmiraj&lt;/SUB&gt;~&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Mar 2008 04:53:05 GMT</pubDate>
    <dc:creator>abapdeveloper20</dc:creator>
    <dc:date>2008-03-29T04:53:05Z</dc:date>
    <item>
      <title>hello</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello/m-p/3579236#M861689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suppose in an internal table in one field i have value 20.now i want to write that value like :-&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;like this. in a column of a internal table..whats the procedure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2008 04:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello/m-p/3579236#M861689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-29T04:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: hello</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello/m-p/3579237#M861690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try doing this... not sure if it's going to work, for I didn't test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

loop at gt_table into wa_table.

  clear v_counter.

  do wa_table-field times.
    Add 1 to v_counter.
    move v_counter to wa_destiny.
    append wa_destiny to gt_destiny.  
  endloop.

endloop.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2008 04:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello/m-p/3579237#M861690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-29T04:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: hello</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello/m-p/3579238#M861691</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;Check this simple code... It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Loop at itab.

clear : count.

do itab-field1 times.
count = count + 1.
itabnew-field1 = count.
append itabnew.
enddo.

endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~&lt;SUB&gt;Lakshmiraj&lt;/SUB&gt;~&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2008 04:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello/m-p/3579238#M861691</guid>
      <dc:creator>abapdeveloper20</dc:creator>
      <dc:date>2008-03-29T04:53:05Z</dc:date>
    </item>
  </channel>
</rss>

