<?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: automatic increase fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-increase-fields/m-p/3640342#M876657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2008 00:40:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-18T00:40:22Z</dc:date>
    <item>
      <title>automatic increase fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-increase-fields/m-p/3640337#M876652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All experts:&lt;/P&gt;&lt;P&gt;   are there an automatic increase field in Transp. Table?&lt;/P&gt;&lt;P&gt;    I need a field  that can automatic save the record index when I insert record in customized table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 09:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-increase-fields/m-p/3640337#M876652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T09:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: automatic increase fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-increase-fields/m-p/3640338#M876653</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;Use sy-tabix and sy-index , this shows how many times the loop get&lt;/P&gt;&lt;P&gt;executed and current position of loop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sy-TABIX - gives the line number&lt;/P&gt;&lt;P&gt;SY-index - gives the current position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-dbcnt - gives how many records get stored to or retrived from database&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 11:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-increase-fields/m-p/3640338#M876653</guid>
      <dc:creator>Pramanan</dc:creator>
      <dc:date>2008-04-16T11:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: automatic increase fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-increase-fields/m-p/3640339#M876654</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;The indexes are activated along with the table and are created automatically with it in the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Muneesh Gitta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 13:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-increase-fields/m-p/3640339#M876654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T13:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: automatic increase fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-increase-fields/m-p/3640340#M876655</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;You mean to say that you have to maintain a field which autoincrements its value whenever a record is inserted.&lt;/P&gt;&lt;P&gt;Suppose the field is STUDENT_ID.&lt;/P&gt;&lt;P&gt;Whenever you are using LOOP ..ENDLOOP stmts and inserting the records, then You can pass SY-TABIX to the field STUDENT_ID. if you use DO..ENDO then go for SY-INDEX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the case if you inert record by record, but if you want to insert multiple records using directly the internal table then you have to explicitly fill the column in the internal table and insert .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 20:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-increase-fields/m-p/3640340#M876655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T20:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: automatic increase fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-increase-fields/m-p/3640341#M876656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create a new number range object (Tcode SNRO).  Then get the next sequential number using function module NUMBER_GET_NEXT in your ABAP code and insert in DB table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 00:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-increase-fields/m-p/3640341#M876656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T00:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: automatic increase fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-increase-fields/m-p/3640342#M876657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 00:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-increase-fields/m-p/3640342#M876657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T00:40:22Z</dc:date>
    </item>
  </channel>
</rss>

