<?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: Create table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-table/m-p/1626673#M279974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;step 1.&lt;/P&gt;&lt;P&gt;If you have created a table maintenance, you will have &lt;/P&gt;&lt;P&gt;program name for table maintenance. &lt;/P&gt;&lt;P&gt;Naming convention is SAPLXXXXX where XXXX is table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2.&lt;/P&gt;&lt;P&gt;Go to PAI of details screen.&lt;/P&gt;&lt;P&gt;In PAI read the last entry created for the auto increment &lt;/P&gt;&lt;P&gt;field and increment the same in the way you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 3.&lt;/P&gt;&lt;P&gt;Assign the incremented value to table field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you job is done ...every time you create a entry the auto entry field increment by itself and will get saved in database...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if this solves your problem...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Sep 2006 12:58:44 GMT</pubDate>
    <dc:creator>messier31</dc:creator>
    <dc:date>2006-09-15T12:58:44Z</dc:date>
    <item>
      <title>Create table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-table/m-p/1626670#M279971</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;I want to create a table, but one of the fields i want to put in the table, i want him to be of automatic numeration, what i want is for each record that is added the field is filled with the year and a sequencial number, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;200601 xxxxx xxxxx&lt;/P&gt;&lt;P&gt;200602 xxxxx xxxxx&lt;/P&gt;&lt;P&gt;200603 xxxxx xxxxx&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;200701 xxxxx xxxxx&lt;/P&gt;&lt;P&gt;200702 xxxxx xxxxx&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone know if this is possible and how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 09:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-table/m-p/1626670#M279971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T09:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-table/m-p/1626671#M279972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    use SNRO transaction to create number range object &lt;/P&gt;&lt;P&gt;    and use Fm Number_Get_next.&lt;/P&gt;&lt;P&gt;      &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;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 09:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-table/m-p/1626671#M279972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T09:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-table/m-p/1626672#M279973</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;&lt;/P&gt;&lt;P&gt;go to snr0 and move x to checkbox TNRO-YEARIND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 10:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-table/m-p/1626672#M279973</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-09-15T10:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-table/m-p/1626673#M279974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;step 1.&lt;/P&gt;&lt;P&gt;If you have created a table maintenance, you will have &lt;/P&gt;&lt;P&gt;program name for table maintenance. &lt;/P&gt;&lt;P&gt;Naming convention is SAPLXXXXX where XXXX is table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2.&lt;/P&gt;&lt;P&gt;Go to PAI of details screen.&lt;/P&gt;&lt;P&gt;In PAI read the last entry created for the auto increment &lt;/P&gt;&lt;P&gt;field and increment the same in the way you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 3.&lt;/P&gt;&lt;P&gt;Assign the incremented value to table field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you job is done ...every time you create a entry the auto entry field increment by itself and will get saved in database...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if this solves your problem...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 12:58:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-table/m-p/1626673#M279974</guid>
      <dc:creator>messier31</dc:creator>
      <dc:date>2006-09-15T12:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-table/m-p/1626674#M279975</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 the same situation.&lt;/P&gt;&lt;P&gt;I create a table with maintenance program, and want a field with sequencial number that is auto generated when a user add a new record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need an example with how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sidney&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 12:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-table/m-p/1626674#M279975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T12:34:46Z</dc:date>
    </item>
  </channel>
</rss>

