<?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: Batch input session in background BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-in-background-bdc/m-p/5454088#M1250010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to find all records in SM35 tcode. or &lt;STRONG&gt;APQI&lt;/STRONG&gt;  table for Sessions , all SM35 sessions stored in this table based on program and session name..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2009 09:42:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-23T09:42:50Z</dc:date>
    <item>
      <title>Batch input session in background BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-in-background-bdc/m-p/5454084#M1250006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify me about below BDC point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call to the transaction should be in background through batch input session. does It mean that we have to use session method and call this in back ground through &lt;STRONG&gt;RSBDCSUB&lt;/STRONG&gt;, is this approach is correct or some thing else i  nend to do.Please tell me briefley.&lt;/P&gt;&lt;P&gt;I want to track all the errors, how to track the errrors with out using call tranaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could any one help me on this issue please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Raadha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 09:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-in-background-bdc/m-p/5454084#M1250006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T09:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input session in background BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-in-background-bdc/m-p/5454085#M1250007</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;Run the BDC Recording.&lt;/P&gt;&lt;P&gt;Fill the internal table of type structure BDCDATA with the series of methods.&lt;/P&gt;&lt;P&gt;Use the function modules &lt;/P&gt;&lt;P&gt;BDC_OPEN_GROUP&lt;/P&gt;&lt;P&gt;BDC_INSERT&lt;/P&gt;&lt;P&gt;BDC_CLOSE_GROUP.&lt;/P&gt;&lt;P&gt;this creates a session which you can see in TCODE SM35.&lt;/P&gt;&lt;P&gt;Run the session.&lt;/P&gt;&lt;P&gt;Any errors will be seen in error log in the same transaction.&lt;/P&gt;&lt;P&gt;and yes, we can run these back ground sessions using RSBDCSUB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 09:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-in-background-bdc/m-p/5454085#M1250007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T09:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input session in background BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-in-background-bdc/m-p/5454086#M1250008</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;In BDC there are two methods as you know..&lt;/P&gt;&lt;P&gt;Batch input method/Classical method&lt;/P&gt;&lt;P&gt;Call transaction method..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Batch input, after filling the bdcdata table and creating a session using BDC_INSERT, You need to process the session in SM35(process in foreground or background) or use the program RSBDCSUB to process the same..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please not you need to process the session in background, Yo need the authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for call transaction method, you can directly specify the mode as N.. in the CALL TRANSACTION statement..&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, 23 Mar 2009 09:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-in-background-bdc/m-p/5454086#M1250008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T09:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input session in background BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-in-background-bdc/m-p/5454087#M1250009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thanks for reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i know differences between call transaction and session .......&lt;/P&gt;&lt;P&gt;i have to capture errors in session method, that is scheduled in background through RSBDCSUB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 09:33:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-in-background-bdc/m-p/5454087#M1250009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T09:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input session in background BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-in-background-bdc/m-p/5454088#M1250010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to find all records in SM35 tcode. or &lt;STRONG&gt;APQI&lt;/STRONG&gt;  table for Sessions , all SM35 sessions stored in this table based on program and session name..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 09:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-in-background-bdc/m-p/5454088#M1250010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T09:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input session in background BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-in-background-bdc/m-p/5454089#M1250011</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;&lt;/P&gt;&lt;P&gt;as per your approach is correct in BDC session method ,in session method generally you want run the bdc in backgroung using in RSBDCSUB is used for scheduling .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in program after writing bdc_close_group ,just use submit statement and schedule the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and generally in session method  execute the program and going to the sm35 selcting particular session name manually processing that session,when schedule rsbdcsub it is directly going to the background screen ,then give the session name and run the program.&lt;/P&gt;&lt;P&gt;&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;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 10:02:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-in-background-bdc/m-p/5454089#M1250011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T10:02:50Z</dc:date>
    </item>
  </channel>
</rss>

