<?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 doubt in BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc/m-p/1298199#M157510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a doubt in BDC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They used a standard SAP program (RSBDCBTC_SUB and RFBIBL00) for upload the data for the transaction FBB1. they don&amp;#146;t want the particular record .&lt;/P&gt;&lt;P&gt;They used a session method for upload the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know only the session name. how I can delete the particular record.&lt;/P&gt;&lt;P&gt;Once processed the session.&lt;/P&gt;&lt;P&gt;Is it possible to delete the delete the record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me regard this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 May 2006 14:08:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-08T14:08:11Z</dc:date>
    <item>
      <title>doubt in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc/m-p/1298199#M157510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a doubt in BDC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They used a standard SAP program (RSBDCBTC_SUB and RFBIBL00) for upload the data for the transaction FBB1. they don&amp;#146;t want the particular record .&lt;/P&gt;&lt;P&gt;They used a session method for upload the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know only the session name. how I can delete the particular record.&lt;/P&gt;&lt;P&gt;Once processed the session.&lt;/P&gt;&lt;P&gt;Is it possible to delete the delete the record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me regard this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 14:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc/m-p/1298199#M157510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-08T14:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc/m-p/1298200#M157511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must be having a key fields value for that 'Particular Record'. I think you can modify the BDC to pass the flag for the record you want to delete. You can trace the record back from the BDC Log. However a log file must be created after BDC which will have the records which needs to be deleted. Another approach would be having a field in the internal table which passes data to BDC. This field would be marked 'X' if you wish to delete this record. So when you loop through internal table just skip those flagged records. But i think this second approach would be helpful only in CALL TRANSACTION method only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jignesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 14:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc/m-p/1298200#M157511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-08T14:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc/m-p/1298201#M157512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i know the record name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't knowe the report name.&lt;/P&gt;&lt;P&gt;where i can delete the record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 14:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc/m-p/1298201#M157512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-08T14:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc/m-p/1298202#M157513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Priya,&lt;/P&gt;&lt;P&gt;here i can suggest u one thing&lt;/P&gt;&lt;P&gt;if u want to know the program r report related to that session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just go to sm35&lt;/P&gt;&lt;P&gt;select the session then go with analysis &lt;/P&gt;&lt;P&gt;then in the screen u will get the screens used in that particular program&lt;/P&gt;&lt;P&gt;when u double click on those screens control leads to that respected screen&lt;/P&gt;&lt;P&gt;in that if u go with system - &amp;gt; status u will get all the details of the program &lt;/P&gt;&lt;P&gt;when u double click on the program control leads into that program&lt;/P&gt;&lt;P&gt;then there u can find all the details related to tables and everything&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think it helps for u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 14:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc/m-p/1298202#M157513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-08T14:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc/m-p/1298203#M157514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi naveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my idea is to delete that row which contains account 1212414  from the source file.&lt;/P&gt;&lt;P&gt;i doubt know the source file.&lt;/P&gt;&lt;P&gt;Where I can delete this record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 14:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc/m-p/1298203#M157514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-08T14:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc/m-p/1298204#M157515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Priya,&lt;/P&gt;&lt;P&gt;from where do u want to delete the record?&lt;/P&gt;&lt;P&gt;weahter it is from database or from your source file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 15:25:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc/m-p/1298204#M157515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-08T15:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc/m-p/1298205#M157516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not possible to delete a source file.&lt;/P&gt;&lt;P&gt;i have to write some logic in report.&lt;/P&gt;&lt;P&gt;how i can search the report name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tell me good idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 15:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc/m-p/1298205#M157516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-08T15:26:48Z</dc:date>
    </item>
  </channel>
</rss>

