<?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 disabling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-disabling/m-p/5022533#M1168607</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;Before asking questions search our SCN for the similar kind of question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the following code will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block input with frame title text-000.&lt;/P&gt;&lt;P&gt;parameters :desktop     radiobutton group rg_f user-command rg_f,&lt;/P&gt;&lt;P&gt;                   in_file type ibipparms-path modif id ps,&lt;/P&gt;&lt;P&gt;            menu     radiobutton group rg_f,&lt;/P&gt;&lt;P&gt;                   sys_file type ibipparms-path modif id as default  '/sapia/iface/in/comm/sapfin/' .&lt;/P&gt;&lt;P&gt;selection-screen end of block input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;    if screen-group1 = 'PS'.&lt;/P&gt;&lt;P&gt;      if desktop = c_x.&lt;/P&gt;&lt;P&gt;        screen-input    = 1.&lt;/P&gt;&lt;P&gt;         sys_file = c_server_path.&lt;/P&gt;&lt;P&gt;      else.&lt;/P&gt;&lt;P&gt;        screen-input    = 0.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if screen-group1 = 'AS'.&lt;/P&gt;&lt;P&gt;      if menu = c_x.&lt;/P&gt;&lt;P&gt;        screen-input    = 1.&lt;/P&gt;&lt;P&gt;        clear: in_file.&lt;/P&gt;&lt;P&gt;      else.&lt;/P&gt;&lt;P&gt;        screen-input    = 0.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;    endif.&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;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2009 09:23:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-15T09:23:09Z</dc:date>
    <item>
      <title>Parameter disabling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-disabling/m-p/5022530#M1168604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to disable the parameter depends on the check box selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot use select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u,&lt;/P&gt;&lt;P&gt;Rohith&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;Don't ask basic questions, search the forum for the answers&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijay Babu Dudla on Jan 15, 2009 4:28 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 09:17:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-disabling/m-p/5022530#M1168604</guid>
      <dc:creator>rohit_kaikala</dc:creator>
      <dc:date>2009-01-15T09:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter disabling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-disabling/m-p/5022531#M1168605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why don't you search SCN? This was aksed and aswered n times already...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 09:19:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-disabling/m-p/5022531#M1168605</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2009-01-15T09:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter disabling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-disabling/m-p/5022532#M1168606</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; You can use the below code.&lt;/P&gt;&lt;P&gt; PARAMETERS : P_TEST AS CHECKBOX DEFAULT 'X'.&lt;/P&gt;&lt;P&gt; PARAMETERS: P_ANLAGE type ever-anlage.&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;&lt;/P&gt;&lt;P&gt; IF P_TEST  = 'X'.&lt;/P&gt;&lt;P&gt; Loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF screen-name = 'P_ANLAGE'.&lt;/P&gt;&lt;P&gt;  Screen-input = 0.&lt;/P&gt;&lt;P&gt;  Modify screen.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&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;Hope this may be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 09:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-disabling/m-p/5022532#M1168606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T09:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter disabling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-disabling/m-p/5022533#M1168607</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;Before asking questions search our SCN for the similar kind of question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the following code will help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block input with frame title text-000.&lt;/P&gt;&lt;P&gt;parameters :desktop     radiobutton group rg_f user-command rg_f,&lt;/P&gt;&lt;P&gt;                   in_file type ibipparms-path modif id ps,&lt;/P&gt;&lt;P&gt;            menu     radiobutton group rg_f,&lt;/P&gt;&lt;P&gt;                   sys_file type ibipparms-path modif id as default  '/sapia/iface/in/comm/sapfin/' .&lt;/P&gt;&lt;P&gt;selection-screen end of block input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;    if screen-group1 = 'PS'.&lt;/P&gt;&lt;P&gt;      if desktop = c_x.&lt;/P&gt;&lt;P&gt;        screen-input    = 1.&lt;/P&gt;&lt;P&gt;         sys_file = c_server_path.&lt;/P&gt;&lt;P&gt;      else.&lt;/P&gt;&lt;P&gt;        screen-input    = 0.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if screen-group1 = 'AS'.&lt;/P&gt;&lt;P&gt;      if menu = c_x.&lt;/P&gt;&lt;P&gt;        screen-input    = 1.&lt;/P&gt;&lt;P&gt;        clear: in_file.&lt;/P&gt;&lt;P&gt;      else.&lt;/P&gt;&lt;P&gt;        screen-input    = 0.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;    endif.&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;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 09:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-disabling/m-p/5022533#M1168607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T09:23:09Z</dc:date>
    </item>
  </channel>
</rss>

