<?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: Active/Deactive screen controls in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-deactive-screen-controls/m-p/1712904#M311775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if ok_code = 'button1'.&lt;/P&gt;&lt;P&gt;  loop at screen.&lt;/P&gt;&lt;P&gt;      IF screen-group2 = 'PRK' OR screen-group2 = 'NPK'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      for display mode, give '1' for input enabled&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Anupama Reddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Nov 2006 10:57:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-02T10:57:49Z</dc:date>
    <item>
      <title>Active/Deactive screen controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-deactive-screen-controls/m-p/1712902#M311773</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;  If the case is like there are several controls (e.g. text boxes) witch are controlled by several buttons.&lt;/P&gt;&lt;P&gt;Which will behave (active/deactive) according to corrsponding buttons i press.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do? how can i handle loop in pbo?&lt;/P&gt;&lt;P&gt;what wud be the flow logic sequence?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 10:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-deactive-screen-controls/m-p/1712902#M311773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T10:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Active/Deactive screen controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-deactive-screen-controls/m-p/1712903#M311774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use the following in the PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name eq 'Name of you field'.&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;There are many other options that can be done, you will need to take a look at the structure of 'SCREEN' when in debug mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 10:52:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-deactive-screen-controls/m-p/1712903#M311774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T10:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Active/Deactive screen controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-deactive-screen-controls/m-p/1712904#M311775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if ok_code = 'button1'.&lt;/P&gt;&lt;P&gt;  loop at screen.&lt;/P&gt;&lt;P&gt;      IF screen-group2 = 'PRK' OR screen-group2 = 'NPK'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      for display mode, give '1' for input enabled&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Anupama Reddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 10:57:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-deactive-screen-controls/m-p/1712904#M311775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T10:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Active/Deactive screen controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-deactive-screen-controls/m-p/1712905#M311776</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 teh code.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;      loop at screen.
       if screen-name = "abc".
        screen-input = 0.
        modify screen.
       elseif...
        screen-input = 0.
        modify screen.
       elseif...
        screen-input = 0.
        modify screen.
       endif.
      endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 11:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-deactive-screen-controls/m-p/1712905#M311776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T11:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Active/Deactive screen controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-deactive-screen-controls/m-p/1712906#M311777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop in pbo-&amp;gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  MODULE status_0100.&lt;/P&gt;&lt;P&gt;  LOOP WITH CONTROL flights.&lt;/P&gt;&lt;P&gt;    MODULE fill_table_control.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;  MODULE cancel AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;  LOOP WITH CONTROL flights.&lt;/P&gt;&lt;P&gt;    MODULE read_table_control.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;  MODULE user_command_0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac4435c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac4435c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&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;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 11:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-deactive-screen-controls/m-p/1712906#M311777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T11:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Active/Deactive screen controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-deactive-screen-controls/m-p/1712907#M311778</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;sorry for the earlier post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 11:57:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-deactive-screen-controls/m-p/1712907#M311778</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-02T11:57:30Z</dc:date>
    </item>
  </channel>
</rss>

