<?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: How to create the selection screen dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-selection-screen-dynamically/m-p/5435058#M1246851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; just a quick suggestion.&lt;/P&gt;&lt;P&gt;Debug the standard transaction code SE16. It designs the selection screen dinamically based on the fields that you choose. With a very quick debug, seems that the transaction generates a program using some define routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With some patient, you can use its to design your screen.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Mar 2009 11:18:13 GMT</pubDate>
    <dc:creator>andrea_galluccio2</dc:creator>
    <dc:date>2009-03-24T11:18:13Z</dc:date>
    <item>
      <title>How to create the selection screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-selection-screen-dynamically/m-p/5435054#M1246847</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;I have a requirement to create the selection screen Dynamically. All the fields that should appear on the selection screen will be available in a custom table. So, based on the entries available in the Z tables, the selection screen should be built. Eg. If there are 10 records available in the Z table, the selection screen should consist of 10 fields. If there are 100 entries, the Selection screen should contain 100 fields. and the logic to build this selection screen should be carried out dynamically in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone of you please share the valuable inputs on this. If anyone has the sample code to do this, please share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paddu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 11:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-selection-screen-dynamically/m-p/5435054#M1246847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T11:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the selection screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-selection-screen-dynamically/m-p/5435055#M1246848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;search in sdn before posting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 11:13:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-selection-screen-dynamically/m-p/5435055#M1246848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T11:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the selection screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-selection-screen-dynamically/m-p/5435056#M1246849</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;Kindly go through this sample program below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DEMO_LIST_FORMAT_INPUT *and &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;check this function module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FREE_SELECTIONS_DIALOG *.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 11:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-selection-screen-dynamically/m-p/5435056#M1246849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T11:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the selection screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-selection-screen-dynamically/m-p/5435057#M1246850</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;Refer to this link ..https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/dynamic&lt;EM&gt;Selection&lt;/EM&gt;Screens&lt;EM&gt;based&lt;/EM&gt;on&lt;EM&gt;user&lt;/EM&gt;inputs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 11:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-selection-screen-dynamically/m-p/5435057#M1246850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T11:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the selection screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-selection-screen-dynamically/m-p/5435058#M1246851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; just a quick suggestion.&lt;/P&gt;&lt;P&gt;Debug the standard transaction code SE16. It designs the selection screen dinamically based on the fields that you choose. With a very quick debug, seems that the transaction generates a program using some define routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With some patient, you can use its to design your screen.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 11:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-the-selection-screen-dynamically/m-p/5435058#M1246851</guid>
      <dc:creator>andrea_galluccio2</dc:creator>
      <dc:date>2009-03-24T11:18:13Z</dc:date>
    </item>
  </channel>
</rss>

