<?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: Deactivating a sub-screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivating-a-sub-screen/m-p/1288528#M154651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;You can use Screen Groups For Grouping Fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In Screen Painter, Attributes List for field, You will see "Groups" attribute. You can specify 4 difference groups. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Loop At Screen.
&amp;nbsp; If Screen-Group1 EQ 'ABC'.
&amp;nbsp;&amp;nbsp;&amp;nbsp; Screen-Input = 0.
&amp;nbsp;&amp;nbsp;&amp;nbsp; Modify Screen.
&amp;nbsp; 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;Ibrahim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Apr 2006 06:25:01 GMT</pubDate>
    <dc:creator>ibrahim_u</dc:creator>
    <dc:date>2006-04-26T06:25:01Z</dc:date>
    <item>
      <title>Deactivating a sub-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivating-a-sub-screen/m-p/1288526#M154649</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 subscreen with 20 fields.&lt;/P&gt;&lt;P&gt;On the 'Display &amp;lt;-&amp;gt; Change' option I need to activate/deactivate these fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I need to deactivate them one by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone has a better way to do this at one go ?&lt;/P&gt;&lt;P&gt;Any FM which deactivates the subscreen altogether ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 06:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivating-a-sub-screen/m-p/1288526#M154649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T06:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivating a sub-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivating-a-sub-screen/m-p/1288527#M154650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could assign all the fields to a group and then deactivate the group, instead of deactivating one-by-one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 06:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivating-a-sub-screen/m-p/1288527#M154650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T06:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivating a sub-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivating-a-sub-screen/m-p/1288528#M154651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;You can use Screen Groups For Grouping Fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In Screen Painter, Attributes List for field, You will see "Groups" attribute. You can specify 4 difference groups. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Loop At Screen.
&amp;nbsp; If Screen-Group1 EQ 'ABC'.
&amp;nbsp;&amp;nbsp;&amp;nbsp; Screen-Input = 0.
&amp;nbsp;&amp;nbsp;&amp;nbsp; Modify Screen.
&amp;nbsp; 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;Ibrahim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 06:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivating-a-sub-screen/m-p/1288528#M154651</guid>
      <dc:creator>ibrahim_u</dc:creator>
      <dc:date>2006-04-26T06:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivating a sub-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deactivating-a-sub-screen/m-p/1288529#M154652</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;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per my knowledge i dont think there is any function module to do this but you can do this by apply the logic.&lt;/P&gt;&lt;P&gt;you go through the following links they might help you&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBTOO/BCDWBTOO.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBTOO/BCDWBTOO.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/Userexit_List.htm" target="test_blank"&gt;http://www.planetsap.com/Userexit_List.htm&lt;/A&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>Wed, 26 Apr 2006 06:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deactivating-a-sub-screen/m-p/1288529#M154652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T06:38:26Z</dc:date>
    </item>
  </channel>
</rss>

