<?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: abap-gui in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-gui/m-p/3550632#M854249</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;You can use the follow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This to turn the fields editable.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT SCREEN.
  CHECK SCREEN-NAME = 'FIELD_NAME'.
  SCREEN-INPUT = '1'.
  MODIFY SCREEN.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this to turn the fields closed.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT SCREEN.
  CHECK SCREEN-NAME = 'FIELD_NAME'.
  SCREEN-INPUT = '0'.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use this in the PBO of you screen or at the event AT SELECTION-SCREEN OUTPUT. in a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here there's some examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/use%2bof%2bat%2bselection-screen%2boutput]&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/table%2bmaintenance%2bin%2babap]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2008 15:38:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-01T15:38:01Z</dc:date>
    <item>
      <title>abap-gui</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-gui/m-p/3550631#M854248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts and gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a screen with two buttons like 'chang' and 'display' . my requirment is that when i click on change the screen should enable and when i click on display it should disable. please help me with the code and it is urgent pls send as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;jacob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2008 14:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-gui/m-p/3550631#M854248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-01T14:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: abap-gui</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-gui/m-p/3550632#M854249</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;You can use the follow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This to turn the fields editable.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT SCREEN.
  CHECK SCREEN-NAME = 'FIELD_NAME'.
  SCREEN-INPUT = '1'.
  MODIFY SCREEN.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this to turn the fields closed.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT SCREEN.
  CHECK SCREEN-NAME = 'FIELD_NAME'.
  SCREEN-INPUT = '0'.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use this in the PBO of you screen or at the event AT SELECTION-SCREEN OUTPUT. in a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here there's some examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/use%2bof%2bat%2bselection-screen%2boutput]&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/table%2bmaintenance%2bin%2babap]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2008 15:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-gui/m-p/3550632#M854249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-01T15:38:01Z</dc:date>
    </item>
  </channel>
</rss>

