<?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: auto generate numeric value for a column in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-generate-numeric-value-for-a-column/m-p/5550730#M1267209</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;This is completely depends on the requirement.&lt;/P&gt;&lt;P&gt;Lets say, if you are updating new records through some custom program by building an internal table, then take some initial value to the record number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the loop increment the record number by one, as long as you append the records, it will be new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else if you need functionality similar to the document number generation in SAP, then go for the function module &lt;STRONG&gt;NUMBER_GET_NEXT&lt;/STRONG&gt; functionality. But I don't think you need this...........&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;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2009 13:05:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-24T13:05:34Z</dc:date>
    <item>
      <title>auto generate numeric value for a column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-generate-numeric-value-for-a-column/m-p/5550729#M1267208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a column called recording number which is of numeric type.&lt;/P&gt;&lt;P&gt;I want to auto generate values for this column of my table.&lt;/P&gt;&lt;P&gt;How can this be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 12:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-generate-numeric-value-for-a-column/m-p/5550729#M1267208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T12:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: auto generate numeric value for a column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-generate-numeric-value-for-a-column/m-p/5550730#M1267209</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;This is completely depends on the requirement.&lt;/P&gt;&lt;P&gt;Lets say, if you are updating new records through some custom program by building an internal table, then take some initial value to the record number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the loop increment the record number by one, as long as you append the records, it will be new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else if you need functionality similar to the document number generation in SAP, then go for the function module &lt;STRONG&gt;NUMBER_GET_NEXT&lt;/STRONG&gt; functionality. But I don't think you need this...........&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;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 13:05:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-generate-numeric-value-for-a-column/m-p/5550730#M1267209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T13:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: auto generate numeric value for a column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/auto-generate-numeric-value-for-a-column/m-p/5550731#M1267210</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 the FM :  NUMBER_GET_NEXT and You can select the relevant object from the table TNRO that has the numeric type(NUMC) with the relevant number of characters(size).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg: to get 8 digit number use the object : DARLSICH (make sure that what ever object u use should have a transction code assigned to it in TNRO table)..&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;SHiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 13:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/auto-generate-numeric-value-for-a-column/m-p/5550731#M1267210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T13:05:42Z</dc:date>
    </item>
  </channel>
</rss>

