<?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: moving between screens in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547976#M1074058</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;To move between screen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can specify the next screen number using following ststement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET SCREEN '0100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leaving the current screen using following statement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R.Nagarajan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2008 09:37:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-23T09:37:39Z</dc:date>
    <item>
      <title>moving between screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547974#M1074056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi SAP Technical Guru,&lt;/P&gt;&lt;P&gt;i have main screen i.e.100&lt;/P&gt;&lt;P&gt;main screen has 3 different screeen i.e. 011,012,013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now my problem is when i am trying back to go screen from 100 to 011 its going to program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i want it should go to main screen i.e. 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly suggest me how to overcome this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 08:55:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547974#M1074056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T08:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: moving between screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547975#M1074057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use SET SCREEN and LEAVE SCREEN Statements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or Leave to screen &amp;lt;screenno&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know what are you doing..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 09:35:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547975#M1074057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T09:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: moving between screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547976#M1074058</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;To move between screen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can specify the next screen number using following ststement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET SCREEN '0100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leaving the current screen using following statement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R.Nagarajan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 09:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547976#M1074058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T09:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: moving between screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547977#M1074059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay babu,&lt;/P&gt;&lt;P&gt;thanks for responding.&lt;/P&gt;&lt;P&gt;i created one main screen (100).&lt;/P&gt;&lt;P&gt;main screen has 3 push buttons like below&lt;/P&gt;&lt;P&gt;1.create PO(011)&lt;/P&gt;&lt;P&gt;2.change/modify(012)&lt;/P&gt;&lt;P&gt;3.display(013)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i click on create PO it goes to another screen(011). now my problem is when i am pressing back button its comes to abap editor but not to main screen.how would i over come this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to move screens between 100,011,012,013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 13:25:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547977#M1074059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T13:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: moving between screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547978#M1074060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;when i click on create PO it goes to another screen(011). &lt;/P&gt;&lt;P&gt;How are you calling the screen 011. &lt;/P&gt;&lt;P&gt;using call sreen 011 or leave to screen 011 (set screen 011 , leave screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which one you are using././?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 13:57:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547978#M1074060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T13:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: moving between screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547979#M1074061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;call screen 011 i am using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 14:28:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547979#M1074061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T14:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: moving between screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547980#M1074062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried with leave to screen 011 , it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check that,...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 15:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547980#M1074062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T15:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: moving between screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547981#M1074063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leave to screen 0, leads you to the previous screen (if your ideia is to return to the previous screen),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 15:25:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547981#M1074063</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-09-23T15:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: moving between screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547982#M1074064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this code in Main screen (100)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PAI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'PO'.&lt;/P&gt;&lt;P&gt;call screen 011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PAI&lt;/STRONG&gt; of 011 screen&lt;/P&gt;&lt;P&gt;In screen 011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'back'.  " are you using GUI for activating Back ?&lt;/P&gt;&lt;P&gt;call screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This practically working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my answer helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 04:49:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547982#M1074064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T04:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: moving between screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547983#M1074065</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;try this it will work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use CALL SCREEN 011 in screen 100&lt;/P&gt;&lt;P&gt;use LEAVE SCREEN in 011 to come back to 100.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 05:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547983#M1074065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T05:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: moving between screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547984#M1074066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay,&lt;/P&gt;&lt;P&gt;its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more help i need ,i created tabstrip with two pushbuttons and i have taken subscreen area in each pushbutton , at output it shows two pushbuttons but not moving into two pushbuttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have any program, like one screen has tabstrip and table control for creating PO(purchase Order) kindly provide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 06:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547984#M1074066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T06:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: moving between screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547985#M1074067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have any examples. Check the standard example ME21N/ME22N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also check the Demo programs on Tab strip&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABSTRIP_LOCAL&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABSTRIP_SERVER&lt;/P&gt;&lt;P&gt;DEMO_SEL_SCREEN_IN_TABSTRIP&lt;/P&gt;&lt;P&gt;DEMO_SEL_SCREEN_WITH_TABSTRIP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 08:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547985#M1074067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T08:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: moving between screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547986#M1074068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay babu,&lt;/P&gt;&lt;P&gt;thanks for responding i given full points.&lt;/P&gt;&lt;P&gt;i wil be contact with you on yahoo mail. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 09:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-between-screens/m-p/4547986#M1074068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T09:50:25Z</dc:date>
    </item>
  </channel>
</rss>

