<?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 at selection screen output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/5772291#M1306768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;My question is related to at selection screen output. when i press any radio button the screen is not change accordingl to the code but after pressing radiobutton and then enter it will come. i m working in selection screen (1000). Kindly help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2009 05:05:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-01T05:05:59Z</dc:date>
    <item>
      <title>at selection screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/5772291#M1306768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;My question is related to at selection screen output. when i press any radio button the screen is not change accordingl to the code but after pressing radiobutton and then enter it will come. i m working in selection screen (1000). Kindly help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 05:05:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/5772291#M1306768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T05:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: at selection screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/5772292#M1306769</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;&lt;STRONG&gt;Welcome to SCN.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign a Function Code to radio button using USER COMMAND addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a habit of searching the forum before posting a question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the [Community Guidelines|https://www.sdn.sap.com/irj/scn/blogs-communityguidelines] before posting more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 05:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/5772292#M1306769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T05:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: at selection screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/5772293#M1306770</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;Please search SCN . U will get lot of Code Samples. &lt;/P&gt;&lt;P&gt;Assign one function code to the radio button using USER-COMMAND and&lt;/P&gt;&lt;P&gt;For handling that type of events i.e screen Change with a click on ardio button u have to use AT SELECTION-SCREEN event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 05:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/5772293#M1306770</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-07-01T05:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: at selection screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/5772294#M1306771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did u loop the screen and checkfor the condition.&lt;/P&gt;&lt;P&gt;try doing it in at selection-screen event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if rad1 eq 'X'.&lt;/P&gt;&lt;P&gt;  ( your code ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if the radio button is selected by default than at selection-screen output.&lt;/P&gt;&lt;P&gt;just use Loop at screen and check for the value of the radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it's 'X' than perform your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u got the idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the best &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 05:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/5772294#M1306771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T05:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: at selection screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/5772295#M1306772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;    You need to use at user-command. so it would change according to user selection.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS :w_a type c RADIOBUTTON GROUP g1 USER-COMMAND u1,
            w_b TYPE c RADIOBUTTON GROUP g1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Viquar Iqbal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 05:14:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/5772295#M1306772</guid>
      <dc:creator>viquar_iqbal</dc:creator>
      <dc:date>2009-07-01T05:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: at selection screen output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/5772296#M1306773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when u are declaring ur radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters : r1 radiobutton group r user command u1 default 'X',
                     r2 radiobutton group r .


at selection screen output.
  loop at screen.
       if R1 = 'X'.
          do this....
      else if R2 = 'X'
           do that.....
      endif.
      modify screen.
 endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the prob might be becoz u have not assigned user command to ur radio button,.. thats why it was not responding to ur click.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 05:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-output/m-p/5772296#M1306773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T05:18:25Z</dc:date>
    </item>
  </channel>
</rss>

