<?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: Custom screen size in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-size/m-p/4522988#M1069283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While testing the screen in standalone mode, intially a screen comes up with fileds open to enter the x &amp;amp; y coordinates of the screen to appear.&lt;/P&gt;&lt;P&gt; You can change these coordinates and save them as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but as mentioned in the previous replies the basic thing is if u r calling a subscreen then u should look into the size of the subscreen area rather then the size of the subscreen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2008 16:56:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-25T16:56:09Z</dc:date>
    <item>
      <title>Custom screen size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-size/m-p/4522982#M1069277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a subscreen that should not be "fullscreen". I mean, I want it to have a custom size, something like 200x200 and to be displayd when I run a FM. I've created a subscreen using screen painter but it apears at the maximum size as all the screens.&lt;/P&gt;&lt;P&gt;How  can I set the custom size?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Diana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 10:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-size/m-p/4522982#M1069277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T10:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom screen size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-size/m-p/4522983#M1069278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the screen painter go to the screen layout where you can reduce the size of your subscreen according to your requirements. After that your subscreen will not be displayed as a full screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nitesh Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 10:08:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-size/m-p/4522983#M1069278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T10:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Custom screen size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-size/m-p/4522984#M1069279</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;Just check the attributes of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

Lines/Columns   Occupied  0     0
                         Mainten.  27    120

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R.Nagarajan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 10:09:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-size/m-p/4522984#M1069279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T10:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Custom screen size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-size/m-p/4522985#M1069280</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;Use the Starting at and ending at of the call screen statement;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL SCREEN dynnr 
            STARTING AT col1 lin1 
            ENDING   AT col2 lin2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See F1 Help for CALL SCREEN For more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 10:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-size/m-p/4522985#M1069280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T10:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom screen size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-size/m-p/4522986#M1069281</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;Also While creating the Screen in screen painter give the &lt;STRONG&gt;Screen Type&lt;/STRONG&gt; as &lt;STRONG&gt;Modal Dialog Box&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 10:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-size/m-p/4522986#M1069281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T10:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom screen size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-size/m-p/4522987#M1069282</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;sub screen will be placed in sub screen area.so, you don't change size for sub screen. you maintain size for sub screen area. if sub screen is bigger than sub screen area, system will show scroll bar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 10:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-size/m-p/4522987#M1069282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T10:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Custom screen size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-size/m-p/4522988#M1069283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While testing the screen in standalone mode, intially a screen comes up with fileds open to enter the x &amp;amp; y coordinates of the screen to appear.&lt;/P&gt;&lt;P&gt; You can change these coordinates and save them as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but as mentioned in the previous replies the basic thing is if u r calling a subscreen then u should look into the size of the subscreen area rather then the size of the subscreen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 16:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-screen-size/m-p/4522988#M1069283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T16:56:09Z</dc:date>
    </item>
  </channel>
</rss>

