<?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: Few Queries (Basic-Level) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/few-queries-basic-level/m-p/871547#M49930</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;This is for your first query.&lt;/P&gt;&lt;P&gt;Try this (I think sy-ucomm for cancel is CANC.just check).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE LIST-PROCESSING .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;J.Jayanthi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jayanthi Jayaraman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Apr 2005 09:41:35 GMT</pubDate>
    <dc:creator>jayanthi_jayaraman</dc:creator>
    <dc:date>2005-04-22T09:41:35Z</dc:date>
    <item>
      <title>Few Queries (Basic-Level)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/few-queries-basic-level/m-p/871546#M49929</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 am having few questions on Basic ABAP Programing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Selection Screen:&lt;/P&gt;&lt;P&gt;When i am at selection screen and if i press Cancel, it will take me to the list.For Eg if AT Start of selection, i am selecton data from database and writing to list, so even if user press cancel at selection screen , the query will be executed. How should we handle it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) In BDC, what is the exact difference between input session and call transaction. I am able to keep both in sessions and get the logs. I am able to view all the facilities in call transaction that are offered by input session. So, when should we go for waht and what is the exact difference between two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2005 09:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/few-queries-basic-level/m-p/871546#M49929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-22T09:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Few Queries (Basic-Level)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/few-queries-basic-level/m-p/871547#M49930</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;This is for your first query.&lt;/P&gt;&lt;P&gt;Try this (I think sy-ucomm for cancel is CANC.just check).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE LIST-PROCESSING .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;J.Jayanthi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jayanthi Jayaraman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2005 09:41:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/few-queries-basic-level/m-p/871547#M49930</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-04-22T09:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Few Queries (Basic-Level)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/few-queries-basic-level/m-p/871548#M49931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mitesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the answers - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When you are on the selection screen and hit cancel, the control should not and will not go to the list, unless you have done somthing programmatically to get such a functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a rule, all the Database selects should happen in the START-OF-SELECTION, just as the name suggests. when you hot Execute on the selection screen, the control will go to start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Refer to &amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/fa/097008543b11d1898e0000e8322d00/frameset.htm"&amp;gt;this link&amp;lt;/a&amp;gt; in the SAP Library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2005 09:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/few-queries-basic-level/m-p/871548#M49931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-22T09:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Few Queries (Basic-Level)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/few-queries-basic-level/m-p/871549#M49932</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;Sorry for late reply, actually i was not having SAP environment with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your solution, i got to know that i made some mistaked while coding, I used AT EXIT-COMMAND to Quit from the selection screen ( the program was using calls screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2005 05:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/few-queries-basic-level/m-p/871549#M49932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-11T05:33:35Z</dc:date>
    </item>
  </channel>
</rss>

