<?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/5072024#M1178293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;selection-screen begin of block a with frame title text-001.
select-options: mydate for sy-datum no-extension obligatory.
parameters: g250 radiobutton group  a,
            g1000 radiobutton group a.
selection-screen end of block a.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2009 06:13:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-03T06:13:34Z</dc:date>
    <item>
      <title>Selection Screen Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/5072019#M1178288</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 have a requirement where a parameter is displayed(in a box) on selection of a radio button.&lt;/P&gt;&lt;P&gt;how can i do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 06:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/5072019#M1178288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T06:05:06Z</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/5072020#M1178289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is one of the most asked question here in SCN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please search the forums and refrain from asking such basic questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 06:07:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/5072020#M1178289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T06:07:15Z</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/5072021#M1178290</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;For box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection screen begin of block b1 WITH FRAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For radio button:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter: RAD radio button group R1 default 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more help you can press F1 on above syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Naveen Inuganti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 06:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/5072021#M1178290</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2009-02-03T06:07:51Z</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/5072022#M1178291</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;Test the following Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES: kna1.
selection-screen begin of block a with frame title text-001.
parameters: pmy type spmon obligatory.
select-options: sokunnr for kna1-kunnr no intervals obligatory,
                sossok for kna1-kunnr.
selection-screen: begin of line.
parameters fix_am RADIOBUTTON GROUP a.
selection-screen: comment 4(50) text-002.
selection-screen end of line.
selection-screen: begin of line.
parameters per_cr RADIOBUTTON GROUP a.
selection-screen: comment 4(50) text-003.
selection-screen end of line.
*PARAMETERS: pdcmy TYPE spmon OBLIGATORY." DEFAULT '200801'.
selection-screen end of block a.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Faisal Altaf on Feb 3, 2009 11:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 06:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/5072022#M1178291</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-02-03T06:08:41Z</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/5072023#M1178292</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;Ur requirement is not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my understanding is correct, then the following will helps u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

selection-screen begin of block input with frame title text-000.
parameters :desktop     radiobutton group rg_f user-command rg_f,
                   in_file type ibipparms-path modif id ps,
            menu     radiobutton group rg_f,
                   sys_file type ibipparms-path modif id as default  '/sapia/iface/in/comm/sapfin/' .
selection-screen end of block input.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 06:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/5072023#M1178292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T06:11:41Z</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/5072024#M1178293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;selection-screen begin of block a with frame title text-001.
select-options: mydate for sy-datum no-extension obligatory.
parameters: g250 radiobutton group  a,
            g1000 radiobutton group a.
selection-screen end of block a.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 06:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/5072024#M1178293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T06:13:34Z</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/5072025#M1178294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually it was not exactly what i was looking for thanks anyways it got resolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 08:53:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-query/m-p/5072025#M1178294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T08:53:14Z</dc:date>
    </item>
  </channel>
</rss>

