<?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 SESSION METHOD ( BDC ) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-bdc/m-p/2401433#M535025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)When we will go for SESSION METHOD in BDC ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)How to schedule SESSION METHOD   in Background ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)How to down load errors from Log file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)What happens when an error is encountered while updating in Background as well as in foreground ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for early reply with points..................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 14:15:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T14:15:34Z</dc:date>
    <item>
      <title>SESSION METHOD ( BDC )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-bdc/m-p/2401433#M535025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)When we will go for SESSION METHOD in BDC ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)How to schedule SESSION METHOD   in Background ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)How to down load errors from Log file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)What happens when an error is encountered while updating in Background as well as in foreground ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for early reply with points..................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 14:15:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-bdc/m-p/2401433#M535025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T14:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: SESSION METHOD ( BDC )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-bdc/m-p/2401434#M535026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)When we will go for SESSION METHOD in BDC ?&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Huge data and no run time validation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)How to schedule SESSION METHOD in Background ? &lt;/P&gt;&lt;P&gt;  use this program - RSBDCSUB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)How to down load errors from Log file ?&lt;/P&gt;&lt;P&gt;   use program - RSBDCLOG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)What happens when an error is encountered while updating in Background as well as in foreground ?&lt;/P&gt;&lt;P&gt; you will reprocess the session if  configuration issue at transaction wise ,if techinical problem i mean program then reupload the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 14:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-bdc/m-p/2401434#M535026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T14:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: SESSION METHOD ( BDC )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-bdc/m-p/2401435#M535027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. If you are having huge amount of data, if you are uploading the data for multiple applications and if the logfile is necessary...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. U can use RSBDCSUB &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a way but it is a bit complicated you will have to do it in debugging the SM35 screen. I hope that I am clear enough below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I do to get the Log of the SM35 session is take it from the internal table storing the log&lt;/P&gt;&lt;P&gt;in debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)First goto SM35 &lt;/P&gt;&lt;P&gt;2)Select the log&lt;/P&gt;&lt;P&gt;3)Click on Log&lt;/P&gt;&lt;P&gt;4)Click on the Session&lt;/P&gt;&lt;P&gt;5)Go into debugging mode /h&lt;/P&gt;&lt;P&gt;6)Click on Display&lt;/P&gt;&lt;P&gt;7)Create a Breakpoint on Subroutine 'extend_message_texts'&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; You will find a internal table bdclm, let the subroutine process completely&lt;/P&gt;&lt;P&gt;9)then save the internal table as excel sheet by clicking on the button next to the find button at the top which comes when you see the contents of bdclm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus the errors are saved in a file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. If there are any error records in session, all those error records will get poulated in log .and after the session is completed , u can see error records which can be corrected and reprocessed again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 14:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-bdc/m-p/2401435#M535027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T14:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: SESSION METHOD ( BDC )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-bdc/m-p/2401436#M535028</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;1) When we will go for SESSION METHOD in BDC ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   large amont of data and background processing&lt;/P&gt;&lt;P&gt;   handling multiple applications for validations at a time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) How to schedule SESSION METHOD in Background ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   for scheduling we use predefined executable programs &lt;/P&gt;&lt;P&gt;   RSBDCSUB and RSBDCBTC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write these two statement after BDC_CLOSE_GROUOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SUBMIT RSBDCSUB via SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt; SUBMIT RSBDCBTC EQ QID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) How to down load errors from Log file ?&lt;/P&gt;&lt;P&gt;  execute RSBDCLOG for download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) What happens when an error is encountered while updating in Background as well as in foreground ?&lt;/P&gt;&lt;P&gt;if any error records encountered while processing in Background/Foreground , the error records are handled by log file.&lt;/P&gt;&lt;P&gt;we can corect the error records which are exisisting in logfile and process the session for this entaire process work with SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashokreddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 15:02:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-bdc/m-p/2401436#M535028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T15:02:34Z</dc:date>
    </item>
  </channel>
</rss>

