<?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 ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689932#M1576809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Supriya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be done in the event AT_SELECTION_SCREEN_OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hareesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Mar 2011 11:24:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-04T11:24:17Z</dc:date>
    <item>
      <title>Dynamic Selection Screen ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689930#M1576807</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;In ECC 6.0 , i want to create a dynamic screen .&lt;/P&gt;&lt;P&gt;Requirement is as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will maintaining a Z table which will contain Program Name (Zreport1 , zreport2 , zreport3 , etc ) all with a common selection parameter PAYROLL AREA .   Now , the selection screen of the new program needs to be such that if I maintain Zreport 1 and 2 in this Z table , then Report 1 and report2 description and the payroll area should come in sel screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THIS IS REPORT 1 &lt;/P&gt;&lt;P&gt;                Payroll Area : ____________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is REPORT 2&lt;/P&gt;&lt;P&gt;                PAYROLL AREA ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus the sel screen of the new program should differ based on the Z table entires .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls lemme know suggestions on the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 10:59:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689930#M1576807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-04T10:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection Screen ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689931#M1576808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can handle the same in AT INITIALIZATION event. Here check for entries in Z table and set the text .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 11:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689931#M1576808</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2011-03-04T11:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection Screen ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689932#M1576809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Supriya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be done in the event AT_SELECTION_SCREEN_OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hareesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 11:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689932#M1576809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-04T11:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection Screen ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689933#M1576810</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;AT Initialization event will work for you.&lt;/P&gt;&lt;P&gt;Just fetch the data from the table , read it with index1 and use the Write Statement to display it.&lt;/P&gt;&lt;P&gt;Thats all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arbind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 11:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689933#M1576810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-04T11:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection Screen ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689934#M1576811</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;But in this case , how will i specify the selection screen initially .&lt;/P&gt;&lt;P&gt;Also , my DB may have any number of records , so how can i change the text dynamically if initially i specify on selected number of user inputs ?&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, 04 Mar 2011 11:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689934#M1576811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-04T11:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection Screen ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689935#M1576812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I understood that you need to create dynamic selection screen based on the entries of some table.&lt;/P&gt;&lt;P&gt;I haven't come across with such requirement, but may be below link will be helpful to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/SAPhelp_nw04/helpdata/en/67/93b80914a911d2953c0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/SAPhelp_nw04/helpdata/en/67/93b80914a911d2953c0000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 11:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689935#M1576812</guid>
      <dc:creator>prasoon_sahay</dc:creator>
      <dc:date>2011-03-04T11:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection Screen ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689936#M1576813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Supriya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the below URL, it may help you.&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP&lt;/A&gt;&lt;EM&gt;Program&lt;/EM&gt;to&lt;EM&gt;generate&lt;/EM&gt;select-options+dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seee that if you can try of LDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arbind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 12:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689936#M1576813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-04T12:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection Screen ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689937#M1576814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Requirement scrapped&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2011 07:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-abap/m-p/7689937#M1576814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-30T07:57:44Z</dc:date>
    </item>
  </channel>
</rss>

