<?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: disabling close button and execute button in dialog box screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-close-button-and-execute-button-in-dialog-box-screen/m-p/6482225#M1419134</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;In module of PBO.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT SCREEN.
IF SCREEN-NAME = &amp;lt;Pass the fields you want&amp;gt;
SCREEN-INPUT = 0
MODIFY SCREEN.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Naga Mohan Kummara on Jan 14, 2010 10:06 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jan 2010 09:04:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-14T09:04:31Z</dc:date>
    <item>
      <title>disabling close button and execute button in dialog box screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-close-button-and-execute-button-in-dialog-box-screen/m-p/6482224#M1419133</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 have just created one dialog screen in se51 but i just want to know on how we can disable the close(icon) button and exectue(icon) button in this dialog screen.&lt;/P&gt;&lt;P&gt;will be waiting for your response.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 08:57:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-close-button-and-execute-button-in-dialog-box-screen/m-p/6482224#M1419133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T08:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: disabling close button and execute button in dialog box screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-close-button-and-execute-button-in-dialog-box-screen/m-p/6482225#M1419134</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;In module of PBO.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT SCREEN.
IF SCREEN-NAME = &amp;lt;Pass the fields you want&amp;gt;
SCREEN-INPUT = 0
MODIFY SCREEN.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Naga Mohan Kummara on Jan 14, 2010 10:06 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 09:04:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-close-button-and-execute-button-in-dialog-box-screen/m-p/6482225#M1419134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T09:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: disabling close button and execute button in dialog box screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-close-button-and-execute-button-in-dialog-box-screen/m-p/6482226#M1419135</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 to use below logic in PBO module of the dialog screen.&lt;/P&gt;&lt;P&gt;pass the FCODE of the close and execute button to internal table T_EXTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA :BEGIN OF t_extab occurs 0,&lt;/P&gt;&lt;P&gt;fcode like rsmpe-func,&lt;/P&gt;&lt;P&gt;END OF t_extab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH T_EXTAB.&lt;/P&gt;&lt;P&gt;MOVE 'SAVE' TO T_EXTAB-FCODE.&lt;/P&gt;&lt;P&gt;APPEND T_EXTAB.&lt;/P&gt;&lt;P&gt;CLEAR T_EXTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'STATUS' EXCLUDING T_EXTAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 09:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-close-button-and-execute-button-in-dialog-box-screen/m-p/6482226#M1419135</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2010-01-14T09:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: disabling close button and execute button in dialog box screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-close-button-and-execute-button-in-dialog-box-screen/m-p/6482227#M1419136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PBO module write the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      check screen-name = 'P_BACK'.          "Name of the push button you have given while creation&lt;/P&gt;&lt;P&gt;      screen-input = 0.&lt;/P&gt;&lt;P&gt;      modify screen.&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;Thanks&lt;/P&gt;&lt;P&gt;Sikha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 09:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-close-button-and-execute-button-in-dialog-box-screen/m-p/6482227#M1419136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T09:33:45Z</dc:date>
    </item>
  </channel>
</rss>

