<?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: parameter value not to be editable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-value-not-to-be-editable/m-p/3230882#M770711</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You posted the same question twice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2008 11:15:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-10T11:15:39Z</dc:date>
    <item>
      <title>parameter value not to be editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-value-not-to-be-editable/m-p/3230881#M770710</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;i have 2 radiobuttons and on3 paramters  in the input of the report&lt;/P&gt;&lt;P&gt;if i select radio1 the parameter value has to editable if i select radio2 the parameter values need not to be editable......... may i know the procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in adavance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lucky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 11:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-value-not-to-be-editable/m-p/3230881#M770710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T11:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: parameter value not to be editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-value-not-to-be-editable/m-p/3230882#M770711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You posted the same question twice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 11:15:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-value-not-to-be-editable/m-p/3230882#M770711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T11:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: parameter value not to be editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-value-not-to-be-editable/m-p/3230883#M770712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lucky, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its very simple try this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should write your code inAT SELECTION-SCREEN OUTPUT event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;  if rad1 = 'X'.&lt;/P&gt;&lt;P&gt;    loop at screen.&lt;/P&gt;&lt;P&gt;              screen-active = '1'.&lt;/P&gt;&lt;P&gt;               screen-input = 0.&lt;/P&gt;&lt;P&gt;           modify screen.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  elseif rad2 = 'X'.&lt;/P&gt;&lt;P&gt;    loop at screen.&lt;/P&gt;&lt;P&gt;       screen-active = '1'.&lt;/P&gt;&lt;P&gt;       screen-input = 0.&lt;/P&gt;&lt;P&gt;     modify screen&lt;/P&gt;&lt;P&gt;     endloop.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; plz reward points if helpful,&lt;/P&gt;&lt;P&gt;get back to me for further queries,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;srikanth tulasi....s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 12:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-value-not-to-be-editable/m-p/3230883#M770712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T12:07:34Z</dc:date>
    </item>
  </channel>
</rss>

