<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792643#M651626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anitha,&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;if you want one by one use the below coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK D1 WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;parameters: p_date like bkpf-monat.  "==&amp;gt; month only 2 char&lt;/P&gt;&lt;P&gt;parameters: p_year like bkpf-gjahr. "==&amp;gt; year four char&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK D1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you  want ranges.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK D1 WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;select-options: s_date for bkpf-monat.  "==&amp;gt; month only 2 char&lt;/P&gt;&lt;P&gt;parameters: s_year for bkpf-gjahr. "==&amp;gt; year four char&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK D1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good regards,&lt;/P&gt;&lt;P&gt;vallamuthu.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2007 05:40:11 GMT</pubDate>
    <dc:creator>vallamuthu_madheswaran2</dc:creator>
    <dc:date>2007-09-12T05:40:11Z</dc:date>
    <item>
      <title>selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792638#M651621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have a requirement in our project where in selection screen we have to display&lt;/P&gt;&lt;P&gt;month and year as select-options, but in this format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from month year to month year. here month is taken as one field and year is taken as one field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are getting as one below the other but not one beside the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help us out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Anitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 05:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792638#M651621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T05:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792639#M651622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anitha , &lt;/P&gt;&lt;P&gt;  Use the command SELECTION-SCREEN BEGIN OF LINE .&lt;/P&gt;&lt;P&gt;To design your selection screen as per the said requirement.&lt;/P&gt;&lt;P&gt;Please go through the help of the command for more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 05:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792639#M651622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T05:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792640#M651623</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;in selection screen if you want to put 2 fields in a row or 2 radiobuttons in a row then use &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;&lt;/P&gt;&lt;P&gt;SELECTION SCREEN END OF LINE&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in between what ever code you write that will be in one line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;example&amp;lt;/b&amp;gt;&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 TEXT-004.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS : R1 RADIOBUTTON GROUP G1.&lt;/P&gt;&lt;P&gt;PARAMETERS : R2 RADIOBUTTON GROUP G1.&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;if you want to comment that then that will be done by like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(10) TEXT-002 FOR FIELD R1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in between the begin of line and end of line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;specify the comment possition exactly so that those 2 can't overide each other &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 05:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792640#M651623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T05:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792641#M651624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try like 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 POSITION 1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(10) TEXT-001 FOR FIELD BUY.&lt;/P&gt;&lt;P&gt;PARAMETERS: BUY RADIOBUTTON GROUP A1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 16.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 16(10) TEXT-002 FOR FIELD SELL.&lt;/P&gt;&lt;P&gt;PARAMETERS: SELL RADIOBUTTON GROUP A1.&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;in place of matnr and werks give month and year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 05:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792641#M651624</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-09-12T05:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792642#M651625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK blk1 WITH FRAME.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: Begin of line.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN comment 1(5) text-001.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_month1 LIKE t247-mnr.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_year1(4) type n.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN comment 30(2) text-002 for field p_month2.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_month2 LIKE t247-mnr.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_year2(4) type n.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: end of line.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK blk1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Note  text-001 = From&lt;/P&gt;&lt;P&gt;*Note  text-002 = To&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 05:38:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792642#M651625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T05:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792643#M651626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anitha,&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;if you want one by one use the below coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK D1 WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;parameters: p_date like bkpf-monat.  "==&amp;gt; month only 2 char&lt;/P&gt;&lt;P&gt;parameters: p_year like bkpf-gjahr. "==&amp;gt; year four char&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK D1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you  want ranges.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK D1 WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;select-options: s_date for bkpf-monat.  "==&amp;gt; month only 2 char&lt;/P&gt;&lt;P&gt;parameters: s_year for bkpf-gjahr. "==&amp;gt; year four char&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK D1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good regards,&lt;/P&gt;&lt;P&gt;vallamuthu.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 05:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792643#M651626</guid>
      <dc:creator>vallamuthu_madheswaran2</dc:creator>
      <dc:date>2007-09-12T05:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792644#M651627</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;use SELECTION-SCREEN BEGIN OF LINE.&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 LINE.&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;     EX: SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;                 SELECT-OPTIONS: YEAR TYPE C,&lt;/P&gt;&lt;P&gt;                                               MONTH TYPE C.&lt;/P&gt;&lt;P&gt;           SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;                                              &lt;/P&gt;&lt;P&gt;FOR MORE HELP PRESS F1 BUTTON ON ANY REPORT PROGRAM WHICH CONTAINING WORD SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF HELPFUL REWARD SOME POINTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WITH REGARDS,&lt;/P&gt;&lt;P&gt;SURESH ALURI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 05:48:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792644#M651627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T05:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792645#M651628</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;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;selection-screen begin of line.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen comment 1(8) date1.&lt;/P&gt;&lt;P&gt;parameters:date(2) type n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen comment 15(8) year1.&lt;/P&gt;&lt;P&gt;parameters:year(4) type n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen comment 59(8) date2.&lt;/P&gt;&lt;P&gt;parameters:dateh(2) type n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen comment 75(8) year2.&lt;/P&gt;&lt;P&gt;parameters:yearh(4) type n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;selection-screen end of line.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;initialization.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt; date1 = 'DATE1'.&lt;/P&gt;&lt;P&gt; year1 = 'YEAR1'.&lt;/P&gt;&lt;P&gt; date2 = 'DATE2'.&lt;/P&gt;&lt;P&gt; year2 = 'YEAR2'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 06:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792645#M651628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T06:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792646#M651629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;P&gt;The query is resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 12:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2792646#M651629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T12:36:58Z</dc:date>
    </item>
  </channel>
</rss>

