<?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 Screen Maximize button not coming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-maximize-button-not-coming/m-p/7986963#M1605267</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 having a problem in Normal Screen  I am not getting Maximize and Minimize button when I am calling second screen when the user presses a button on first screen. the code I have written is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---Call the Screen for the Log Display&lt;/P&gt;&lt;P&gt;  CALL SCREEN 101 STARTING AT 10 5. Is it because of Starting at addition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the Close button at top end X but before that I should get minimize - and Maximize [] buttons.&lt;/P&gt;&lt;P&gt;Please advice how to get these options. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2011 11:43:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-23T11:43:12Z</dc:date>
    <item>
      <title>Screen Maximize button not coming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-maximize-button-not-coming/m-p/7986963#M1605267</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 having a problem in Normal Screen  I am not getting Maximize and Minimize button when I am calling second screen when the user presses a button on first screen. the code I have written is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---Call the Screen for the Log Display&lt;/P&gt;&lt;P&gt;  CALL SCREEN 101 STARTING AT 10 5. Is it because of Starting at addition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the Close button at top end X but before that I should get minimize - and Maximize [] buttons.&lt;/P&gt;&lt;P&gt;Please advice how to get these options. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 11:43:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-maximize-button-not-coming/m-p/7986963#M1605267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-23T11:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Maximize button not coming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-maximize-button-not-coming/m-p/7986964#M1605268</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;For Pop Up windows (  Call Screen with addition of starting at  end at ) Only Close button will be there..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check Standard programs too.. ( for example check BCALV_GRID_03 program ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 13:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-maximize-button-not-coming/m-p/7986964#M1605268</guid>
      <dc:creator>Kiran_Valluru</dc:creator>
      <dc:date>2011-06-23T13:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Maximize button not coming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-maximize-button-not-coming/m-p/7986965#M1605269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want the Minimize &amp;amp; Maximize button for popup window, you are looking for Amodal window and the one you are getting is a Modal window. Refer to the below code and code within the FM for AModal popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD'
       EXPORTING
            DOKLANGU         = LANGUAGE
            CALLED_FOR_TAB   = L_TABNAME
            CALLED_FOR_FIELD = L_FIELDNAME. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 19:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-maximize-button-not-coming/m-p/7986965#M1605269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-23T19:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Maximize button not coming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-maximize-button-not-coming/m-p/7986966#M1605270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As said by other we cannot get a maximize and minimize buttons in the popup screen of type normal.&lt;/P&gt;&lt;P&gt;Instead if you need them then make the screen as a Modal dialog screen and then change the properties of the screen. &lt;/P&gt;&lt;P&gt;Else you can always create a new screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhargav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 09:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-maximize-button-not-coming/m-p/7986966#M1605270</guid>
      <dc:creator>Venkat_Sesha</dc:creator>
      <dc:date>2011-06-27T09:23:07Z</dc:date>
    </item>
  </channel>
</rss>

