<?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 selection screen 1000 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-1000/m-p/1034727#M84862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Can i include a table control in selection screen 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;joseph fryda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Nov 2005 14:25:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-22T14:25:47Z</dc:date>
    <item>
      <title>selection screen 1000</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-1000/m-p/1034727#M84862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Can i include a table control in selection screen 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;joseph fryda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2005 14:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-1000/m-p/1034727#M84862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-22T14:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen 1000</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-1000/m-p/1034728#M84863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would not suggest it.  Instead embed a selection screen in a subscreen of a dynpro with the table control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a sample program of how to embed a selection screen in a dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report zrich_0006 .

tables: mara.

* Custom Selection Screen 1010
selection-screen begin of screen 1010 as subscreen.
selection-screen begin of block b1 with frame title text-001.
parameters: p_rad1 radiobutton group grp1 default 'X',
            p_rad2 radiobutton group grp1,
            p_rad3 radiobutton group grp1.
select-options: s_matnr for  mara-matnr,
                s_matkl for  mara-matkl,
                s_mtart for  mara-mtart.
selection-screen end of block b1.
selection-screen end of screen 1010.


start-of-selection.

  call screen 100.
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  STATUS_0100  OUTPUT
*&amp;amp;---------------------------------------------------------------------*
module status_0100 output.
*  SET PF-STATUS 'xxxxxxxx'.
*  SET TITLEBAR 'xxx'.

endmodule.
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Module  USER_COMMAND_0100  INPUT
*&amp;amp;---------------------------------------------------------------------*
module user_command_0100 input.

endmodule.


* Screen screen 100 with a subscreen area called "subscreen_1010"
* Screen Flow Logic follows

*process before output.
*
*  module status_0100.
*
*  call subscreen subscreen_1010 including sy-repid '1010'.
*
*process after input.
*
*  call subscreen subscreen_1010 .
*
*  module user_command_0100.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&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;Rich Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Rich Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2005 14:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-1000/m-p/1034728#M84863</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-11-22T14:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen 1000</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-1000/m-p/1034729#M84864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah I think you can Use . But I never Come Across.&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>Tue, 22 Nov 2005 14:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-1000/m-p/1034729#M84864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-22T14:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen 1000</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-1000/m-p/1034730#M84865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i know till now, It is not Possible to Include the Table Control in the Selection Screen 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection-screen 1000 is a Standard Selection screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, i believe, its not possible to include Table COntrol into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Satya Krishna.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2005 14:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-1000/m-p/1034730#M84865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-22T14:32:27Z</dc:date>
    </item>
  </channel>
</rss>

