<?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: RADIO BUTTON SELECTION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-selection/m-p/12369319#M1993574</link>
    <description>&lt;P&gt;It has been asked hundreds of times in the forum. Use PARAMETERS ... &lt;STRONG&gt;USER-COMMAND&lt;/STRONG&gt; ... if you want the "pressed" parameter to trigger the PAI.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Mar 2021 18:54:15 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2021-03-11T18:54:15Z</dc:date>
    <item>
      <title>RADIO BUTTON SELECTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-selection/m-p/12369318#M1993573</link>
      <description>&lt;P&gt;IF I CLICK THE RB_PER radio button it should display only id and name details.&lt;/P&gt;
  &lt;P&gt;and if i click on radio button rb_mark it should display the mark details.&lt;/P&gt;
  &lt;P&gt;please answer it.&lt;/P&gt;
  &lt;P&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/P&gt;
  &lt;P&gt;*&amp;amp; Report ZSELECT1&lt;BR /&gt;*&amp;amp;&lt;BR /&gt;*&amp;amp;---------------------------------------------------------------------*&lt;BR /&gt;*&amp;amp;&lt;BR /&gt;*&amp;amp;&lt;BR /&gt;*&amp;amp;---------------------------------------------------------------------*&lt;BR /&gt;&lt;BR /&gt;REPORT ZSELECT1.&lt;BR /&gt;&lt;BR /&gt;TABLES :zstudent.&lt;BR /&gt;&lt;BR /&gt;selection-screen begin of block b.&lt;BR /&gt;PARAMETERS : P_ID TYPE ZSTUDENT-ID MODIF ID CHR.&lt;BR /&gt;PARAMETERS : P_NAME TYPE ZSTUDENT-NAME MODIF ID CHR.&lt;BR /&gt;PARAMETERS : P_MARKS TYPE ZSTUDENT-MARKS MODIF ID NUM.&lt;BR /&gt;parameters : rb_per type c radiobutton group r1,&lt;BR /&gt; rb_mark type c radiobutton group r1.&lt;BR /&gt; SELECTION-SCREEN end of BLOCK b.&lt;BR /&gt;&lt;BR /&gt;AT SELECTION-SCREEN OUTPUT.&lt;BR /&gt;&lt;BR /&gt;LOOP AT SCREEN.&lt;BR /&gt;if rb_per = 'X'.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IF screen-group1 EQ 'NUM'.&lt;BR /&gt;screen-active = 0.&lt;BR /&gt;MODIFY SCREEN.&lt;BR /&gt;ENDIF.&lt;BR /&gt;ENDIF.&lt;BR /&gt;ENDLOOP.&lt;BR /&gt;&lt;BR /&gt;LOOP AT SCREEN.&lt;BR /&gt;IF rb_mark eq 'X'.&lt;BR /&gt;&lt;BR /&gt;IF screen-group1 EQ 'CHR'.&lt;BR /&gt;screen-active = 0.&lt;BR /&gt;MODIFY SCREEN.&lt;BR /&gt;ENDIF.&lt;BR /&gt;ENDIF.&lt;BR /&gt;ENDLOOP.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 07:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-selection/m-p/12369318#M1993573</guid>
      <dc:creator>former_member661105</dc:creator>
      <dc:date>2021-03-11T07:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: RADIO BUTTON SELECTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-selection/m-p/12369319#M1993574</link>
      <description>&lt;P&gt;It has been asked hundreds of times in the forum. Use PARAMETERS ... &lt;STRONG&gt;USER-COMMAND&lt;/STRONG&gt; ... if you want the "pressed" parameter to trigger the PAI.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 18:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-selection/m-p/12369319#M1993574</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-03-11T18:54:15Z</dc:date>
    </item>
  </channel>
</rss>

