<?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  SESSION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356692#M520783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;need not to execute the  program  again  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just  run the same session in foreground/error mode  and  supply the correct  data  so that   the date will be updateed  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your error data  is  too many then  .... see the error log in the sm35  .... take the  success  records and eliminate it from the  FILE .... AND  NOW run the  program again   before that correct the values/data  in the file  to be correct    .... but  lock the previous   session  not to run by others ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now  execute the session with new name  and process it  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 05:07:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-13T05:07:10Z</dc:date>
    <item>
      <title>BDC  SESSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356689#M520780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HAI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         I BDC SESSION METHOD AFTER  SUBMITTING SESSION IT GIVES SOME RECORD AS ERROR .  NOW I WANT TO SELECT THAT ERROR RECORD DATA  FORM LOG OR FLAT FILE IN ONE MORE FILE OR INTERNAL TABLE TO RUN BDC PROGRAM ONCE AGAIN. HOW ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANK YOU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASHOK KUMAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 04:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356689#M520780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T04:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: BDC  SESSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356690#M520781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SM35 tcode&lt;/P&gt;&lt;P&gt;and you can process that Error record session again from there itself in foreground or in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 04:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356690#M520781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T04:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: BDC  SESSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356691#M520782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;In Sm35 only u can reprocess that session,check error log for that&lt;/P&gt;&lt;P&gt;We have the tables BDCLD and BDCLM, which will capture the log details &lt;/P&gt;&lt;P&gt;inthe session. Firstly, sesssion should be processed. After that log &lt;/P&gt;&lt;P&gt;will be created. Then caputure the information into an internal table&lt;/P&gt;&lt;P&gt; using BDCLM and BDCLD. &lt;/P&gt;&lt;P&gt;for downloading log data then use Program : RSBDCLOG &lt;/P&gt;&lt;P&gt;and reprocess the session.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 05:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356691#M520782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T05:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: BDC  SESSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356692#M520783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;need not to execute the  program  again  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just  run the same session in foreground/error mode  and  supply the correct  data  so that   the date will be updateed  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your error data  is  too many then  .... see the error log in the sm35  .... take the  success  records and eliminate it from the  FILE .... AND  NOW run the  program again   before that correct the values/data  in the file  to be correct    .... but  lock the previous   session  not to run by others ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now  execute the session with new name  and process it  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 05:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356692#M520783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T05:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: BDC  SESSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356693#M520784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can get the error record from the sm35tcode,and then you can start running the bdc program again .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 05:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356693#M520784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T05:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: BDC  SESSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356694#M520785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HAI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN SAP I DID NOT FIND PROGRAM RSBDCLOG. PLEASE CHECK IT ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF YOU HAVE CODE TO DOWN LOAD LOG INTO FILE OR INTERNAL TABLE PLEASE SEND IT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANK YOU &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASHOK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 05:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356694#M520785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T05:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: BDC  SESSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356695#M520786</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;Once u run BDC session method all the errors will store in the LOG file, so go to SE 35 then select the that log file then click on Process button. it will show all the errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please reward me a  points if it use full answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 05:42:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356695#M520786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T05:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: BDC  SESSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356696#M520787</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;BDCUSEOP table, this table is related sm35 log file. u declare into ur program and move all fields into BDCLD structure. first u declare this structure into an internal table. then loop that internal table. then u display that u will get all values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward a points if it use full answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 06:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2356696#M520787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T06:13:20Z</dc:date>
    </item>
  </channel>
</rss>

