<?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: Basic ABAP queries in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-queries/m-p/1239477#M141712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont understand how we can have more than selection screeens ? Can you explain me with a simple example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And one more thing, this is my observation :&lt;/P&gt;&lt;P&gt;This is how message type A and E behave in Initialization and start of selection?&lt;/P&gt;&lt;P&gt;Initialization :&lt;/P&gt;&lt;P&gt;W : Appears as Success Message.&lt;/P&gt;&lt;P&gt;E : Appears in a pop up box.&lt;/P&gt;&lt;P&gt;Stat-of-selection :&lt;/P&gt;&lt;P&gt;W and E both appears as error.&lt;/P&gt;&lt;P&gt;Can you please explain the strange behaviour of these A &amp;amp; W message types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Mar 2006 00:08:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-03T00:08:35Z</dc:date>
    <item>
      <title>Basic ABAP queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-queries/m-p/1239475#M141710</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;Can any one please provide me with answers for these quoestions :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many selection screen can we have and how to control them?&lt;/P&gt;&lt;P&gt;If line count is not given will the End-of-Page event be triggered?&lt;/P&gt;&lt;P&gt;What are the different methods to set break point in program ? What is the  maximum no of breakpoints can I have in a program?&lt;/P&gt;&lt;P&gt;I created a 2ndry index to ztable. how do I make sure that the query uses it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 23:54:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-queries/m-p/1239475#M141710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T23:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Basic ABAP queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-queries/m-p/1239476#M141711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we can have more than 1 selection screen and we can control the same using user command.&lt;/P&gt;&lt;P&gt;End of page will not trigger as line sare not reserved for end of page event.&lt;/P&gt;&lt;P&gt;You can hardcode break point using break userid or break-point statement apart from using breakpoint icon in menu bar. You can has as many break points as you want. I am not sure if there is any restrictions.&lt;/P&gt;&lt;P&gt;For index use in the select, make sure the where clause contains fields specified in the index in the same sequence else you can explicitly add syntax '% hint oracle index' to use 2ndary index.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 23:59:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-queries/m-p/1239476#M141711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T23:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Basic ABAP queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-queries/m-p/1239477#M141712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont understand how we can have more than selection screeens ? Can you explain me with a simple example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And one more thing, this is my observation :&lt;/P&gt;&lt;P&gt;This is how message type A and E behave in Initialization and start of selection?&lt;/P&gt;&lt;P&gt;Initialization :&lt;/P&gt;&lt;P&gt;W : Appears as Success Message.&lt;/P&gt;&lt;P&gt;E : Appears in a pop up box.&lt;/P&gt;&lt;P&gt;Stat-of-selection :&lt;/P&gt;&lt;P&gt;W and E both appears as error.&lt;/P&gt;&lt;P&gt;Can you please explain the strange behaviour of these A &amp;amp; W message types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 00:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-queries/m-p/1239477#M141712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T00:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Basic ABAP queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-queries/m-p/1239478#M141713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these details -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN TAB (len) tabname USER-COMMAND ucomm.          &lt;/P&gt;&lt;P&gt;                                                                &lt;/P&gt;&lt;P&gt;Creates a tab page with the name tabname and length len, and    &lt;/P&gt;&lt;P&gt;assigns the user command ucomm to it. You can only use this     &lt;/P&gt;&lt;P&gt;variant between BEGIN OF TABBED BLOCK ...  and END OF BLOCK     &lt;/P&gt;&lt;P&gt;....                                                                                &lt;/P&gt;&lt;P&gt;... DEFAULT PROGRAM prog SCREEN scr.                                                                                &lt;/P&gt;&lt;P&gt;Use this addition to specify the subscreen that appears by      &lt;/P&gt;&lt;P&gt;default when the tabstrip control is displayed. If you specify  &lt;/P&gt;&lt;P&gt;SCREEN but not PROGRAM, the system uses the current program as  &lt;/P&gt;&lt;P&gt;the default program. If you do not specify a screen, a runtime  &lt;/P&gt;&lt;P&gt;error occurs.                                                                                &lt;/P&gt;&lt;P&gt;You can fill the tab title with text and icons in the           &lt;/P&gt;&lt;P&gt;INITIALIZATION or AT SELECTION-SCREEN OUTPUT event. The         &lt;/P&gt;&lt;P&gt;assignment of tabs to screens is not static, but can be         &lt;/P&gt;&lt;P&gt;changed at runtime. There is a structure with the fields prog,  &lt;/P&gt;&lt;P&gt;dynnr, and activetab assigned to each tab block. You can        &lt;/P&gt;&lt;P&gt;change the assignment between blocks and the screen and set an  &lt;/P&gt;&lt;P&gt;active tab by assigning values to these fields.                                                                                &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF TABBED BLOCK tabb1 FOR 14 LINES.      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SELECTION-SCREEN TAB (15) tabs1 USER-COMMAND ucomm1           &lt;/P&gt;&lt;P&gt;                         DEFAULT SCREEN 12.                       &lt;/P&gt;&lt;P&gt;    SELECTION-SCREEN TAB (15) tabs2 USER-COMMAND ucomm2           &lt;/P&gt;&lt;P&gt;                         DEFAULT SCREEN 2000.                     &lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN END OF BLOCK tabb1.                                                                                &lt;/P&gt;&lt;P&gt;INITIALIZATION.                                                 &lt;/P&gt;&lt;P&gt;    tabs1 = TEXT-001.                                             &lt;/P&gt;&lt;P&gt;    tabs2 = TEXT-002.                                                                                &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN                                             &lt;/P&gt;&lt;P&gt;       CASE SSCRFIELDS-UCOMM.                                     &lt;/P&gt;&lt;P&gt;         WHEN 'UCOMM1'.                                           &lt;/P&gt;&lt;P&gt;           tabb1-program = 'SAPLSVAR'.                            &lt;/P&gt;&lt;P&gt;           tabb1-dynnr   = 100.                                   &lt;/P&gt;&lt;P&gt;           tabb1-activetab = 'TABS2'.                             &lt;/P&gt;&lt;P&gt;       ENDCASE.                                                   &lt;/P&gt;&lt;P&gt;You can create your own screen and mention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 00:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-abap-queries/m-p/1239478#M141713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T00:25:54Z</dc:date>
    </item>
  </channel>
</rss>

