<?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: Dynamic selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/7158766#M1515565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Vijay,&lt;/P&gt;&lt;P&gt;&amp;gt; Thank you. But would you be kind enough to explain the pivot points of the program? I reviewed the code and could not figure out which part of it I need. Is there a specific function module I should look at? Or any specific statement?&lt;/P&gt;&lt;P&gt;&amp;gt; Salai.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program takes the table as input , you can choose the fields to be displayed in the selection screen and it will generate the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can concentrate this routine : &lt;STRONG&gt;FORM genr_scr&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Aug 2010 21:32:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-11T21:32:50Z</dc:date>
    <item>
      <title>Dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/7158763#M1515562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to dynamically generate the selection screen of my report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one give me some pointers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are required to fetch data from a custom table based on the user role and generate the selection screen dynamically. There are more that 100 possible selection fields in the custom table. So, I do not want to put in a LOOP AT SCREEN logic, since it will be lengthy and the properties of the selection fields (parameters/select-options) will be maintained in the custom table via an external RFC. Also, there may be new fields added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the fields are from just 3 tables. So, I am able to build the table selection logic dynamically. But we are not able to generate the selection screen dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 21:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/7158763#M1515562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-11T21:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/7158764#M1515563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just have a look at this Wiki article:  &lt;A href="http://wiki.sdn.sap.com/wiki/x/Zk" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/x/Zk&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 21:15:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/7158764#M1515563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-11T21:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/7158765#M1515564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijay,&lt;/P&gt;&lt;P&gt;Thank you. But would you be kind enough to explain the pivot points of the program? I reviewed the code and could not figure out which part of it I need. Is there a specific function module I should look at? Or any specific statement?&lt;/P&gt;&lt;P&gt;Salai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 21:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/7158765#M1515564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-11T21:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/7158766#M1515565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Vijay,&lt;/P&gt;&lt;P&gt;&amp;gt; Thank you. But would you be kind enough to explain the pivot points of the program? I reviewed the code and could not figure out which part of it I need. Is there a specific function module I should look at? Or any specific statement?&lt;/P&gt;&lt;P&gt;&amp;gt; Salai.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program takes the table as input , you can choose the fields to be displayed in the selection screen and it will generate the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can concentrate this routine : &lt;STRONG&gt;FORM genr_scr&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 21:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/7158766#M1515565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-11T21:32:50Z</dc:date>
    </item>
  </channel>
</rss>

