<?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: Table Control In Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-selection-screen/m-p/910789#M56981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Charles Folwell,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it still means that in a normal selection&lt;/P&gt;&lt;P&gt;screen we cannot use table control. This is what i understand and conclude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Amit Mittal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jan 2005 12:06:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-01-17T12:06:59Z</dc:date>
    <item>
      <title>Table Control In Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-selection-screen/m-p/910786#M56978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to use Table Control In a Selection Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Amit Mittal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jan 2005 07:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-selection-screen/m-p/910786#M56978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-15T07:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control In Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-selection-screen/m-p/910787#M56979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amit... you must use the Report Painter in order to do this.. go to the tx: SE80 and work with dynpros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jan 2005 16:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-selection-screen/m-p/910787#M56979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-15T16:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control In Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-selection-screen/m-p/910788#M56980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit and welcome to the group!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not think it is possible to put a table control on a selection screen.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to put selection screen objects on a regular screen, i.e. create a regular screen that can have a table control, and add selection screen features to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define a regular screen and create a subscreen area. Outside the subscreen area, put your table control. In the subscreen area, put a selection screen defined as a subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do help on command SELECTION-SCREEN and look at the option for BEGIN OF SCREEN nnn AS SUBSCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Demo program demo_sel_screen_as_subscreen might also help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a few notes that might be helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. define the selection screen with a number in the range 1001 thru 1100. If not, the normal selection screen events are not available.&lt;/P&gt;&lt;P&gt;2. set PF2=OPTI in the status for your screen or selection options will not work. Add the button as well as it appears on a regular selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know how it goes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jan 2005 21:40:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-selection-screen/m-p/910788#M56980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-15T21:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control In Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-selection-screen/m-p/910789#M56981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Charles Folwell,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it still means that in a normal selection&lt;/P&gt;&lt;P&gt;screen we cannot use table control. This is what i understand and conclude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Amit Mittal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2005 12:06:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-selection-screen/m-p/910789#M56981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-17T12:06:59Z</dc:date>
    </item>
  </channel>
</rss>

