<?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 modulepool-screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-screen/m-p/2473605#M556455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;why do we use the &lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;if screen-group = grp.&lt;/P&gt;&lt;P&gt;Screen-invisible = 0 / 1.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2007 09:56:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-22T09:56:17Z</dc:date>
    <item>
      <title>modulepool-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-screen/m-p/2473605#M556455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;why do we use the &lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;if screen-group = grp.&lt;/P&gt;&lt;P&gt;Screen-invisible = 0 / 1.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 09:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-screen/m-p/2473605#M556455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T09:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: modulepool-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-screen/m-p/2473606#M556456</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;This is to hide the SCREEN fields that are grouped under the group name 'grp'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you want hide some fields on some condition then generally you group then into one screen group (SCREEN-GROUP1 or SCREEN-GROUP2 or etc etc)&lt;/P&gt;&lt;P&gt;and then when you say&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = 0 or SCREEN-INVISIBL = 0 that entriee group becomes invisible.&lt;/P&gt;&lt;P&gt;but you code is missing MODIFY SCREEN between LOOP AT SCREEN and ENDLOOP.&lt;/P&gt;&lt;P&gt;'0' is for making it invisible and '1' to make it visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Seshatalpasai Madala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 10:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-screen/m-p/2473606#M556456</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-06-22T10:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: modulepool-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-screen/m-p/2473607#M556457</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; Loop at screen.&lt;/P&gt;&lt;P&gt;   if screen-group = grp.&lt;/P&gt;&lt;P&gt;     Screen-invisible = 0 / 1.&lt;/P&gt;&lt;P&gt;   &amp;lt;b&amp;gt;modify screen .&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; Screen-group provides the  information about the functionality group to whcih ur screen fields are assigned to  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using screen-invisible , you can make the screen element invisible .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You use  LOOP AT SCREEN ........ ENDLOOP to do runtime modifications to the screen elements .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the  statement provided is used to make the screen fields invisible , which are assigned under a screen group .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 10:19:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-screen/m-p/2473607#M556457</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-06-22T10:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: modulepool-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-screen/m-p/2473608#M556458</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;This is done to modify the screen depending on the values entered.&lt;/P&gt;&lt;P&gt;For example, if user clicks any checkbox, then you can hide some other selections or add other variables on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For modulepool screens, for any variable created on the screen, the attributes contains group1, group2, group3 and group4. So, using this you can modify a set of variables together by grouping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that the screen modifications should be done only in PBO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Navneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2007 19:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modulepool-screen/m-p/2473608#M556458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-23T19:06:14Z</dc:date>
    </item>
  </channel>
</rss>

