<?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 (Background processing in call transaction ) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-background-processing-in-call-transaction/m-p/1904877#M377314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. you can create job for this progrm and run it in bkground.&lt;/P&gt;&lt;P&gt;2. In SM35 , you can check the log and see the records uploaded.&lt;/P&gt;&lt;P&gt;Remaining records , you can save it in a separate file and upload this new file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Feb 2007 08:40:52 GMT</pubDate>
    <dc:creator>Bema</dc:creator>
    <dc:date>2007-02-16T08:40:52Z</dc:date>
    <item>
      <title>BDC (Background processing in call transaction )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-background-processing-in-call-transaction/m-p/1904876#M377313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frnds how to go for background processing in " call transaction method"&lt;/P&gt;&lt;P&gt;We know that " NO display" mode is there but any other method is there in real time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;&amp;gt; in session method while data is getting uploaded suddenly server stops then how to upload the data from the last record where the server stopped.&lt;/P&gt;&lt;P&gt;plz help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 07:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-background-processing-in-call-transaction/m-p/1904876#M377313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T07:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: BDC (Background processing in call transaction )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-background-processing-in-call-transaction/m-p/1904877#M377314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. you can create job for this progrm and run it in bkground.&lt;/P&gt;&lt;P&gt;2. In SM35 , you can check the log and see the records uploaded.&lt;/P&gt;&lt;P&gt;Remaining records , you can save it in a separate file and upload this new file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 08:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-background-processing-in-call-transaction/m-p/1904877#M377314</guid>
      <dc:creator>Bema</dc:creator>
      <dc:date>2007-02-16T08:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: BDC (Background processing in call transaction )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-background-processing-in-call-transaction/m-p/1904878#M377315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have to use No Display mode in call transaction...there is no other go for this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other way is to create a session method and using SM35 u have to execute the session...now say after u have execute the session and it is running and suddenly the server stops, the session gets failed...when server is up u can go into the failed session and check the errors and u can repost them from the same session.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 08:46:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-background-processing-in-call-transaction/m-p/1904878#M377315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T08:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: BDC (Background processing in call transaction )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-background-processing-in-call-transaction/m-p/1904879#M377316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;u have to use No Display mode in call transaction...there is no other go for this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise opt for session method and using SUBMIT rstbdcsub. process in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When server stops mean while the processing of the session, u can get the processed records info by the log and you can process the failed / un processed records now by foreground in sm35 or u can process the entire file again or u can create the file with only failed records and process .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 09:06:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-background-processing-in-call-transaction/m-p/1904879#M377316</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-02-16T09:06:11Z</dc:date>
    </item>
  </channel>
</rss>

