<?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: screen on small window in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-on-small-window/m-p/8578723#M1660613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jitender,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it may not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2012 09:04:11 GMT</pubDate>
    <dc:creator>madhu_vadlamani</dc:creator>
    <dc:date>2012-01-25T09:04:11Z</dc:date>
    <item>
      <title>screen on small window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-on-small-window/m-p/8578722#M1660612</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 an requirement when I execute an 'Z' transaction it need to appear in small window. I have created the screen as Normal screen and made size small , But it is not working. Please Suggest.&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;Jeet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 08:16:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-on-small-window/m-p/8578722#M1660612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-25T08:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: screen on small window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-on-small-window/m-p/8578723#M1660613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jitender,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it may not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 09:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-on-small-window/m-p/8578723#M1660613</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2012-01-25T09:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: screen on small window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-on-small-window/m-p/8578724#M1660614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;If M using like this it is working according to my requirement.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 9250 AS WINDOW TITLE text-002.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK bl1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;*SELECT-OPTIONS   mtart FOR mara-mtart.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK bl1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 9250.&lt;/P&gt;&lt;P&gt;CALL SELECTION-SCREEN '9250' STARTING AT 10 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE CALL_TRANSACTION INPUT.&lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt; when 'CRET'.&lt;/P&gt;&lt;P&gt;  call TRANSACTION 'ZH_MSAL' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I execute this One the standard execute check save and cancel button should not come. I need to add Push Button according to my requirement. &lt;/P&gt;&lt;P&gt;Can You Help.?&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;P&gt;Jeet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 09:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-on-small-window/m-p/8578724#M1660614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-25T09:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: screen on small window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-on-small-window/m-p/8578725#M1660615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check like this.&lt;/P&gt;&lt;P&gt; &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 = '%_00'&lt;/P&gt;&lt;P&gt;p_program = sy-repid&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;p_exclude =  one parrameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 10:12:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-on-small-window/m-p/8578725#M1660615</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2012-01-25T10:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: screen on small window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-on-small-window/m-p/8578726#M1660616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please create your own PF status and call them in PBO of screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 10:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-on-small-window/m-p/8578726#M1660616</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2012-01-25T10:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: screen on small window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-on-small-window/m-p/8578727#M1660617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GOTO Create other object which is available in tool bar or press shift+F5 select screen give Ex:9000 fir developing create it will ask you Normal screen or subscreen modal dialog box based on your requirement you can create&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 09:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-on-small-window/m-p/8578727#M1660617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-27T09:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: screen on small window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-on-small-window/m-p/8578728#M1660618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change it from normal screen to modal dialogue box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 09:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-on-small-window/m-p/8578728#M1660618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-27T09:28:44Z</dc:date>
    </item>
  </channel>
</rss>

