<?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: Disable Radio button based on T-code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-radio-button-based-on-t-code/m-p/2951869#M696113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT ztest MESSAGE-ID 00.

PARAMETERS    : r_1     RADIOBUTTON GROUP rad   MODIF ID nch,
                r_2     RADIOBUTTON GROUP rad   MODIF ID nch.

AT SELECTION-SCREEN OUTPUT.
  LOOP AT SCREEN.
    IF screen-group1 = 'NCH'.
      IF sy-tcode = 'SE38'.
        screen-invisible = '1'.
        MODIFY SCREEN.
      ENDIF.
    ENDIF.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2007 21:38:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-18T21:38:33Z</dc:date>
    <item>
      <title>Disable Radio button based on T-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-radio-button-based-on-t-code/m-p/2951868#M696112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is one selection screen with two t-codes assigned to it. When the first is run , the selection screen should display the radio button and  when the second t-code is run , the screen should hide the radio buttons and also disable them . &lt;/P&gt;&lt;P&gt;How to do this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 21:31:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-radio-button-based-on-t-code/m-p/2951868#M696112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T21:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Radio button based on T-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-radio-button-based-on-t-code/m-p/2951869#M696113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT ztest MESSAGE-ID 00.

PARAMETERS    : r_1     RADIOBUTTON GROUP rad   MODIF ID nch,
                r_2     RADIOBUTTON GROUP rad   MODIF ID nch.

AT SELECTION-SCREEN OUTPUT.
  LOOP AT SCREEN.
    IF screen-group1 = 'NCH'.
      IF sy-tcode = 'SE38'.
        screen-invisible = '1'.
        MODIFY SCREEN.
      ENDIF.
    ENDIF.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 21:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-radio-button-based-on-t-code/m-p/2951869#M696113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T21:38:33Z</dc:date>
    </item>
  </channel>
</rss>

