<?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: Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278815#M495975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to both of you guys....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to write the statement that evaluates the check boxes and radio buttons.  The output should be a statement that dispalys the label of the check boxes and radio button selected...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i accomplish that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2007 16:23:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-24T16:23:42Z</dc:date>
    <item>
      <title>Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278809#M495969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to create a selection that looks something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Inner screen's name is 'Students' and it has the following text to the bottom of it...&lt;/P&gt;&lt;P&gt;'Selection'&lt;/P&gt;&lt;P&gt;and two check boxes named 'First' and 'Second'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The inner screen has the title 'Display Course'&lt;/P&gt;&lt;P&gt;It has the following three radio buttons named&lt;/P&gt;&lt;P&gt;   'Biology'&lt;/P&gt;&lt;P&gt;   'Physics'&lt;/P&gt;&lt;P&gt;   'Math'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 10:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278809#M495969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T10:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278810#M495970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK student WITH TEXT 'Students'.&lt;/P&gt;&lt;P&gt;&amp;lt;code for check-boxes here&amp;gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK course WITH TEXT 'Display Course'.&lt;/P&gt;&lt;P&gt;&amp;lt;put your radio buttons here&amp;gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 10:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278810#M495970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T10:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278811#M495971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code you gave me is not very helpful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 15:16:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278811#M495971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T15:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278812#M495972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the following code for my problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZBAP_SELSCR_EXAM1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE text-011.&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;    SELECTION-SCREEN COMMENT 1(20) text-001.&lt;/P&gt;&lt;P&gt;    SELECTION-SCREEN COMMENT 21(10) text-002 FOR FIELD p1.&lt;/P&gt;&lt;P&gt;    PARAMETERS: p1 as CHECKBOX.&lt;/P&gt;&lt;P&gt;    SELECTION-SCREEN COMMENT 32(10) text-003 FOR FIELD p2.&lt;/P&gt;&lt;P&gt;    PARAMETERS: p2 as CHECKBOX.&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE text-012.&lt;/P&gt;&lt;P&gt;    SELECTION-SCREEN COMMENT 5(15) text-004 FOR FIELD q1.&lt;/P&gt;&lt;P&gt;    PARAMETERS: q1 RADIOBUTTON GROUP grp1.&lt;/P&gt;&lt;P&gt;    SELECTION-SCREEN COMMENT 5(16) text-005 FOR FIELD q2.&lt;/P&gt;&lt;P&gt;    PARAMETERS: q2 RADIOBUTTON GROUP grp1.&lt;/P&gt;&lt;P&gt;    SELECTION-SCREEN COMMENT 5(22) text-006.&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN END OF BLOCK B2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However Im getting the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'ERROR WHEN GENERATING SELECTION SCREEN 1000 OF ZBAP_SELSCR_EX'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what the problem could be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 15:30:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278812#M495972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T15:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278813#M495973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Whenever we try to give the text beyond the screen we encounter such error. Please take care to pass the text within screen length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 15:33:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278813#M495973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T15:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278814#M495974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this way..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE text-011.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(20) text-001.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 25(10) text-002 FOR FIELD p1.&lt;/P&gt;&lt;P&gt;PARAMETERS: p1 as CHECKBOX.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 25(10) text-003 FOR FIELD p2.&lt;/P&gt;&lt;P&gt;PARAMETERS: p2 as CHECKBOX.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE text-012.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 5(15) text-004 FOR FIELD q1.&lt;/P&gt;&lt;P&gt;PARAMETERS: q1 RADIOBUTTON GROUP grp1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 5(16) text-005 FOR FIELD q2.&lt;/P&gt;&lt;P&gt;PARAMETERS: q2 RADIOBUTTON GROUP grp1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 5(22) text-006.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 15:36:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278814#M495974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T15:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278815#M495975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to both of you guys....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to write the statement that evaluates the check boxes and radio buttons.  The output should be a statement that dispalys the label of the check boxes and radio button selected...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i accomplish that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 16:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278815#M495975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T16:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278816#M495976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do u want to trigger the event means use at selection screen event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example try this.&lt;/P&gt;&lt;P&gt;at selection-screen  .&lt;/P&gt;&lt;P&gt;if p1 = 'X'.&lt;/P&gt;&lt;P&gt;message i000(000) with 'first'.&lt;/P&gt;&lt;P&gt;elseif p2 = 'X'.&lt;/P&gt;&lt;P&gt;message i001(000) with 'Second'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen on radiobutton group grp1.&lt;/P&gt;&lt;P&gt;if q1 = 'X'.&lt;/P&gt;&lt;P&gt;message i002(000) with 'Biology'.&lt;/P&gt;&lt;P&gt;elseif q2 = 'X'.&lt;/P&gt;&lt;P&gt;message i003(000) with 'Maths'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 17:47:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278816#M495976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T17:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278817#M495977</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;Actually what i wanted to do, is create one selection on top another and NOT two separate screens, the source code i got is ok (even though it doesnt give the desired results), but what i want is the RADIOBUTTON selection screen to be on top on the CHECKBOXES screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 20:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278817#M495977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T20:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278818#M495978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then move codes for block b2 above block b1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 06:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2278818#M495978</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2007-05-25T06:33:48Z</dc:date>
    </item>
  </channel>
</rss>

