<?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: Rename screen problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rename-screen-problem/m-p/4414040#M1048737</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;Are you sure to have activated the new screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to run trx SE80, insert your program, refresh the tree and then update the navigation index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After doing these actions check if you can see the new screen in SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2008 07:47:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-17T07:47:17Z</dc:date>
    <item>
      <title>Rename screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rename-screen-problem/m-p/4414039#M1048736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am writing a dialog problem which will call screen 9100 by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN '9100' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today, I rename the screen number from 9100 to 9020 by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN '9020'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of PBO/PAI modules is udpated as well, but &lt;/P&gt;&lt;P&gt;I still got an error "DYNPRO NOT FOUND".&lt;/P&gt;&lt;P&gt;From the error message, I found the program still pointing to 9100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to copy the screen 9100 to 9020 instead of rename but still the same error.&lt;/P&gt;&lt;P&gt;I also try download and upload the screen but still the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAP version is ECC6.0.&lt;/P&gt;&lt;P&gt;Do I miss any step or is there any OSS note to fix this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 07:39:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rename-screen-problem/m-p/4414039#M1048736</guid>
      <dc:creator>former_member457651</dc:creator>
      <dc:date>2008-09-17T07:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Rename screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rename-screen-problem/m-p/4414040#M1048737</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;Are you sure to have activated the new screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to run trx SE80, insert your program, refresh the tree and then update the navigation index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After doing these actions check if you can see the new screen in SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 07:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rename-screen-problem/m-p/4414040#M1048737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T07:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rename screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rename-screen-problem/m-p/4414041#M1048738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I found the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is my fault.&lt;/P&gt;&lt;P&gt;I rename those PBO/PAI but I forgot the table control object in the top include file&lt;/P&gt;&lt;P&gt;&amp;gt;_&amp;lt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 07:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rename-screen-problem/m-p/4414041#M1048738</guid>
      <dc:creator>former_member457651</dc:creator>
      <dc:date>2008-09-17T07:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rename screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rename-screen-problem/m-p/4414042#M1048739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;        Check the attributes of that screen and check whether the screen number is updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 07:52:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rename-screen-problem/m-p/4414042#M1048739</guid>
      <dc:creator>former_member182354</dc:creator>
      <dc:date>2008-09-17T07:52:03Z</dc:date>
    </item>
  </channel>
</rss>

