<?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 Select table fields on selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-table-fields-on-selection-screen/m-p/7965035#M1603230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement, where I need to select the table fields dynamically from the selection screen and further I should give option to user to save selected fields as variant and display the final report with the selected fields as catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For EX: In the selection screen user have two options, one is to check the select fields option where all fields from KNA1 will display from that user will select few and he can save as variant. After execution the report output should display?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Could you please guide me how to go ahead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;A Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2011 19:17:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-10T19:17:17Z</dc:date>
    <item>
      <title>Select table fields on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-table-fields-on-selection-screen/m-p/7965035#M1603230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement, where I need to select the table fields dynamically from the selection screen and further I should give option to user to save selected fields as variant and display the final report with the selected fields as catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For EX: In the selection screen user have two options, one is to check the select fields option where all fields from KNA1 will display from that user will select few and he can save as variant. After execution the report output should display?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Could you please guide me how to go ahead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;A Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 19:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-table-fields-on-selection-screen/m-p/7965035#M1603230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-10T19:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Select table fields on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-table-fields-on-selection-screen/m-p/7965036#M1603231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Standard SAP ALV Layout functionality is similar to your requirement. Provide a layout input parameter in the selection screen for the user to choose already saved layouts. Enable the layout in the ALV output for the user to choose the list of fields and to save layouts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 19:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-table-fields-on-selection-screen/m-p/7965036#M1603231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-10T19:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Select table fields on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-table-fields-on-selection-screen/m-p/7965037#M1603232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Why dont u use a query? Use the tcode SQ01.&lt;/P&gt;&lt;P&gt;In addition u can use the tcode SQVI.&lt;/P&gt;&lt;P&gt;Those are very simple to use and it does what u need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 20:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-table-fields-on-selection-screen/m-p/7965037#M1603232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-10T20:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Select table fields on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-table-fields-on-selection-screen/m-p/7965038#M1603233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm agree with Suman you can present in the initialization parameter with the field of the tables and the make the fieldcat with that information you can check this examples of interactive reports to get an idea &lt;A href="http://bit.ly/k6jFB4" target="test_blank"&gt;http://bit.ly/k6jFB4&lt;/A&gt; and this for creating a dynamic AVL &lt;A href="http://bit.ly/mflEEH" target="test_blank"&gt;http://bit.ly/mflEEH&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 20:54:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-table-fields-on-selection-screen/m-p/7965038#M1603233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-10T20:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select table fields on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-table-fields-on-selection-screen/m-p/7965039#M1603234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your requirements, you have to define the all the select-options inyour code but at first display onlya few selected ones. Then you can give a button to the user to select the fields and depending on the selection you can hide/unhide the select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g. you define the select-options on your screeen for all the fields of KNA1. But at first go, display only the customer. Now give a button to the user on the toolbar. When user clicks on the button, give a popup to the user displaying all the fields except customer and allow him to select them. Based on the selection of the user, you can hide/unhide the select-options for the remaining fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, in this case your select query will be dynamic. The field list and the where clause have to be maintained in a string and then passed to the select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the functions: FREE_SELECTION_INIT, FREE_SELECTION_DIALOG and MASS_SEL_FIELDS_ENTERPRISE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2011 04:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-table-fields-on-selection-screen/m-p/7965039#M1603234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-11T04:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Select table fields on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-table-fields-on-selection-screen/m-p/7965040#M1603235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 01:42:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-table-fields-on-selection-screen/m-p/7965040#M1603235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-13T01:42:27Z</dc:date>
    </item>
  </channel>
</rss>

