<?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 Generate no from sequence in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-no-from-sequence-in-table-control/m-p/5641614#M1283994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a table control which contains some columns.One of the columns is of Sequence no.The requirement is that when the user enters the data in one row and presses enter , next no should generate itself in the sequence column.Suppose he has entered 1 in the first row of the column sequence No. and presses enter 2 should appear in the next row.Please suggest the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2009 06:20:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-08T06:20:01Z</dc:date>
    <item>
      <title>Generate no from sequence in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-no-from-sequence-in-table-control/m-p/5641614#M1283994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a table control which contains some columns.One of the columns is of Sequence no.The requirement is that when the user enters the data in one row and presses enter , next no should generate itself in the sequence column.Suppose he has entered 1 in the first row of the column sequence No. and presses enter 2 should appear in the next row.Please suggest the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 06:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-no-from-sequence-in-table-control/m-p/5641614#M1283994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-08T06:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Generate no from sequence in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-no-from-sequence-in-table-control/m-p/5641615#M1283995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Is your hope this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*PBO.&lt;/P&gt;&lt;P&gt;  loop at it_data .....&lt;/P&gt;&lt;P&gt;    .....&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*PAI.&lt;/P&gt;&lt;P&gt;  case okcode.&lt;/P&gt;&lt;P&gt;    when 'enter'.&lt;/P&gt;&lt;P&gt;      v_cnt = lines( it_data ).&lt;/P&gt;&lt;P&gt;      read table it_data into wa_data index v_cnt.&lt;/P&gt;&lt;P&gt;      if not wa_data-data is initial.&lt;/P&gt;&lt;P&gt;        clear wa_data.&lt;/P&gt;&lt;P&gt;        wa_data-cnt = v_cnt + 1.&lt;/P&gt;&lt;P&gt;        append wa_data to it_data.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;    when 'back'.&lt;/P&gt;&lt;P&gt;    when others.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 07:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-no-from-sequence-in-table-control/m-p/5641615#M1283995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-08T07:08:28Z</dc:date>
    </item>
  </channel>
</rss>

