<?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: Selection screen block width in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-width/m-p/2840266#M665170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sourabh..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We cannot place the Blocks of selection Screen Side by side.&lt;/P&gt;&lt;P&gt;But you can achieve this using BEGIN of Line .. END Of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK b2 WITH FRAME TITLE t2. "text-002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF Line.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: Comment 5(10) text-C01.&lt;/P&gt;&lt;P&gt;PARAMETERS: rjon1 LIKE rad1 RADIOBUTTON GROUP a,&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: Comment 45(10) text-C02.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_field1 type i.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: End OF Line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF Line.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: Comment 5(10) text-C03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters : rjon2 LIKE rad2 RADIOBUTTON GROUP a,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: Comment 45(10) text-C04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_field2 type i.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: End OF Line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK b2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF HELPFUL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2007 10:41:18 GMT</pubDate>
    <dc:creator>varma_narayana</dc:creator>
    <dc:date>2007-10-01T10:41:18Z</dc:date>
    <item>
      <title>Selection screen block width</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-width/m-p/2840263#M665167</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;I need to add few fields adjacent to already existing block .Foer ex i m using &lt;/P&gt;&lt;P&gt;the following code and getting one block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK b2 WITH FRAME TITLE t2.    "text-002.&lt;/P&gt;&lt;P&gt;PARAMETERS:      rjon1 LIKE rad1  RADIOBUTTON GROUP a,&lt;/P&gt;&lt;P&gt;                 rjon2 LIKE rad2  RADIOBUTTON GROUP a,&lt;/P&gt;&lt;P&gt;                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK b2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add 2 more fields adjacent to these fields ( on the right side of this block), in a seperate or in the same block.&lt;/P&gt;&lt;P&gt;Please tell how this can be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 10:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-width/m-p/2840263#M665167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T10:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen block width</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-width/m-p/2840264#M665168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Please check if you can make these changes in the screen painter for screen 1000 of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Rashmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 10:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-width/m-p/2840264#M665168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T10:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen block width</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-width/m-p/2840265#M665169</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;I forgot to mention that i m using logical database PAP.So it wont be possible for me to use screens.Is there any other options in selection screen itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 10:37:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-width/m-p/2840265#M665169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T10:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen block width</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-width/m-p/2840266#M665170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sourabh..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We cannot place the Blocks of selection Screen Side by side.&lt;/P&gt;&lt;P&gt;But you can achieve this using BEGIN of Line .. END Of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK b2 WITH FRAME TITLE t2. "text-002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF Line.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: Comment 5(10) text-C01.&lt;/P&gt;&lt;P&gt;PARAMETERS: rjon1 LIKE rad1 RADIOBUTTON GROUP a,&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: Comment 45(10) text-C02.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_field1 type i.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: End OF Line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF Line.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: Comment 5(10) text-C03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters : rjon2 LIKE rad2 RADIOBUTTON GROUP a,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: Comment 45(10) text-C04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_field2 type i.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: End OF Line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK b2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF HELPFUL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 10:41:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-width/m-p/2840266#M665170</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-01T10:41:18Z</dc:date>
    </item>
  </channel>
</rss>

