<?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: Selection-Screen inside includes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-inside-includes/m-p/9864281#M1787925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please put some screen shot and what you are trying to achieve to better understand your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Oct 2013 06:13:46 GMT</pubDate>
    <dc:creator>nabheetscn</dc:creator>
    <dc:date>2013-10-28T06:13:46Z</dc:date>
    <item>
      <title>Selection-Screen inside includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-inside-includes/m-p/9864275#M1787919</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 function group with 4 includes. Inside each include I am creating one selection screen, which gets displayed on screen based on some framework.&lt;/P&gt;&lt;P&gt;The problem is, since the 4 includes are inside the same function group, whenever i put statements such as AT SELECTION-SCREEN OUTPUT in more than 2 of these includes, I get an error message stating &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;The event "AT SELECTION-SCREEN OUTPUT&amp;nbsp;&amp;nbsp; " was already specified in the program&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Any help in this regard will be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;Preeti Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 05:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-inside-includes/m-p/9864275#M1787919</guid>
      <dc:creator>preeti_gupta3</dc:creator>
      <dc:date>2013-10-28T05:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen inside includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-inside-includes/m-p/9864276#M1787920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi Preeti,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;SAP won't allow us to declare the AT SELECTION-SCREEN OUTPUT more than once in a single program or function group.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Better you can declare a single AT SELECTION-SCREEN OUTPUT and use some conditions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;SKR&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 05:59:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-inside-includes/m-p/9864276#M1787920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-28T05:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen inside includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-inside-includes/m-p/9864277#M1787921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi you create a global include for selection screen use At selection screen events only once in the same include.put validations or if conditions to display on screen according to your framework. Thanks Kamesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 06:04:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-inside-includes/m-p/9864277#M1787921</guid>
      <dc:creator>kamesh_g</dc:creator>
      <dc:date>2013-10-28T06:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen inside includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-inside-includes/m-p/9864278#M1787922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi &lt;/P&gt;&lt;H5 class="simple" style="padding-top: 8px; font-weight: normal; font-size: 20px; background-color: #ffffff; color: #333333;"&gt;Preeti Gupta ,&lt;/H5&gt;&lt;P&gt; Since those all includes belong to same Function Group , you cannot have more than one AT SELECTION-SCREEN OUTPUT event to be triggered . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my knowlegde , the only way is to go with seperate function groups or In the same AT SELECTION-SCREEN OUTPUT&amp;nbsp; you at to write a logic to make execute different screens based on your requirement.&amp;nbsp; If some expert can really post a soultion on this , even Ill be&amp;nbsp; &lt;STRONG&gt;Enlightened&lt;/STRONG&gt; . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Shiv. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 06:10:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-inside-includes/m-p/9864278#M1787922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-28T06:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen inside includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-inside-includes/m-p/9864279#M1787923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kamesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to do that, but during runtime it shows empty area between fields for fields which are there in the select-option, but is not displayed.&lt;/P&gt;&lt;P&gt;This problem happens, when there is a pop-up on the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 06:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-inside-includes/m-p/9864279#M1787923</guid>
      <dc:creator>preeti_gupta3</dc:creator>
      <dc:date>2013-10-28T06:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen inside includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-inside-includes/m-p/9864280#M1787924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Preeti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can not have more than one. What you can do is inside here put yours checks based on the framework?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 06:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-inside-includes/m-p/9864280#M1787924</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-10-28T06:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen inside includes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-inside-includes/m-p/9864281#M1787925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please put some screen shot and what you are trying to achieve to better understand your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 06:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-inside-includes/m-p/9864281#M1787925</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-10-28T06:13:46Z</dc:date>
    </item>
  </channel>
</rss>

