<?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 how into insert databse table  with client number and autoincremental value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-into-insert-databse-table-with-client-number-and-autoincremental-value/m-p/2455183#M550482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am new to sap, can you explain how to insert data into db table and should insrt clientid and autoincremental value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Jul 2007 12:37:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-01T12:37:01Z</dc:date>
    <item>
      <title>how into insert databse table  with client number and autoincremental value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-into-insert-databse-table-with-client-number-and-autoincremental-value/m-p/2455183#M550482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am new to sap, can you explain how to insert data into db table and should insrt clientid and autoincremental value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 12:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-into-insert-databse-table-with-client-number-and-autoincremental-value/m-p/2455183#M550482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T12:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: how into insert databse table  with client number and autoincremental value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-into-insert-databse-table-with-client-number-and-autoincremental-value/m-p/2455184#M550483</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 MANDT field to enter client specified data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 12:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-into-insert-databse-table-with-client-number-and-autoincremental-value/m-p/2455184#M550483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T12:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: how into insert databse table  with client number and autoincremental value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-into-insert-databse-table-with-client-number-and-autoincremental-value/m-p/2455185#M550484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear santhosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then how we inter incremental value in table  like sql server identity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 12:48:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-into-insert-databse-table-with-client-number-and-autoincremental-value/m-p/2455185#M550484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T12:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: how into insert databse table  with client number and autoincremental value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-into-insert-databse-table-with-client-number-and-autoincremental-value/m-p/2455186#M550485</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;1. mandt = sy-mandt. (will give the current client).&lt;/P&gt;&lt;P&gt;2. count = count +1. (you would need to get the latest count from db) or you could use number range object so that it would handle the number calculation. It would add to previous number. Create Number Range Object in transction SNRO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srilatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 12:49:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-into-insert-databse-table-with-client-number-and-autoincremental-value/m-p/2455186#M550485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T12:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: how into insert databse table  with client number and autoincremental value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-into-insert-databse-table-with-client-number-and-autoincremental-value/m-p/2455187#M550486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you srelatha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but how i count the letest number in db table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 13:01:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-into-insert-databse-table-with-client-number-and-autoincremental-value/m-p/2455187#M550486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T13:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: how into insert databse table  with client number and autoincremental value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-into-insert-databse-table-with-client-number-and-autoincremental-value/m-p/2455188#M550487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 13:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-into-insert-databse-table-with-client-number-and-autoincremental-value/m-p/2455188#M550487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T13:26:20Z</dc:date>
    </item>
  </channel>
</rss>

