<?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/8199385#M1626102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply.i got some better idea..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you have any sample code ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Aug 2011 12:42:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-26T12:42:10Z</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/8199382#M1626099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru's&lt;/P&gt;&lt;P&gt;I have a selection screen with Cost bucket fields ( Morethan 30 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;Edited by: Syed Irfan Ali on Aug 26, 2011 11:40 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 09:40:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/8199382#M1626099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-26T09:40:05Z</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/8199383#M1626100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may help [&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="746834"&gt;&lt;/A&gt;|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="746834"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And regarding the variants matter, I once faced this issue and i came up with a reasonable solution since there's no standard option to store/retrieve the TC values in it.&lt;/P&gt;&lt;P&gt;What you can do is to declare as many Select-Options as columns your TC has, and hide them, so they will not show up. Then the only thing you gotta do is: when the user saves the variant, you have to load your TC data into these Select-Options, so they wil be filled with the data and stored in the variant along with the rest of the parameters. &lt;/P&gt;&lt;P&gt;Then when the user picks an existing variant, do the opposite: loop at the select-options and populate their data into your TC.&lt;/P&gt;&lt;P&gt;If anyone has a better idea, please post.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jose Maria Otero on Aug 26, 2011 1:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 10:04:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/8199383#M1626100</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-08-26T10:04:42Z</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/8199384#M1626101</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;Screen should  have Sub-screen with selection fields and bottom will have table control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table control,Place the function code &lt;STRONG&gt;'Variant'&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever the function code is triggered , call the new popup screen with input varaint name and description and &lt;STRONG&gt;save&lt;/STRONG&gt; the table control data in the in the custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Place one layout parameter in the main screen. so that you can can select the variant. and display the same data in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and by this you can save selection fields and layout as main variant to the report.. based on this variant you can schedule the back ground job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aravind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 11:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/8199384#M1626101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-26T11:27:04Z</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/8199385#M1626102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply.i got some better idea..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you have any sample code ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 12:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/8199385#M1626102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-26T12:42:10Z</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/8199386#M1626103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot add a table control to a selection-screen, so you will have to do everything yourself, and insert your selection screen in a dynpro containing a table control, which is allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a screen dynpro (not a selection-screen) with &lt;/P&gt;&lt;P&gt;- a subscreen area&lt;/P&gt;&lt;P&gt;- a table control&lt;/P&gt;&lt;P&gt;Create a [selection-screen as a subscreen|http://help.sap.com/saphelp_nw70/helpdata/en/e7/deb237b9a9a968e10000009b38f8cf/frameset.htm], put the standard parameters, and an hidden parameter in which you will copy the full internal table managed in the dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in PBO/PAI you will have to manage yourself the variants (select, save, etc) with FM of function group SVAR (RS_CREATE_VARIANT, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 12:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/8199386#M1626103</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-08-26T12:43:44Z</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/8199387#M1626104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;Thanks for Quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give sample code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 15:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-report-selection-screen/m-p/8199387#M1626104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-26T15:56:41Z</dc:date>
    </item>
  </channel>
</rss>

