<?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 basic doubt... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-basic-doubt/m-p/1813132#M348422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the following line:&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 123.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2007 16:08:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-08T16:08:22Z</dc:date>
    <item>
      <title>Selection screen basic doubt...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-basic-doubt/m-p/1813130#M348420</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 was looking at sample ABAP code in ABAPDOCU for learning ABAP objects and trying to replicate the smae in my own ZREPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 100 AS WINDOW  TITLE text-100.&lt;/P&gt;&lt;P&gt;PARAMETERS: button1 RADIOBUTTON GROUP grp,&lt;/P&gt;&lt;P&gt;            button2 RADIOBUTTON GROUP grp,&lt;/P&gt;&lt;P&gt;            button3 RADIOBUTTON GROUP grp,&lt;/P&gt;&lt;P&gt;            button4 RADIOBUTTON GROUP grp.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Don't I need to design screen 100 when I copy the standard ABAPDOCU code in my ZREPORT ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If I change the screen 100 to 123 in the sample code like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 123 AS WINDOW  TITLE text-123.&lt;/P&gt;&lt;P&gt;PARAMETERS: button1 RADIOBUTTON GROUP grp,&lt;/P&gt;&lt;P&gt;            button2 RADIOBUTTON GROUP grp,&lt;/P&gt;&lt;P&gt;            button3 RADIOBUTTON GROUP grp,&lt;/P&gt;&lt;P&gt;            button4 RADIOBUTTON GROUP grp.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; and then run the zeport, it gives an ABAP DUMP as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Program "ZOBJECT" tried to use screen 0100.&lt;/P&gt;&lt;P&gt;The screen does not exist."                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am not using 100 now , I am using 123...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 16:03:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-basic-doubt/m-p/1813130#M348420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T16:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen basic doubt...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-basic-doubt/m-p/1813131#M348421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt; U might not have changed the screen number in call selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U need to change this stmt :&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;call selection-screen '100'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;To&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; call selection-screen '123'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Please do reward helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 16:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-basic-doubt/m-p/1813131#M348421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T16:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen basic doubt...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-basic-doubt/m-p/1813132#M348422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the following line:&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 123.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 16:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-basic-doubt/m-p/1813132#M348422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T16:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen basic doubt...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-basic-doubt/m-p/1813133#M348423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you copy the code to a "Z" report...You should also copy the SCREEN in SE51....If you change 100 for 123 you should also modified that in your copied SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look for the CALL SCREEN statement inside the program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 16:08:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-basic-doubt/m-p/1813133#M348423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T16:08:36Z</dc:date>
    </item>
  </channel>
</rss>

