<?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: Modify screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889374#M1326159</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;Try to give GROUP ID for every elements of your screen using MODIF-ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And using the event: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN OUTPUT.
Loop at screen.
If screen-group1 = &amp;lt;&amp;gt;.
  Screen-invisible = 1.
  MODIFY SCREEN.
Endif.

Endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also refer the URL:  &lt;A href="http://help.sap.com/abapdocu/en/ABENSCREEN.htm" target="test_blank"&gt;http://help.sap.com/abapdocu/en/ABENSCREEN.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Ramani N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ramani Nagarajan on Jul 8, 2009 4:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2009 14:15:51 GMT</pubDate>
    <dc:creator>former_member229729</dc:creator>
    <dc:date>2009-07-08T14:15:51Z</dc:date>
    <item>
      <title>Modify screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889370#M1326155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I want to know how i can make a field not appear or apear but only one at a time not in a group. I used screen-active =0 but that disapears the whole screen. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 14:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889370#M1326155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T14:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Modify screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889371#M1326156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use modif id for each screen inputs and then do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if screen-group1 = 'ABC'.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 14:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889371#M1326156</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-07-08T14:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Modify screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889372#M1326157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like 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 = field-low.&lt;/P&gt;&lt;P&gt;screen-active   = 0.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;Modify screen.&lt;/P&gt;&lt;P&gt;End loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 14:12:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889372#M1326157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T14:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Modify screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889373#M1326158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbab6f35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbab6f35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 14:15:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889373#M1326158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T14:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Modify screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889374#M1326159</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;Try to give GROUP ID for every elements of your screen using MODIF-ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And using the event: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN OUTPUT.
Loop at screen.
If screen-group1 = &amp;lt;&amp;gt;.
  Screen-invisible = 1.
  MODIFY SCREEN.
Endif.

Endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also refer the URL:  &lt;A href="http://help.sap.com/abapdocu/en/ABENSCREEN.htm" target="test_blank"&gt;http://help.sap.com/abapdocu/en/ABENSCREEN.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Ramani N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ramani Nagarajan on Jul 8, 2009 4:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 14:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889374#M1326159</guid>
      <dc:creator>former_member229729</dc:creator>
      <dc:date>2009-07-08T14:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Modify screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889375#M1326160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do this w/ or w/o screen groups (1 to 4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at at the structure 'screen'.  one of the field in it is for the Field name - 'Screen - Name'.  so the pseudo code is;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (screen-name EQ field-you-want-to-mess-with)&lt;/P&gt;&lt;P&gt;  set screen-flag values.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&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;screen groups can be used if multiple fields get on/off readonly/editable etc. at the same time.  in that case, you can do above but with screen-group1(to 4.) to keep the code simple.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 15:35:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889375#M1326160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T15:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Modify screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889376#M1326161</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;Yes that is waht i need but, I am having trouble in the code. The field name is txt. this the code I have can you please help?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if screen-name = 'TXT'.&lt;/P&gt;&lt;P&gt;screen-active = 0.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 18:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889376#M1326161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T18:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Modify screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889377#M1326162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try placing the modify statement inside the condition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 04:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889377#M1326162</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-07-09T04:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Modify screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889378#M1326163</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;       Use the SCREEN field INVISIBLE instead of ACTIVE. The code looks like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at screen.

  if screen-name = 'TXT'.
    screen-invisible = 'X'.
  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, 09 Jul 2009 05:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889378#M1326163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T05:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Modify screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889379#M1326164</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;PRE&gt;&lt;CODE&gt;

loop at screen.

if screen-name = 'TXT'.
screen-active = 0.
modify screen. "Here is the change
endif.
endloop.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 05:05:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889379#M1326164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T05:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Modify screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889380#M1326165</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;Try this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT SCREEN.
IF screen-name = u2018TXTu2019.
Screen-Input = 0.
Screen-Invisible = 1.
Modify Screen.
ENDIF.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will make the field invisible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 05:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889380#M1326165</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2009-07-09T05:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Modify screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889381#M1326166</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;In your Select-option or Parameters define MODIF ID xyz, then call Loop at screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters: p_XXX TYPE XXX *MODIF ID xyz*.

AT SELECTION-SCREEN OUTPUT.

LOOP AT SCREEN.
IF screen-name = u2018XYZu2019.
Screen-Input = 0.
Screen-Invisible = 1.
Modify Screen.
ENDIF.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandhya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sandhyap on Jul 9, 2009 7:18 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 05:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889381#M1326166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T05:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Modify screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889382#M1326167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a breakpoint and go thru all the screen elements.  Based on how is screen defined, the description and the actual filed will be different.  best thing is to look at screen 1000 (standard selection screen) by going for this report to get all names.  Use SE80, not se38 to see the selection screen.  remember not to change anything in screen or pai/pbo since it is auto generated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 16:28:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889382#M1326167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T16:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Modify screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889383#M1326168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want do the Modifications of the SCREEN,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want write the code undre below EVENT and you want write the Screen MODIFY GROUP..&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;For Example ,  Code should like below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS NAME FOR SY-REPID MODIF ID 'GROUP'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT. &lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN. &lt;/P&gt;&lt;P&gt;    CHECK SCREEN-GROUP1 = 'GROUP'.&lt;/P&gt;&lt;P&gt;    SCREEN-ACTIVE = '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;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 18:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-screen/m-p/5889383#M1326168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T18:35:25Z</dc:date>
    </item>
  </channel>
</rss>

