<?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: Reg SELECTION SCREEN BLCOK.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen-blcok/m-p/2634019#M605909</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;&lt;/P&gt;&lt;P&gt;The size of the block is directly related to the number of fields you defin within. So if you would turn certain ones off during runtime, the height of the box would changed. As for the location, you can't change this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Omkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2007 15:48:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-24T15:48:14Z</dc:date>
    <item>
      <title>Reg SELECTION SCREEN BLCOK....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen-blcok/m-p/2634016#M605906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   I have one doubt regarding selection screen. i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK B1 WITH FRAME TILE TEXT-001.&lt;/P&gt;&lt;P&gt;  ................&lt;/P&gt;&lt;P&gt;  ................&lt;/P&gt;&lt;P&gt;  ................&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : END OF BLCOK B1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above syntax will give standard length of frame in SELECTION SCREEN but i want to customize it, I mean I want to decrease the size of frame as per requirement. So, How will I change the size of frame? regarding this plz give me example coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 15:38:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen-blcok/m-p/2634016#M605906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T15:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reg SELECTION SCREEN BLCOK....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen-blcok/m-p/2634017#M605907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9c2e35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9c2e35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/56/1eb6c705ad11d2952f0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/56/1eb6c705ad11d2952f0000e8353423/content.htm&lt;/A&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;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 15:46:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen-blcok/m-p/2634017#M605907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T15:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reg SELECTION SCREEN BLCOK....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen-blcok/m-p/2634018#M605908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; directly you cannot specify a particular length for that block, but if you use NO INTERVALS option the block size automatically adjusts according to the length os the PARAMETERS or SELECT-OPTIONS defined in that block&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK B1 WITH FRAME TITLE&lt;/P&gt;&lt;P&gt;                                    TEXT-001 &amp;lt;b&amp;gt;NO INTERVALS.&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;PARAMETERS : P_CHAR(10).&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : END OF BLOCK B1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Chandrasekhar Jagarlamudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 15:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen-blcok/m-p/2634018#M605908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T15:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reg SELECTION SCREEN BLCOK....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen-blcok/m-p/2634019#M605909</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;&lt;/P&gt;&lt;P&gt;The size of the block is directly related to the number of fields you defin within. So if you would turn certain ones off during runtime, the height of the box would changed. As for the location, you can't change this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Omkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 15:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen-blcok/m-p/2634019#M605909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T15:48:14Z</dc:date>
    </item>
  </channel>
</rss>

