<?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: Query in BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bdc/m-p/1433068#M206827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If there is some indicator(error) is some table or in the transaction itself for the data loaded, then this  can be taken into consideration to delete the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Else get the records in an internal table and then delete it from the data base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DELETE  dbtab      FROM TABLE itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Else to be done manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Close your previous posts if your queries are answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun Sambargi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jul 2006 11:38:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-19T11:38:52Z</dc:date>
    <item>
      <title>Query in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bdc/m-p/1433063#M206822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I uploaded some data in database through call transaction method. Now my client wants to delete some data which are uploaded bymistake in database. &lt;/P&gt;&lt;P&gt;How i can delete those data???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 11:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bdc/m-p/1433063#M206822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T11:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Query in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bdc/m-p/1433064#M206823</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;Just u need to write a select statement to delete the datafrom the database table in which u are uploaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check which table will get upload  when u run the BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then U fire the select statement to delete that entries..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if it is needful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 11:32:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bdc/m-p/1433064#M206823</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2006-07-19T11:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Query in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bdc/m-p/1433065#M206824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the fields which are getting updated in DB and delete the fields with respective to database tables...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 11:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bdc/m-p/1433065#M206824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T11:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Query in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bdc/m-p/1433066#M206825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends upon the transaction for which you are doing the bdc.&lt;/P&gt;&lt;P&gt;for creation of entries there will be some transaction.&lt;/P&gt;&lt;P&gt;similarly there will be a transaction for deletion of records also.&lt;/P&gt;&lt;P&gt;Do a bdc for the transaction which deletes the records and run that program.&lt;/P&gt;&lt;P&gt;In this program select the records which you think are not needed and do a call transaction or bdc session for these records alone.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 11:37:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bdc/m-p/1433066#M206825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T11:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Query in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bdc/m-p/1433067#M206826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U cannot run a BDC to delete all the entries you have uploaded by mistake!, but you can use statements like DELETE,MODIFY to delete wrong entries or modify wrong entries with the right values. Be very careful while doing so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 11:38:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bdc/m-p/1433067#M206826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T11:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Query in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bdc/m-p/1433068#M206827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If there is some indicator(error) is some table or in the transaction itself for the data loaded, then this  can be taken into consideration to delete the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Else get the records in an internal table and then delete it from the data base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DELETE  dbtab      FROM TABLE itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Else to be done manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Close your previous posts if your queries are answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun Sambargi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 11:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-bdc/m-p/1433068#M206827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T11:38:52Z</dc:date>
    </item>
  </channel>
</rss>

