<?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 blocks side by side in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-blocks-side-by-side/m-p/1864063#M364515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kripa,&lt;/P&gt;&lt;P&gt;   YOu cannot do that . YOu can refer the standard include: BDCRECX1 for arragement of screen parameters side by side.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Feb 2007 07:52:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-05T07:52:17Z</dc:date>
    <item>
      <title>Selection - Screen blocks side by side</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-blocks-side-by-side/m-p/1864060#M364512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement of putting Selection screen blocks side by side ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say for example.....&lt;/P&gt;&lt;P&gt;I have a code ............&lt;/P&gt;&lt;P&gt;"SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;............&lt;/P&gt;&lt;P&gt;............&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code will insert a BLOCK in the selection screen and will put the parameters or select-options inside it ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is .... like ....&lt;/P&gt;&lt;P&gt;"SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;............&lt;/P&gt;&lt;P&gt;............&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and something like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-002.&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;Blocks B1 and B2 should come side by side .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope i am clear with the question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expecting replies &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Kripa Rangachari ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 07:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-blocks-side-by-side/m-p/1864060#M364512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T07:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Selection - Screen blocks side by side</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-blocks-side-by-side/m-p/1864061#M364513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We can not create side by side blocks in the selection screen as we cannot have a option to specify the position with the BLOCK statments. but you can do this way, using the below code you can format the fields side by side in a BLOCK&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 1(10) TEXT-001.&lt;/P&gt;&lt;P&gt;  PARAMETERS: P1(3), P2(5), P3(1).&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can specify the Position here and the fields in allignment and wirt ethe commnet for every field for the text of that field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 07:49:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-blocks-side-by-side/m-p/1864061#M364513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T07:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Selection - Screen blocks side by side</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-blocks-side-by-side/m-p/1864062#M364514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try this&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 1(10) TEXT-001 FOR FIELD P1. &lt;/P&gt;&lt;P&gt;  PARAMETERS: P1 LIKE SAPLANE-PLANETYPE, P2(5), P3(1). &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will give you side by side thing or you can use &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION pos. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not sure whether position will place the block side by side or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 07:49:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-blocks-side-by-side/m-p/1864062#M364514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T07:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Selection - Screen blocks side by side</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-blocks-side-by-side/m-p/1864063#M364515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kripa,&lt;/P&gt;&lt;P&gt;   YOu cannot do that . YOu can refer the standard include: BDCRECX1 for arragement of screen parameters side by side.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 07:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-blocks-side-by-side/m-p/1864063#M364515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T07:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Selection - Screen blocks side by side</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-blocks-side-by-side/m-p/1864064#M364516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kripa&lt;/P&gt;&lt;P&gt; Use &lt;/P&gt;&lt;P&gt;Comments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To place comments on the selection screen, you use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT [/]&amp;lt;pos(len)&amp;gt; &amp;lt;comm&amp;gt; [FOR FIELD &amp;lt;f&amp;gt;]&lt;/P&gt;&lt;P&gt;[MODIF ID &amp;lt;key&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement writes the &amp;lt;comm&amp;gt; comment on the selection screen. For &amp;lt;comm&amp;gt;, you can specify a text symbol or a field name with a maximum length of eight characters. This character field must not be declared with the DATA statement, but is generated automatically with length &amp;lt;len&amp;gt;. The field must be filled before the selection screen is called. You must always specify the &amp;lt;pos(len)&amp;gt; addition. Only if there are several elements in one line, can you omit &amp;lt;pos&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text &amp;lt;comm&amp;gt; will be displayed, starting in column &amp;lt;pos&amp;gt;, for a length of &amp;lt;len&amp;gt;. If you do not use a slash (/), the comment is written into the current line; otherwise a new line is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use FOR FIELD &amp;lt;f&amp;gt; to assign a field label to the comment. &amp;lt;f&amp;gt; can be the name of a parameter or a selection criterion. As a result, if the user requests help on the comment on the selection screen, the help text for the assigned field &amp;lt;f&amp;gt; is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MODIF ID &amp;lt;key&amp;gt; addition has the same function as for the PARAMETERS statement. You can use it to modify the comment before the selection screen is called.&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 1(10) TEXT-001 FOR FIELD P1. &lt;/P&gt;&lt;P&gt;PARAMETERS: P1 LIKE SAPLANE-PLANETYPE, P2(5), P3(1). &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 08:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-blocks-side-by-side/m-p/1864064#M364516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T08:02:44Z</dc:date>
    </item>
  </channel>
</rss>

