<?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 query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251039#M1383715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikrant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether above code is working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam getting the following error while executing the above code. Could you pla check it once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error when generating the selection screen "1000" of report "ZAB&lt;/P&gt;&lt;P&gt;                     &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kanth on Oct 5, 2009 11:30 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Oct 2009 06:00:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-05T06:00:27Z</dc:date>
    <item>
      <title>Selection screen query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251034#M1383710</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;In my selection screen there are 10 fields are displaying one below another.   How do we display 5 fields in one column and another 5 fileds in second column instead of displaying all fields in one coloumn?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please suggest me what changes i need to do for the following code. &lt;/P&gt;&lt;P&gt;Code for your reference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters:&lt;/P&gt;&lt;P&gt;  p_gjahr1 like cosp-gjahr,&lt;/P&gt;&lt;P&gt;  p_gjahr2 like cosp-gjahr,&lt;/P&gt;&lt;P&gt;  p_gjahr3 like cosp-gjahr,&lt;/P&gt;&lt;P&gt;  p_gjahr4 like cosp-gjahr,&lt;/P&gt;&lt;P&gt;  p_gjahr5 like cosp-gjahr,&lt;/P&gt;&lt;P&gt;  p_perbl1 like cosp-perbl,&lt;/P&gt;&lt;P&gt;  p_perbl2 like cosp-perbl,&lt;/P&gt;&lt;P&gt;  p_perbl3 like cosp-perbl,&lt;/P&gt;&lt;P&gt;  p_perbl4 like cosp-perbl,&lt;/P&gt;&lt;P&gt;  p_perbl5 like cosp-perbl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2009 14:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251034#M1383710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-04T14:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251035#M1383711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if the below code works for you&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK block01 WITH FRAME TITLE text-t00.

SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS: p_gjahr1 like cosp-gjahr,
                         p_perbl1 like cosp-perbl.
SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS: p_gjahr2 like cosp-gjahr,
                         p_perbl2 like cosp-perbl.
SELECTION-SCREEN END OF LINE.
...
SELECTION-SCREEN END OF BLOCK block01. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2009 14:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251035#M1383711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-04T14:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251036#M1383712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Please &lt;STRONG&gt;SEARCH&lt;/STRONG&gt; this forum before you post .Because its basic question.

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2009 15:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251036#M1383712</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-10-04T15:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251037#M1383713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply.  this is working fine. Now iam not getting parameter variable description in selection screen whatever we give in slection texts (In Menu bar : Goto -&amp;gt; Text Elements -&amp;gt; Selection Texts).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2009 15:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251037#M1383713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-04T15:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251038#M1383714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use selection screen comment to display the parameter label description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN: BEGIN OF LINE.
PARAMETERS: abc(10)  TYPE c.
SELECTION-SCREEN COMMENT 0(5) TEXT-001 FOR FIELD abc.
PARAMETERS: def AS CHECKBOX.
SELECTION-SCREEN COMMENT 10(20) TEXT-002 FOR FIELD def.
SELECTION-SCREEN: END OF LINE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2009 15:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251038#M1383714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-04T15:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251039#M1383715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikrant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether above code is working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam getting the following error while executing the above code. Could you pla check it once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error when generating the selection screen "1000" of report "ZAB&lt;/P&gt;&lt;P&gt;                     &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kanth on Oct 5, 2009 11:30 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 06:00:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251039#M1383715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-05T06:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251040#M1383716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi modify the following code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK SL1 WITH FRAME TITLE TEXT-008.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECTION-SCREEN COMMENT 10(15) TEXT-001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;                 &lt;STRONG&gt;FOR FIELD P1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION POS_LOW.&lt;/P&gt;&lt;P&gt;PARAMETERS : P1 TYPE   C USER-COMMAND R2 RADIOBUTTON GROUP R2 DEFAULT 'X',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  P2 TYPE SCARR-CARRNAME,&lt;/P&gt;&lt;P&gt;  P3 TYPE CHAR1 RADIOBUTTON GROUP R2.&lt;/P&gt;&lt;P&gt;&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 SL1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 06:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251040#M1383716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-05T06:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251041#M1383717</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;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

SELECTION-SCREEN: BEGIN OF LINE.
SELECTION-SCREEN COMMENT 3(5) text-001 FOR FIELD abc.
PARAMETERS: abc(10)  TYPE c.
SELECTION-SCREEN COMMENT 50(20) text-002 FOR FIELD def.
PARAMETERS: def AS CHECKBOX.
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;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 06:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251041#M1383717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-05T06:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251042#M1383718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 04:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251042#M1383718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T04:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251043#M1383719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;when you use Parameter or select-options on selection always try to create a block for this and  according to this block put your &lt;/P&gt;&lt;P&gt;fields in blocks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &lt;/P&gt;&lt;P&gt;selection-screen: begin of block b1.&lt;/P&gt;&lt;P&gt;data: parameters or select-options.&lt;/P&gt;&lt;P&gt;selection-screen :end of block b1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 06:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/6251043#M1383719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T06:51:14Z</dc:date>
    </item>
  </channel>
</rss>

