<?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 error in selection-screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-selection-screen/m-p/6395296#M1405412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am using AT selection screen event, its shows an error like "within form routines and functional modules, the selection-screen statement is not allowed".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i comment the at selection screen, it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am unable to understand why the error is occuring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is  there any way to solve this issue. can anyone please explain me in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks n advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sandy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2009 10:18:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-09T10:18:14Z</dc:date>
    <item>
      <title>error in selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-selection-screen/m-p/6395296#M1405412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am using AT selection screen event, its shows an error like "within form routines and functional modules, the selection-screen statement is not allowed".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i comment the at selection screen, it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am unable to understand why the error is occuring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is  there any way to solve this issue. can anyone please explain me in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks n advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sandy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 10:18:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-selection-screen/m-p/6395296#M1405412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T10:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: error in selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-selection-screen/m-p/6395297#M1405413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the "AT SELECTION-SCREEN" event metioned in any subroutine (Form/Endform) or in FM (Function/endfunction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so please move it separate Include.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 10:20:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-selection-screen/m-p/6395297#M1405413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T10:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: error in selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-selection-screen/m-p/6395298#M1405414</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;It seems your using selection screen event with some form/enform.&lt;/P&gt;&lt;P&gt;Use some pop-up screen using function module instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 10:27:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-selection-screen/m-p/6395298#M1405414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T10:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: error in selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-selection-screen/m-p/6395299#M1405415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is because your Event AT SELECTION-SCREEN is place between &lt;STRONG&gt;From&lt;/STRONG&gt; and &lt;STRONG&gt;End From&lt;/STRONG&gt; (or) Inside a &lt;STRONG&gt;Function Module&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please move the &lt;STRONG&gt;event&lt;/STRONG&gt; to appropriate place will resolve the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 10:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-selection-screen/m-p/6395299#M1405415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T10:27:53Z</dc:date>
    </item>
  </channel>
</rss>

