<?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 Enable already disabled selection screen block in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158771#M1515566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could anyone please tell me how to enable the disabled selection screen block(disabled using screen-active = '0').The block was deactivated when the first selection screen was checked.&lt;/P&gt;&lt;P&gt;Now,I need to enable it again during my second checkbox selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Aug 2010 07:56:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-09T07:56:48Z</dc:date>
    <item>
      <title>Enable already disabled selection screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158771#M1515566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could anyone please tell me how to enable the disabled selection screen block(disabled using screen-active = '0').The block was deactivated when the first selection screen was checked.&lt;/P&gt;&lt;P&gt;Now,I need to enable it again during my second checkbox selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 07:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158771#M1515566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T07:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Enable already disabled selection screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158772#M1515567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Small correction : The block was disabled when the first checkbox was selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 07:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158772#M1515567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T07:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Enable already disabled selection screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158773#M1515568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi for the second check box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give screen-active = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the screen loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pravin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 08:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158773#M1515568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T08:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Enable already disabled selection screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158774#M1515569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assign a MODIF ID to the screen block and code as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP1 = 'ABC' AND CHECKBOX2 IS NOT INITIAL. "ABC IS MODIF ID&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE  = 1.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 08:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158774#M1515569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T08:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Enable already disabled selection screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158775#M1515570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pravin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen-active  = '1' is set. My code isnt working inspite of that. Thanks for ur reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 08:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158775#M1515570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T08:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Enable already disabled selection screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158776#M1515571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ve coded the same way ! Still no luck . Thanks for ur response&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 09:03:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158776#M1515571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T09:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Enable already disabled selection screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158777#M1515572</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;Kindly show how you built your selection-screens. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 09:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158777#M1515572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T09:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Enable already disabled selection screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158778#M1515573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shweta&lt;/P&gt;&lt;P&gt;let assunme you have 2 check boxex CHB1 and CHB2.&lt;/P&gt;&lt;P&gt;MODULE modify_screen OUTPUT.                       " create a module in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if chb1 = 'x'.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-group1 = 'ABC'.       " group id assgned to &lt;/P&gt;&lt;P&gt;screen-active = 0.              " disabling your screen&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;elseif.&lt;/P&gt;&lt;P&gt;chb2 = 'X'.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-group1 = 'ABC' AND screen-active = 0.&lt;/P&gt;&lt;P&gt;screen-active = 1.&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;Try this I hope it will work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Lalit Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 09:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158778#M1515573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T09:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Enable already disabled selection screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158779#M1515574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did u solve the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not paste your code here so that will be easy to idetify the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pravin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 10:12:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158779#M1515574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T10:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Enable already disabled selection screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158780#M1515575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pravin/Lalit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur help. My issue got solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shweta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 10:37:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-already-disabled-selection-screen-block/m-p/7158780#M1515575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-09T10:37:19Z</dc:date>
    </item>
  </channel>
</rss>

