<?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: pushbutton in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467840#M220205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. suppose u have 5 different textboxes / buttons,&lt;/P&gt;&lt;P&gt;   to make disable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. So instead of using their&lt;/P&gt;&lt;P&gt;   NAMES (5 different names),&lt;/P&gt;&lt;P&gt;  we can assign them,&lt;/P&gt;&lt;P&gt;  just ONE MODIF ID,&lt;/P&gt;&lt;P&gt;  and&lt;/P&gt;&lt;P&gt;  SIMULATNEOUSLY / AT ONE SHOT,&lt;/P&gt;&lt;P&gt;  make all 5 disable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Similarly, we can use this modif ID,&lt;/P&gt;&lt;P&gt;  for ANOTHER GROUP OF ELEMENTS,&lt;/P&gt;&lt;P&gt;  to bunch them together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Aug 2006 08:44:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-14T08:44:03Z</dc:date>
    <item>
      <title>pushbutton in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467832#M220197</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;  i want to deactivate a pushbutton in selection screen.&lt;/P&gt;&lt;P&gt;  please help me...its urgent&lt;/P&gt;&lt;P&gt;   rewards assured..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 05:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467832#M220197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T05:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: pushbutton in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467833#M220198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u explain ur requirment clearly...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 05:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467833#M220198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T05:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: pushbutton in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467834#M220199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Assign a MODIF-ID to this pushbutton. and in the AT SELECTIOn-SCREEN OUTPUT event use the LOOP AT SCREEN to deactivate the button.&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;Subbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 05:54:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467834#M220199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T05:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: pushbutton in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467835#M220200</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON 1(15) P_PP USER-COMMAND PUS MODIF ID GP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;P_PP = 'tEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP1 = 'GP1'.&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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 05:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467835#M220200</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-08-11T05:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: pushbutton in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467836#M220201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If ur requirement is to deactivate standard buttons provided by SAP in the selection the check the following program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_sel_screen_status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA itab TYPE TABLE OF sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS test(10) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  APPEND: 'PRIN' TO itab,&lt;/P&gt;&lt;P&gt;          'SPOS' TO itab.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            p_status  = sy-pfkey&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            p_exclude = itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 05:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467836#M220201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T05:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: pushbutton in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467837#M220202</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; i am able to deactivate pushbutton w/o using MODIF ID.&lt;/P&gt;&lt;P&gt; LOOP AT SCREEN&lt;/P&gt;&lt;P&gt;     in place of MODIF ID if i give pushbutton name that is also deactivating pushbutton.&lt;/P&gt;&lt;P&gt;So, wats the use of MODIF ID?&lt;/P&gt;&lt;P&gt;or wats the flaw in  my approach.&lt;/P&gt;&lt;P&gt;Your suggestions will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 08:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467837#M220202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T08:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: pushbutton in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467838#M220203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. So, wats the use of MODIF ID?&lt;/P&gt;&lt;P&gt;or wats the flaw in my approach&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Theres no flaw in your approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Further, you are right.&lt;/P&gt;&lt;P&gt;   Whats the use of MODIF ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  For buttons, we can use the name of the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. But if there is some parameter&lt;/P&gt;&lt;P&gt;   (along with LABEL on the left,&lt;/P&gt;&lt;P&gt;   or a radiobutton, with some text),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.  &lt;/P&gt;&lt;P&gt;  Then with MODIF ID, the label also gets&lt;/P&gt;&lt;P&gt;  affected.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; (whereas if we just use the parameter name,&lt;/P&gt;&lt;P&gt;  the label may still remain)  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. To get the differnce, just copy paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter : abc(10) type c MODIF ID A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt; ONCE CHECK WITH THIS CODE&lt;/P&gt;&lt;P&gt;  loop at screen.&lt;/P&gt;&lt;P&gt;    if screen-name = 'ABC'.&lt;/P&gt;&lt;P&gt;      screen-input = 0.&lt;/P&gt;&lt;P&gt;      screen-invisible = 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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**----&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt; THEN CHECK WITH THIS CODE&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   loop at screen.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   if screen-GROUP1 = 'A'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     screen-input = 0.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     screen-invisible = 1.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     modify screen.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; endloop.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 08:38:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467838#M220203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T08:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: pushbutton in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467839#M220204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya .got it.&lt;/P&gt;&lt;P&gt; if SCREEN-GROUPID = 'mODIF ID name'&lt;/P&gt;&lt;P&gt;  if SCREEN-NAME = 'function code of pushb'&lt;/P&gt;&lt;P&gt;It works for both......&lt;/P&gt;&lt;P&gt;still i need more explanation on MODIF ID.please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points hav been assigned to all who have replied to this post......&lt;/P&gt;&lt;P&gt;Thanks a lot all of you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 08:38:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467839#M220204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T08:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: pushbutton in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467840#M220205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. suppose u have 5 different textboxes / buttons,&lt;/P&gt;&lt;P&gt;   to make disable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. So instead of using their&lt;/P&gt;&lt;P&gt;   NAMES (5 different names),&lt;/P&gt;&lt;P&gt;  we can assign them,&lt;/P&gt;&lt;P&gt;  just ONE MODIF ID,&lt;/P&gt;&lt;P&gt;  and&lt;/P&gt;&lt;P&gt;  SIMULATNEOUSLY / AT ONE SHOT,&lt;/P&gt;&lt;P&gt;  make all 5 disable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Similarly, we can use this modif ID,&lt;/P&gt;&lt;P&gt;  for ANOTHER GROUP OF ELEMENTS,&lt;/P&gt;&lt;P&gt;  to bunch them together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 08:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467840#M220205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T08:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: pushbutton in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467841#M220206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot amit.....&lt;/P&gt;&lt;P&gt;got it now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 08:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-in-selection-screen/m-p/1467841#M220206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T08:46:48Z</dc:date>
    </item>
  </channel>
</rss>

