<?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: Reg : Selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen/m-p/2773144#M646239</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 is a selection screen and I have done coding for that...&lt;/P&gt;&lt;P&gt;the problem is, the control is not even going at start of selection event..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2007 07:18:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-04T07:18:18Z</dc:date>
    <item>
      <title>Reg : Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen/m-p/2773139#M646234</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;I created a custom button on the tool bar of my standard selection screen (1000).&lt;/P&gt;&lt;P&gt;On the click event of that button i want to call  another screen say 1200. &lt;/P&gt;&lt;P&gt;the user will provide inputs in the screen 1200 and on the click even of execute button on screen 1200 the report should be generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is when I click execute button on screen 1200 the control does not go the start of selection event, it again comes back to the standard selection screen  1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me an approch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards.&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen/m-p/2773139#M646234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen/m-p/2773140#M646235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check in debug mode if it is going to any other evet that is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN. or AT USER-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you might have to use the SY-DYNNR to find out the screen number and then process in these event blocks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Is 1200 a SELECTION-SCREEN or NORMAL screen?&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:29:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen/m-p/2773140#M646235</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-09-04T06:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen/m-p/2773141#M646236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;first use call screen 1200.&lt;/P&gt;&lt;P&gt;and give inputvalues.&lt;/P&gt;&lt;P&gt;then for  execute fctcode&lt;/P&gt;&lt;P&gt;generate report.&lt;/P&gt;&lt;P&gt;when 'exe'.&lt;/P&gt;&lt;P&gt;write ur logic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:32:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen/m-p/2773141#M646236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen/m-p/2773142#M646237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;I think u r not written code  for that . u should write the code under user case statement.&lt;/P&gt;&lt;P&gt;like this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy&lt;/P&gt;&lt;P&gt;when 'BACK'.&lt;/P&gt;&lt;P&gt;leave screen .&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just post u r code .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:33:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen/m-p/2773142#M646237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen/m-p/2773143#M646238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;carry out selections at pai of screen 1200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward points if dis helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen/m-p/2773143#M646238</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-09-04T06:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen/m-p/2773144#M646239</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 is a selection screen and I have done coding for that...&lt;/P&gt;&lt;P&gt;the problem is, the control is not even going at start of selection event..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 07:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen/m-p/2773144#M646239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T07:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen/m-p/2773145#M646240</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;The control will not gotoSTART-OF-SELECTION when you do a event on the screen, it will go to either AT SELECTIOn-SCREEN or AT USER-COMMNAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have these event blocks in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 07:50:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-selection-screen/m-p/2773145#M646240</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-09-04T07:50:14Z</dc:date>
    </item>
  </channel>
</rss>

