<?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: Read only fields in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203028#M470907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kulwant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = p_matnr.&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;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kiran K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2007 03:54:44 GMT</pubDate>
    <dc:creator>kiran_k8</dc:creator>
    <dc:date>2007-05-03T03:54:44Z</dc:date>
    <item>
      <title>Read only fields in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203026#M470905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a parameter in a selection screen and wanted it be read only, mean only values could be displayed but it should not allow the user to either enter or modify existing values. Can any one please suggest how to do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Kulwant Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 03:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203026#M470905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T03:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Read only fields in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203027#M470906</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;Check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: P_MATNR TYPE MATNR DEFAULT 'TEST' MODIF ID M1.&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;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;  IF SCREEN-GROUP1 = 'M1'.&lt;/P&gt;&lt;P&gt;     SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;     MODIFY SCREEN.            " Disable for input.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 03:53:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203027#M470906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T03:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Read only fields in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203028#M470907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kulwant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = p_matnr.&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;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kiran K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 03:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203028#M470907</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-05-03T03:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Read only fields in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203029#M470908</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;   Using Modif Id You can do it. The Syntax is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS &amp;lt;p&amp;gt; ...... MODIF ID &amp;lt;key&amp;gt; ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the Sample code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: TEST1(10) MODIF ID SC1,&lt;/P&gt;&lt;P&gt;TEST2(10) MODIF ID SC2,&lt;/P&gt;&lt;P&gt;TEST3(10) MODIF ID SC1,&lt;/P&gt;&lt;P&gt;TEST4(10) MODIF ID SC2.&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;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;  IF SCREEN-GROUP1 = 'SC1'.&lt;/P&gt;&lt;P&gt;    SCREEN-INTENSIFIED = '1'.&lt;/P&gt;&lt;P&gt;    MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;    CONTINUE.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  IF SCREEN-GROUP1 = 'SC2'.&lt;/P&gt;&lt;P&gt;    SCREEN-INTENSIFIED = '0'.&lt;/P&gt;&lt;P&gt;    MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&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, 03 May 2007 03:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203029#M470908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T03:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Read only fields in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203030#M470909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Refer the following code:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS: p_mode TYPE ctu_params-dismode DEFAULT 'N' MODIF ID ctu.

*---------------------------------------------------------------------
* AT SELECTION-SCREEN OUTPUT
*---------------------------------------------------------------------
AT SELECTION-SCREEN OUTPUT.

  LOOP AT SCREEN.
      IF screen-group1 = 'CTU'.
        screen-active = 0.
      ENDIF.
     MODIFY SCREEN.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 03:59:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203030#M470909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T03:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Read only fields in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203031#M470910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;parameters : p_matnr like mara-matnr default '100000'.


at selection-screen output.
loop at screen.
 if screen-name eq 'P_MATNR'.
       screen-input = '0'.
      modify screen.
endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 04:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203031#M470910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T04:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Read only fields in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203032#M470911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kulwant,&lt;/P&gt;&lt;P&gt;                 You can change the selection screen attribute by looping at structure screen.This structure screen contains all the attributes i.e. invisible,input only,output only  etc.&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-name = p_matnr.&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;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 04:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203032#M470911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T04:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Read only fields in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203033#M470912</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;PARAMETERS: P_MATNR TYPE MATNR DEFAULT 'TEST' MODIF ID M1.&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;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP1 = 'M1'.&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;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sangeetha.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 04:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203033#M470912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T04:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Read only fields in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203034#M470913</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 close the thread if problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 04:28:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-only-fields-in-selection-screen/m-p/2203034#M470913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T04:28:47Z</dc:date>
    </item>
  </channel>
</rss>

