<?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 report selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/3413092#M819714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;used single string with TILDE '~' column delimeter to maintain values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Aug 2008 21:05:27 GMT</pubDate>
    <dc:creator>kasithunuguntla</dc:creator>
    <dc:date>2008-08-01T21:05:27Z</dc:date>
    <item>
      <title>Table control in report selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/3413088#M819710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a selection screen with some fields. Now, below these fields, I need a table control in which i will have input parameters with 3 fields so that i can enter data in combinations and use the same while executing the report like an internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I should be able to save it as a Variants.&lt;/P&gt;&lt;P&gt;2. I should be able to schedule a background job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found similar notes but they dont help me save variants and with job schedules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request your help in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 16:37:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/3413088#M819710</guid>
      <dc:creator>kasithunuguntla</dc:creator>
      <dc:date>2008-02-18T16:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table control in report selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/3413089#M819711</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;U can insert a table control in selection-screen by subscreen, but the system can't see it as element of selection-screen, so it'll be able to store the data in a variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 16:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/3413089#M819711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T16:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table control in report selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/3413090#M819712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quick response. Can you please eloborate more. Or send sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 16:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/3413090#M819712</guid>
      <dc:creator>kasithunuguntla</dc:creator>
      <dc:date>2008-02-18T16:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table control in report selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/3413091#M819713</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 the selection-screen u can generated a tabstrip:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF TABBED BLOCK MAX FOR 22 LINES.
SELECTION-SCREEN TAB (25) TABS1 USER-COMMAND UCOMM1
         DEFAULT SCREEN 100.
SELECTION-SCREEN END OF BLOCK MAX.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the system'll generate a tabstrip in the selection-screen, here it'll load only the screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By screen painter u have to create a subscreen 100 where u insert your table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 17:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/3413091#M819713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T17:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table control in report selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/3413092#M819714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;used single string with TILDE '~' column delimeter to maintain values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 21:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/3413092#M819714</guid>
      <dc:creator>kasithunuguntla</dc:creator>
      <dc:date>2008-08-01T21:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table control in report selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/3413093#M819715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kasi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of my friend has similar requirement to have table control on selection screen and to be able to save as variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain how you approached it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 17:30:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/3413093#M819715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-25T17:30:23Z</dc:date>
    </item>
  </channel>
</rss>

