<?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: Copied screen program not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copied-screen-program-not-working/m-p/6603347#M1437594</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and also the program and screen number you specified for any module pool program that is the sequnce from which sap follows debugging&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2010 10:29:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-15T10:29:13Z</dc:date>
    <item>
      <title>Copied screen program not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copied-screen-program-not-working/m-p/6603345#M1437592</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; There is one screen program which is already created.&lt;/P&gt;&lt;P&gt; I have to remove One push button from text box.&lt;/P&gt;&lt;P&gt; I had this program and removed the push button .&lt;/P&gt;&lt;P&gt; Now when I test the program through SE51 the other pushbuttons are not working.&lt;/P&gt;&lt;P&gt;When I debugged It . The program is not calling my screen but it is calling   SAPLSCR0 and screen Number 0401.&lt;/P&gt;&lt;P&gt;My doubt is from where this program is called.&lt;/P&gt;&lt;P&gt;After copying the program which screen numbers I have to give to copied program.&lt;/P&gt;&lt;P&gt;Can I give the same screen numbers Or I have to change screen number.&lt;/P&gt;&lt;P&gt;how to check the available screen numbers which I can use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 08:58:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copied-screen-program-not-working/m-p/6603345#M1437592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T08:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Copied screen program not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copied-screen-program-not-working/m-p/6603346#M1437593</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;first of all screen numbers are dependent on program. so even if you copy a program to another program there is no need to change the screen numbers.  you may need to rename include names if required.if all the push buttons are disabled once you deleted one push button, i think u might have not activated the status bar. Again go back to the screen PF STATUS and check there which push buttons are deleted and which are avialable,and u activated the PF status or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 10:27:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copied-screen-program-not-working/m-p/6603346#M1437593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T10:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Copied screen program not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copied-screen-program-not-working/m-p/6603347#M1437594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and also the program and screen number you specified for any module pool program that is the sequnce from which sap follows debugging&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 10:29:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copied-screen-program-not-working/m-p/6603347#M1437594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T10:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Copied screen program not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copied-screen-program-not-working/m-p/6603348#M1437595</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;     What Raghavender said is exactly correct. Also Besides this,  You have to create Transaction since it is the module pool program. While creation of the transaction code, make sure that you have to provide the main screen number. I mean the initial screen number. This effects the screen execution alot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murali Krishna T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 12:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copied-screen-program-not-working/m-p/6603348#M1437595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T12:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Copied screen program not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copied-screen-program-not-working/m-p/6603349#M1437596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank a Lot Guys .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solved Myself .But the solution given by muarali is correct. I was actually testing without creating transaction code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 13:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copied-screen-program-not-working/m-p/6603349#M1437596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T13:14:40Z</dc:date>
    </item>
  </channel>
</rss>

