<?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: process a session without  using SM35???? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-a-session-without-using-sm35/m-p/2495654#M563559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Use SUBMIT report RSBDCSUB &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'JOB_OPEN' &lt;/P&gt;&lt;P&gt;  EXPORTING &lt;/P&gt;&lt;P&gt;    JOBNAME = JOBNAME &lt;/P&gt;&lt;P&gt;  IMPORTING &lt;/P&gt;&lt;P&gt;    JOBCOUNT = JOBNUMBER.&lt;/P&gt;&lt;P&gt;SUBMIT 'RSDBCSUB' AND RETURN &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;with your BDC name as parameter&amp;gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  VIA JOB JOBNAME NUMBER JOBNUMBER&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'JOB_CLOSE' &lt;/P&gt;&lt;P&gt;  EXPORTING &lt;/P&gt;&lt;P&gt;    JOBCOUNT = JOBNUMBER&lt;/P&gt;&lt;P&gt;    JOBNAME = JOBNAME &lt;/P&gt;&lt;P&gt;    STRTIMMED  = 'X' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2007 21:13:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-13T21:13:19Z</dc:date>
    <item>
      <title>process a session without  using SM35????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-a-session-without-using-sm35/m-p/2495651#M563556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I am new to BDC and LSMW.Please answer the following questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     &amp;lt;b&amp;gt;  Q.1 I&amp;lt;/b&amp;gt;n session method, how can we process a session through BDC program &amp;lt;b&amp;gt;without using SM35 transaction&amp;lt;/b&amp;gt; ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;b&amp;gt;Q.2&amp;lt;/b&amp;gt; If we are in the process of processing a session and suddenly system crashes, how can we reprocess the same session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;b&amp;gt;Q.3&amp;lt;/b&amp;gt; In LSMW , suppose we are uploading 1000 records, if 500 are uploaded successfully and remaining 500 records were not successfully uploaded.Then how do we upload the remaining 500 error records? I mean how can we exactly  start uploading from the first error record ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;Thanks in   Advance,&lt;/P&gt;&lt;P&gt;Anky.&lt;/P&gt;&lt;P&gt;Points rewarded for sure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 07:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-a-session-without-using-sm35/m-p/2495651#M563556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T07:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: process a session without  using SM35????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-a-session-without-using-sm35/m-p/2495652#M563557</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) Use RSBDCSUB program to scedule the BDC program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You can rerun the program, it will upload the reocords, if you used the commit then delete the records which you uploaded then do the upload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)  We can create the Session in the LSMW, then run the session in Error screen mode and do the modification to the error record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 07:33:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-a-session-without-using-sm35/m-p/2495652#M563557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T07:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: process a session without  using SM35????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-a-session-without-using-sm35/m-p/2495653#M563558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudheer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                     Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSBDCSUB is to process the sessions.But with in the BDC program, how do we call this RSBDCSUB program and pass the session name...so that it can processs the given session??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the third answer, if the error records are large in number then  it will be a tideous job to do the modification for each record right?? Is there any other way to upload the error records???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 17:48:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-a-session-without-using-sm35/m-p/2495653#M563558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T17:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: process a session without  using SM35????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-a-session-without-using-sm35/m-p/2495654#M563559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Use SUBMIT report RSBDCSUB &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'JOB_OPEN' &lt;/P&gt;&lt;P&gt;  EXPORTING &lt;/P&gt;&lt;P&gt;    JOBNAME = JOBNAME &lt;/P&gt;&lt;P&gt;  IMPORTING &lt;/P&gt;&lt;P&gt;    JOBCOUNT = JOBNUMBER.&lt;/P&gt;&lt;P&gt;SUBMIT 'RSDBCSUB' AND RETURN &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;with your BDC name as parameter&amp;gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  VIA JOB JOBNAME NUMBER JOBNUMBER&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'JOB_CLOSE' &lt;/P&gt;&lt;P&gt;  EXPORTING &lt;/P&gt;&lt;P&gt;    JOBCOUNT = JOBNUMBER&lt;/P&gt;&lt;P&gt;    JOBNAME = JOBNAME &lt;/P&gt;&lt;P&gt;    STRTIMMED  = 'X' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 21:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-a-session-without-using-sm35/m-p/2495654#M563559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T21:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: process a session without  using SM35????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-a-session-without-using-sm35/m-p/2495655#M563560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for your 3rs answer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are uploading a file with large number of records having incorrect data, then, its not your headache, contact the concerned department and ask them to send the correct file with correct data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 21:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-a-session-without-using-sm35/m-p/2495655#M563560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-13T21:43:38Z</dc:date>
    </item>
  </channel>
</rss>

