<?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: Abap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1957099#M393832</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.what is thr diff between session and calltraction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;session is slower call is faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In session an error log is generated in SM35 where in we can see the errors if any and correct the same but in call we need to handle the errors explicitly by declaring an internal table of structure BDCMSGCOLL and then to display call a function module FORMAT_MESSAGE  and loop at MESSTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We go for session only if we have to upload a large amount of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We go for Call only if we have to upload a less amount of datas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one more method called Direct Input besides Call and Session.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;Besides the above said methods ,to upload the data there is one more method called LSMW which doesn't need any coding but to follow 17 steps by navigating from one screen to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.10 pages output is there i want avoid first 2 pages h to give the spoolrequest &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, no idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Feb 2007 07:05:11 GMT</pubDate>
    <dc:creator>kiran_k8</dc:creator>
    <dc:date>2007-02-21T07:05:11Z</dc:date>
    <item>
      <title>Abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1957096#M393829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.what is thr diff between session and calltraction?&lt;/P&gt;&lt;P&gt;2.10 pages output is there i want avoid first 2 pages h to give the spoolrequest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 06:54:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1957096#M393829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T06:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1957097#M393830</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;&amp;lt;u&amp;gt;Session method.&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;1) synchronous processing. &lt;/P&gt;&lt;P&gt;2) can tranfer large amount of data. &lt;/P&gt;&lt;P&gt;3) processing is slower. &lt;/P&gt;&lt;P&gt;4) error log is created &lt;/P&gt;&lt;P&gt;5) data is not updated until session is processed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Call transaction.&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;1) asynchronous processing &lt;/P&gt;&lt;P&gt;2) can transfer small amount of data &lt;/P&gt;&lt;P&gt;3) processing is faster. &lt;/P&gt;&lt;P&gt;4) errors need to be handled explicitly &lt;/P&gt;&lt;P&gt;5) data is updated automatically &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method is to populate the data by filling BDC structure &lt;/P&gt;&lt;P&gt;and keep as session to process from SM37 to post in appropriate Transaction.&lt;/P&gt;&lt;P&gt;Call transaction method is to post the data directly into the Transaction from an Executable program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method SAP defined Function modules.&lt;/P&gt;&lt;P&gt;U can see more help on the differences in the SAP help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 06:57:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1957097#M393830</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2007-02-21T06:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1957098#M393831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;session method&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.data is not updated in the database table until the session is processed.&lt;/P&gt;&lt;P&gt;2.no sy-subrc is returned.&lt;/P&gt;&lt;P&gt;3.Error log is created for error records.&lt;/P&gt;&lt;P&gt;4.Updation in database table is always synchronous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Call transaction method.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Immediate updation in the database table.&lt;/P&gt;&lt;P&gt;2.sy-subrc is returned.&lt;/P&gt;&lt;P&gt;3.Error need to be handled explicitly.&lt;/P&gt;&lt;P&gt;4.updataion in database table can be synchronous or asynchronous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Try it with t/c SPAD, which is the spool admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 07:05:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1957098#M393831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T07:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1957099#M393832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.what is thr diff between session and calltraction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;session is slower call is faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In session an error log is generated in SM35 where in we can see the errors if any and correct the same but in call we need to handle the errors explicitly by declaring an internal table of structure BDCMSGCOLL and then to display call a function module FORMAT_MESSAGE  and loop at MESSTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We go for session only if we have to upload a large amount of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We go for Call only if we have to upload a less amount of datas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one more method called Direct Input besides Call and Session.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;Besides the above said methods ,to upload the data there is one more method called LSMW which doesn't need any coding but to follow 17 steps by navigating from one screen to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.10 pages output is there i want avoid first 2 pages h to give the spoolrequest &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, no idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 07:05:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1957099#M393832</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-02-21T07:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1957100#M393833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/question-about-bdc-program.htm" target="test_blank"&gt;http://www.sap-img.com/abap/question-about-bdc-program.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/" target="test_blank"&gt;http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/bdc_main_page.htm" target="test_blank"&gt;http://www.planetsap.com/bdc_main_page.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2491514"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. mark ifuseful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 07:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1957100#M393833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T07:05:48Z</dc:date>
    </item>
  </channel>
</rss>

