<?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: INSERT at dbtab values wa in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-at-dbtab-values-wa/m-p/8763804#M1676681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no way you can add a record at a particular index in DB.&lt;/P&gt;&lt;P&gt;The data can be sorted according to the key though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2012 10:50:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-11T10:50:30Z</dc:date>
    <item>
      <title>INSERT at dbtab values wa</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-at-dbtab-values-wa/m-p/8763803#M1676680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to insert a record into db table using a wa, at a specific index of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am adding a record to a db table. However the system adds it at the last. I want to add this record at third position from the start.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 10:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-at-dbtab-values-wa/m-p/8763803#M1676680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-11T10:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT at dbtab values wa</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-at-dbtab-values-wa/m-p/8763804#M1676681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no way you can add a record at a particular index in DB.&lt;/P&gt;&lt;P&gt;The data can be sorted according to the key though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 10:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-at-dbtab-values-wa/m-p/8763804#M1676681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-11T10:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT at dbtab values wa</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-at-dbtab-values-wa/m-p/8763805#M1676682</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;Check F1 hel og INSERT or select key fields first from table using index and then update that record using UPDATE or MODIFY statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prashant&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 10:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-at-dbtab-values-wa/m-p/8763805#M1676682</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2012-05-11T10:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT at dbtab values wa</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-at-dbtab-values-wa/m-p/8763806#M1676683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kirti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To extend what Shambu has already mentioned - in a Relational DBMS there is no pre-defined sort order &amp;amp; consequently no first &amp;amp; last records!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sorting can be done programmatically using ORDER BY(at DB level) or SORT command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 10:57:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-at-dbtab-values-wa/m-p/8763806#M1676683</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2012-05-11T10:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT at dbtab values wa</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-at-dbtab-values-wa/m-p/8763807#M1676684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kirti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1. Read all the entries from DB Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 2. Store the value in Internal Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 3. Update the Internal Table by inserting ur value in wa table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 4. Insert all the values into the DB table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i think it will lead to performance issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.,&lt;/P&gt;&lt;P&gt; Dhivya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 12:05:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-at-dbtab-values-wa/m-p/8763807#M1676684</guid>
      <dc:creator>Dhivya</dc:creator>
      <dc:date>2012-05-11T12:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT at dbtab values wa</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-at-dbtab-values-wa/m-p/8763808#M1676685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for prompt replies. However, I do agree with Shambhu. I couldn't find any way to insert at a specific index in DB table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prashant I tried F1 help however, not much use for my case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suhas, thanks but the orderby also wud not work here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dhivya, I cannot do so as I have to add a record in idoc table which wud lead to huge performance issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 13:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-at-dbtab-values-wa/m-p/8763808#M1676685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-11T13:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: INSERT at dbtab values wa</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-at-dbtab-values-wa/m-p/8763809#M1676686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is room for misunderstanding here. If you would tell us more about your actual requirement, the involved DB table (EDID4?) and give a detailed example with data, then there might be a chance to help, e.g. by suggesting alternative ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 13:49:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-at-dbtab-values-wa/m-p/8763809#M1676686</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-05-11T13:49:44Z</dc:date>
    </item>
  </channel>
</rss>

