<?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: Blocks in Selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248499#M144313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I don't think in selection-screen,&lt;/P&gt;&lt;P&gt;  we can provide block LEFT/RIGHT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. It usually does vertically downwards,&lt;/P&gt;&lt;P&gt;   occupying the full screen &amp;lt;------&amp;gt; horizontally !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Anyway, wait for other answers !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. However, u may design thru screen painter,&lt;/P&gt;&lt;P&gt;   in a normal se38 report,&lt;/P&gt;&lt;P&gt;   and show that screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Design it so that it has two block left-right.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Mar 2006 11:35:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-03T11:35:42Z</dc:date>
    <item>
      <title>Blocks in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248496#M144310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is a requirement that i need to have two blocks in my selection screen as , on Left few fields in one block and on right few fields in another block .&lt;/P&gt;&lt;P&gt;Please help me out with syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 11:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248496#M144310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T11:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Blocks in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248497#M144311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use SELECTION-SCREEN BEGIN OF LINE .. END OF LINE  and then SELECTION-SCREEN POSITION to place your fields on the left &amp;amp; right ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 11:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248497#M144311</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-03-03T11:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Blocks in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248498#M144312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;selection-screen: begin of block b1 with fream text-001.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------" /&gt;&lt;P&gt;fields&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;fields&lt;/P&gt;&lt;P&gt;selection-scree:  end of bolck b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen: begin of block b2 with fream text-002.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------" /&gt;&lt;P&gt;fields&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;fields&lt;/P&gt;&lt;P&gt;selection-scree:  end of bolck b2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 11:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248498#M144312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T11:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Blocks in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248499#M144313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I don't think in selection-screen,&lt;/P&gt;&lt;P&gt;  we can provide block LEFT/RIGHT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. It usually does vertically downwards,&lt;/P&gt;&lt;P&gt;   occupying the full screen &amp;lt;------&amp;gt; horizontally !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Anyway, wait for other answers !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. However, u may design thru screen painter,&lt;/P&gt;&lt;P&gt;   in a normal se38 report,&lt;/P&gt;&lt;P&gt;   and show that screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Design it so that it has two block left-right.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 11:35:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248499#M144313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T11:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Blocks in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248500#M144314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can position the elements on the screen using:&lt;/P&gt;&lt;P&gt;selection-screen position 50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is how you can place elements...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 11:36:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248500#M144314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T11:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Blocks in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248501#M144315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;left right is not possible as said by amit&lt;/P&gt;&lt;P&gt;and syntax is as said by eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 11:37:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248501#M144315</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-03-03T11:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Blocks in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248502#M144316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;selection-screen begin of block b1 with FRAME title text-001.&lt;/P&gt;&lt;P&gt;select-options ...&lt;/P&gt;&lt;P&gt;parameters ...&lt;/P&gt;&lt;P&gt;selection-screen end of block b1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 11:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248502#M144316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T11:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Blocks in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248503#M144317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;design ur screen using screen painter &amp;amp; use it in ur report Program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 11:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248503#M144317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T11:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Blocks in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248504#M144318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Priya,&lt;/P&gt;&lt;P&gt; I dont think it is possible to put two blocks parallely..&lt;/P&gt;&lt;P&gt;until you specify the POPSITION with every component.. hope you can use tabbed panes  .. as follows..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF SCREEN 100 AS SUBSCREEN. 
PARAMETERS: p1(10) TYPE c, 
            p2(10) TYPE c, 
            p3(10) TYPE c. 
SELECTION-SCREEN END OF SCREEN 100. 

SELECTION-SCREEN BEGIN OF SCREEN 200 AS SUBSCREEN. 
PARAMETERS: q1(10) TYPE c, 
            q2(10) TYPE c, 
            q3(10) TYPE c. 
SELECTION-SCREEN END OF SCREEN 200. 

SELECTION-SCREEN: BEGIN OF TABBED BLOCK mytab FOR 10 LINES, 
                  TAB (20) button1 USER-COMMAND push1, 
                  TAB (20) button2 USER-COMMAND push2, 
                  END OF BLOCK mytab.
INITIALIZATION. 
  button1 = 'Selection Screen 1'. 
  button2 = 'Selection Screen 2'. 
  mytab-prog = sy-repid. 
  mytab-dynnr = 100. 
  mytab-activetab = 'PUSH1'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 11:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248504#M144318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T11:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Blocks in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248505#M144319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi priya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECTION-SCREEN: BEGIN OF LINE, &lt;/P&gt;&lt;P&gt;                  PUSHBUTTON 2(10) push USER-COMMAND fcode, &lt;/P&gt;&lt;P&gt;                  POSITION 16. &lt;/P&gt;&lt;P&gt;PARAMETERS para(20) TYPE c. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 40(40) text, &lt;/P&gt;&lt;P&gt;                  END OF LINE.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the probelm is you cant use select-option insed this. you can have only parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use position for the positioning the fields&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;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 11:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248505#M144319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T11:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Blocks in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248506#M144320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope you can position your elements like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF LINE.
  PARAMETERS left TYPE i.
  selection-screen position 60.
  PARAMETERS right TYPE i.
SELECTION-SCREEN END OF LINE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wenceslaus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 11:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248506#M144320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T11:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Blocks in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248507#M144321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create your own screen align it accroding to your requirement , call it in your program as your selection screen. that can be done...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 11:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248507#M144321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T11:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Blocks in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248508#M144322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satesh,&lt;/P&gt;&lt;P&gt;I have select options also.&lt;/P&gt;&lt;P&gt;- priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 11:54:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248508#M144322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T11:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Blocks in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248509#M144323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create your selection screen with the required blocks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then open that screen in screen painter (SE51).&lt;/P&gt;&lt;P&gt;and move the blocks as needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save and activate..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 12:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248509#M144323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T12:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Blocks in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248510#M144324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This code works well. Try it out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: vbak.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;  PARAMETERS left TYPE i.&lt;/P&gt;&lt;P&gt;  selection-screen position 60.&lt;/P&gt;&lt;P&gt;  PARAMETERS right 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;SELECT-OPTIONS: s_vb FOR vbak-vbeln.&lt;/P&gt;&lt;P&gt;  selection-screen position 60.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_vb1 FOR vbak-vbeln.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 12:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248510#M144324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T12:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Blocks in Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248511#M144325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt; If that is the case you'll have to define the position of each item individually..as mentioned by all above&lt;/P&gt;&lt;P&gt; using the &amp;lt;b&amp;gt;POSITION&amp;lt;/b&amp;gt; ..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  selection-screen  position xx.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 12:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/blocks-in-selection-screen/m-p/1248511#M144325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T12:45:19Z</dc:date>
    </item>
  </channel>
</rss>

