<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/4025540#M962067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohnish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SHDB -This transaction allows a user to record keystrokes and other keyboard actions and this can be written to ABAP report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://abaplovers.blogspot.com/2008/02/recording-bdc-using-transaction-shdb.html" target="test_blank"&gt;http://abaplovers.blogspot.com/2008/02/recording-bdc-using-transaction-shdb.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SM35- after execution of batch input program , the session created is placed in the session queqe which can be processed using tcode SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you execute the program created using SHDB &lt;/P&gt;&lt;P&gt;it will create a session and data will be updated to database only after you process the session in SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method used to keep track of logs.call transaction method is faster than the session method but we can not see the logs.so in real time if there is large volume of data,it is  better to go for a session method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Charumathi.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2008 08:20:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-12T08:20:08Z</dc:date>
    <item>
      <title>BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/4025538#M962065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I'm new to BDC and have some queries regarding that, Pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What is diff b/w T/code "SHDB" &amp;amp; "SM35" ?&lt;/P&gt;&lt;P&gt;2. In real time scenarion which data transfer technology&lt;/P&gt;&lt;P&gt;    "Session method" or "Call transction method" is used&lt;/P&gt;&lt;P&gt;    and under what conditions.&lt;/P&gt;&lt;P&gt;3. Can we transfer data only using FM "BDC_open, insert &amp;amp; &lt;/P&gt;&lt;P&gt;    close" in SE38 without creating session?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 08:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/4025538#M962065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T08:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/4025539#M962066</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;Please try to SEARCH the forums before posting - this has been discussed lots of times before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gareth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 08:08:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/4025539#M962066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T08:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/4025540#M962067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohnish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SHDB -This transaction allows a user to record keystrokes and other keyboard actions and this can be written to ABAP report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://abaplovers.blogspot.com/2008/02/recording-bdc-using-transaction-shdb.html" target="test_blank"&gt;http://abaplovers.blogspot.com/2008/02/recording-bdc-using-transaction-shdb.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SM35- after execution of batch input program , the session created is placed in the session queqe which can be processed using tcode SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you execute the program created using SHDB &lt;/P&gt;&lt;P&gt;it will create a session and data will be updated to database only after you process the session in SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method used to keep track of logs.call transaction method is faster than the session method but we can not see the logs.so in real time if there is large volume of data,it is  better to go for a session method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Charumathi.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 08:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/4025540#M962067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T08:20:08Z</dc:date>
    </item>
  </channel>
</rss>

