<?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: Function module required for popup in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-required-for-popup/m-p/6245407#M1382710</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;Try the function module POPUP_WITH_TABLE_DISPLAY. - &lt;/P&gt;&lt;P&gt;Provide a display of a table for user to select one, with the value of the table line returned when selected. &lt;/P&gt;&lt;P&gt;This FM will return the index of the selected row in the parameter CHOISE. Use this index to further process if required.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Sep 2009 04:38:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-24T04:38:09Z</dc:date>
    <item>
      <title>Function module required for popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-required-for-popup/m-p/6245406#M1382709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to  have an  intermediate popup in a report where It shows all output columns .User should be able to select from this list  and output should show only those columns.Please guide me to implement this.&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>Thu, 24 Sep 2009 04:31:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-required-for-popup/m-p/6245406#M1382709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-24T04:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Function module required for popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-required-for-popup/m-p/6245407#M1382710</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;Try the function module POPUP_WITH_TABLE_DISPLAY. - &lt;/P&gt;&lt;P&gt;Provide a display of a table for user to select one, with the value of the table line returned when selected. &lt;/P&gt;&lt;P&gt;This FM will return the index of the selected row in the parameter CHOISE. Use this index to further process if required.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 04:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-required-for-popup/m-p/6245407#M1382710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-24T04:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Function module required for popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-required-for-popup/m-p/6245408#M1382711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you may display an ALV grid in subscreen and call it on selection from the main report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 04:39:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-required-for-popup/m-p/6245408#M1382711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-24T04:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function module required for popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-required-for-popup/m-p/6245409#M1382712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can go like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) First build an internal table containing all the fieldnames of the final output internal table. Then build a fieldcatalog for it and keep a checkbox before each field name(row). Use the function module REUSE_ALV_POPUP_TO_SELECT to display the ALV popup for the possible fieldnames. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.) After the user selects the possible fieldnames and presses Continue button, build the field catalog for the final output table. And display the final output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is too complex for you, then you can debug the TCode SE16 to understand how SAP has handled this scenario for displaying only the user's choice of output fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 08:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-required-for-popup/m-p/6245409#M1382712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-24T08:31:30Z</dc:date>
    </item>
  </channel>
</rss>

