<?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: Generate ID Automatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-id-automatically/m-p/8752673#M1675581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rohan,&lt;/P&gt;&lt;P&gt;Check the table events once then select .the event number 5 in that write logic in that form like this &lt;/P&gt;&lt;P&gt;call function : number_get_next mbe&lt;/P&gt;&lt;P&gt; exporting &lt;/P&gt;&lt;P&gt;number_id = l_number.&lt;/P&gt;&lt;P&gt;employe id = l_number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2012 07:07:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-04-11T07:07:35Z</dc:date>
    <item>
      <title>Generate ID Automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-id-automatically/m-p/8752667#M1675575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question , That is While entering entries into employee table for the first time,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there&amp;nbsp; any possibility that we can have Employee ID generated automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggestions Please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ThanKx.......Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 06:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-id-automatically/m-p/8752667#M1675575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-11T06:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Generate ID Automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-id-automatically/m-p/8752668#M1675576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes! why not create the &lt;A href="http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=50004015"&gt;number range object&lt;/A&gt; and use the function module NUMBER_GET_NEXT in your program to get the id.&lt;/P&gt;&lt;P&gt;This is how it is done in standard sap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 06:38:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-id-automatically/m-p/8752668#M1675576</guid>
      <dc:creator>Private_Member_49934</dc:creator>
      <dc:date>2012-04-11T06:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Generate ID Automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-id-automatically/m-p/8752669#M1675577</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;Using table events we can achieve this thing&amp;nbsp; .&lt;/P&gt;&lt;P&gt;Steps : Go to table maintenance generator &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; environment &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; modification &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; events &lt;/P&gt;&lt;P&gt;in form routine click f4 and select the appropriate form .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 06:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-id-automatically/m-p/8752669#M1675577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-11T06:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Generate ID Automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-id-automatically/m-p/8752670#M1675578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following procedure can be used in an application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but forget every application,there is no any application.but instead only one independent table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;single table with no values...entering values for the first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm imagining like this---&amp;gt;&amp;nbsp; enter all other data into the table except employee ID....when we save the entries the EMPL ID should be generated and saved automatically.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 06:47:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-id-automatically/m-p/8752670#M1675578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-11T06:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Generate ID Automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-id-automatically/m-p/8752671#M1675579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EVENT 05 + Number ranges or your own logic . Please search in SCN. This has been discussed before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 06:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-id-automatically/m-p/8752671#M1675579</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-04-11T06:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Generate ID Automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-id-automatically/m-p/8752672#M1675580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohan , &lt;/P&gt;&lt;P&gt; As mentioned by kesavadas , one way to achieve your requirement is to use a combination of Table maintenance event and number range object.&lt;/P&gt;&lt;P&gt;But please keep this point in&amp;nbsp; mind that this feature will work only when table maintenance is being used to create entry in the table , in case you want to update the table using a program then it has ti be handled in the program .&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 07:02:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-id-automatically/m-p/8752672#M1675580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-11T07:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Generate ID Automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generate-id-automatically/m-p/8752673#M1675581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rohan,&lt;/P&gt;&lt;P&gt;Check the table events once then select .the event number 5 in that write logic in that form like this &lt;/P&gt;&lt;P&gt;call function : number_get_next mbe&lt;/P&gt;&lt;P&gt; exporting &lt;/P&gt;&lt;P&gt;number_id = l_number.&lt;/P&gt;&lt;P&gt;employe id = l_number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 07:07:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generate-id-automatically/m-p/8752673#M1675581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-11T07:07:35Z</dc:date>
    </item>
  </channel>
</rss>

