<?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: diffrence between call screen and set screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149763#M117181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the BDC_OPEN_GROUP function module to create a new session. Once you have created a session, then you can insert batch input data into it with BDC_INSERT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot re-open a session that already exists and has been closed. If you call BDC_OPEN_GROUP with the name of an existing session, then an additional session with the same name is created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A batch input program may have only one session open at a time. Before opening a session, make sure that any sessions that the program closes any sessions that it previously had opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check on to this link for further details:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/fa/097126543b11d1898e0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/fa/097126543b11d1898e0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagarajan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jan 2006 04:48:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-27T04:48:25Z</dc:date>
    <item>
      <title>diffrence between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149756#M117174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi this prashanth.&lt;/P&gt;&lt;P&gt;i want to know some good answers(if possible with examples) from following qns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. diffrence between call screen and set screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. in BDC program what to do if i want to execute the session after 3 days?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. if we use Buffering on database which sql statements we cannot use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 17:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149756#M117174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T17:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149757#M117175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasantha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Screen --&amp;gt; Sets the next screen.&lt;/P&gt;&lt;P&gt;        example : set screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call screen -- call the screen from main program . you can set dimensions.&lt;/P&gt;&lt;P&gt;     example : &lt;/P&gt;&lt;P&gt;  CALL SCREEN 3000 STARTING AT 25  6&lt;/P&gt;&lt;P&gt;                   ENDING   AT 60 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC program --Schedule the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Lanka Murthy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 17:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149757#M117175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-26T17:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149758#M117176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;nobody answred clearly for my questions.&lt;/P&gt;&lt;P&gt;any one is there for answering?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2006 03:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149758#M117176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-27T03:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149759#M117177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET SCREEN and LEAVE SCREEN &amp;lt;b&amp;gt;reduces the stack level&amp;lt;/b&amp;gt;, if you have a lot of screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereas CALL SCREEN increases the stack level, and if the stack is huge, you may get an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use buffering when your data doesn't change frequently. There are &amp;lt;b&amp;gt;SQL statements&amp;lt;/b&amp;gt; which bypass your buffering and can be issued safely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Select distinct &lt;/P&gt;&lt;P&gt;2.Select &amp;#133; for update &lt;/P&gt;&lt;P&gt;3.Order by, group by, having clause &lt;/P&gt;&lt;P&gt;4.Joins &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the &amp;lt;b&amp;gt;Bypass buffer addition&amp;lt;/b&amp;gt; to the select clause in order to explicitly bypass the buffer while selecting the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ps: Reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2006 03:11:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149759#M117177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-27T03:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149760#M117178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. If u &amp;lt;b&amp;gt;Call screen 200&amp;lt;/b&amp;gt; from screen 100 it will take u to screen 200 without killing 100.&lt;/P&gt;&lt;P&gt;   with &amp;lt;b&amp;gt;set screen 200&amp;lt;/b&amp;gt; from screen 100 it will kill 100(u cant come back) it will go to 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.A SELECT statement on a table for which SAP buffering has been declared in the ABAP Dictionary usually reads data from the SAP buffer without accessing the database. This does not apply when you use: &lt;/P&gt;&lt;P&gt;- JOIN in the FROM clause or subqueries in the WHERE clause, for example, &lt;/P&gt;&lt;P&gt;- SELECT SINGLE FOR UPDATE or &lt;/P&gt;&lt;P&gt;- SELECT DISTINCT in the SELECT clause , &lt;/P&gt;&lt;P&gt;- BYPASSING BUFFER in the FROM clause, &lt;/P&gt;&lt;P&gt;- ORDER BY f1 ... fn in the ORDER BY clause, &lt;/P&gt;&lt;P&gt;- Aggregate functions in the SELECT clause, &lt;/P&gt;&lt;P&gt;- When you use IS [NOT] NULL in the WHERE condition, &lt;/P&gt;&lt;P&gt;or when the table has generic buffering and the appropriate section of the key is not specified in the WHERE condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: chandrasekhar jagarlamudi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2006 03:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149760#M117178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-27T03:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149761#M117179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. with call screen , we can return back to the calling screen by pressing back.&lt;/P&gt;&lt;P&gt;but with set screen , we can return back only if we write leave screen explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;RSBDCSUB and RSBDCBTC programs will schedule in background&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;there are some sql statements that automatically does not use buffering.&lt;/P&gt;&lt;P&gt;ex select single, select distinct etc. u can see in help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is nothing like " we cannot use this sql statement".&lt;/P&gt;&lt;P&gt;we can use all. but some automatically bypass buffering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we want to explicitly bypass buffering, we can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select................bypass buffering.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2006 04:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149761#M117179</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-01-27T04:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149762#M117180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, hyma &lt;/P&gt;&lt;P&gt;i have got answers for 1st and 3rd questions as exactly i want.Thanks for it. &lt;/P&gt;&lt;P&gt;But for BDC question i've not got ur point. can we use this HOLDDATE parameter of BDC_OPEN_GROUP to set the date what we want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2006 04:35:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149762#M117180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-27T04:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149763#M117181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the BDC_OPEN_GROUP function module to create a new session. Once you have created a session, then you can insert batch input data into it with BDC_INSERT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot re-open a session that already exists and has been closed. If you call BDC_OPEN_GROUP with the name of an existing session, then an additional session with the same name is created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A batch input program may have only one session open at a time. Before opening a session, make sure that any sessions that the program closes any sessions that it previously had opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check on to this link for further details:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/fa/097126543b11d1898e0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/fa/097126543b11d1898e0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagarajan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2006 04:48:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149763#M117181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-27T04:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between call screen and set screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149764#M117182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi prasanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can use the hold date for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u use rsbdcbtc or rsbdcsub, u can set the session in background and schedule the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2006 10:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-call-screen-and-set-screen/m-p/1149764#M117182</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-01-27T10:31:38Z</dc:date>
    </item>
  </channel>
</rss>

