<?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: bdc failure record in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-failure-record/m-p/2399028#M534258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I am using the session method , what i exactly need is after my program excutes the bdc the report should show the records which sucessfully updated and records which is failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2007 09:52:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-18T09:52:32Z</dc:date>
    <item>
      <title>bdc failure record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-failure-record/m-p/2399024#M534254</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;  i want to show the failure records in my BDC program,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could any one give me a solution for this with out going to sm35 tcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 09:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-failure-record/m-p/2399024#M534254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T09:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: bdc failure record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-failure-record/m-p/2399025#M534255</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;You can populate an internal table with all failed records, and display them at the last.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, in order to process these records, correct the error and make it through into SAP, you need to a create a session with all these records, so that, they are processed in foreground, and errors corrected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 09:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-failure-record/m-p/2399025#M534255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T09:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: bdc failure record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-failure-record/m-p/2399026#M534256</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;Call Transaction returns Sy-Subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can create a new itab of the same structure of input str ...&lt;/P&gt;&lt;P&gt;append the work area to this ITAB when call transaction fails....u can either use write statement to display the records or use GUI_DOWNLOAD..FM to download into a file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 09:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-failure-record/m-p/2399026#M534256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T09:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: bdc failure record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-failure-record/m-p/2399027#M534257</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;You can create a table which can store the details and also the status of the same with time and date and generate a table maintenance for the same and assign a tr code for the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each data update the status of the upload whether the record has been created &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 09:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-failure-record/m-p/2399027#M534257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T09:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: bdc failure record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-failure-record/m-p/2399028#M534258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I am using the session method , what i exactly need is after my program excutes the bdc the report should show the records which sucessfully updated and records which is failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 09:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-failure-record/m-p/2399028#M534258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T09:52:32Z</dc:date>
    </item>
  </channel>
</rss>

