<?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: Calling Multiple Normal Screens in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283283#M1531782</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;This can be made easily. Just set the Next screen attribute on the Dynpro's attributes tab. &lt;/P&gt;&lt;P&gt;For example at 0100 dynpro set the next screen to 0200 and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if I might suggest you something, use only 1 screen and put more tabs on it. It's a much more user friendly solution. &lt;/P&gt;&lt;P&gt;You can use the Tabstrip with wizard option on the layout editor, for a quick and easy solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Sep 2010 07:39:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-27T07:39:41Z</dc:date>
    <item>
      <title>Calling Multiple Normal Screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283277#M1531776</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 have 6 Normal Screens. Now I want  to call One by one in sequence. How can it will be possible? In Dialog programing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 06:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283277#M1531776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T06:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Multiple Normal Screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283278#M1531777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi Narayan Padhi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will you click on any button or by just pressing enter?&lt;/P&gt;&lt;P&gt;If by pressing enter then write CALL SCREEN in the PAI of the each screen when SY-UCOMM is initial. Like, if you have 6 screens in series 100,200,300,400,500 &amp;amp; 600, then in PAI of screen 100 write :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Case SY-UCOMM.
When ''.
CALL SCREEN 200.
ENDCASE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Or if you have button then put that function code like, When 'CLICK'.&lt;/P&gt;&lt;P&gt;Similarly for other screens also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rock.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 07:07:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283278#M1531777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T07:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Multiple Normal Screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283279#M1531778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 07:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283279#M1531778</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2010-09-27T07:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Multiple Normal Screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283280#M1531779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr.Faisal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              Yes this might be basic question for you. I have only worked in TABLE CONTROL in Dialog programing, So only I have posted in the forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 07:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283280#M1531779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T07:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Multiple Normal Screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283281#M1531780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 07:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283281#M1531780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T07:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Multiple Normal Screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283282#M1531781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi Narayan Padhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that also you have to do the same as described above, in PAI of Screen 100 write the following :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Case SY-UCOMM.
When ''.
CALL SCREEN 200.
ENDCASE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI of Screen 200 write the following :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Case SY-UCOMM.
When ''.
CALL SCREEN 300.
ENDCASE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI of Screen 300 write the following :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Case SY-UCOMM.
When ''.
CALL SCREEN 400.
ENDCASE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI of Screen 400 write the following :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Case SY-UCOMM.
When ''.
CALL SCREEN 500.
ENDCASE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI of Screen 500 write the following :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Case SY-UCOMM.
When ''.
CALL SCREEN 600.
ENDCASE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rock.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 07:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283282#M1531781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T07:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Multiple Normal Screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283283#M1531782</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;This can be made easily. Just set the Next screen attribute on the Dynpro's attributes tab. &lt;/P&gt;&lt;P&gt;For example at 0100 dynpro set the next screen to 0200 and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if I might suggest you something, use only 1 screen and put more tabs on it. It's a much more user friendly solution. &lt;/P&gt;&lt;P&gt;You can use the Tabstrip with wizard option on the layout editor, for a quick and easy solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 07:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283283#M1531782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T07:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Multiple Normal Screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283284#M1531783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rock,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Actually I donot have any button only my user will hit ENTER after that user will pass from one screen to another screen.&lt;/P&gt;&lt;P&gt;Thanks for all your post for this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done this the same manner the way told, But actully my doubt is only thta with out pressing any button my user will hit enter the way we move in any Transaction while dpoing rrecording through (SHDB T-Code). the situatuion is same here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we use SET Screen also in palce of CALL SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So need ur  help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravi NarayanPadhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 07:51:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283284#M1531783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T07:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Multiple Normal Screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283285#M1531784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  Actually my scenario is my user will enter some data in the first screent hen he/she will hit enter then he/she will move to the next screen after that in the 2nd screen he/she will enter some data then he/she will hit enter, the same process will continue upto 6th screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable suggestion, But my friend my client's requiremnet is different. Thanks for your reply. &lt;/P&gt;&lt;P&gt;But iThink the way Mr. Rock is saying that is the appropriate way as per my knowledge. I have never used the way you told me. SAP is very big my knowledge is limited so please don't take it other wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 08:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283285#M1531784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T08:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Multiple Normal Screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283286#M1531785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi Narayan Padhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET SCREEN DYNR will set the next screen number as DYNR and once the PAI of the current screen is finished then automatically the screen DYNR will get called. I think using SET SCREEN will also give the same functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rock.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 08:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283286#M1531785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T08:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Multiple Normal Screens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283287#M1531786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rock,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Thanks the Issue got  nearly resolved. I think now I can proceed to achive the desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravi Narayan Padhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 08:50:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-normal-screens/m-p/7283287#M1531786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T08:50:50Z</dc:date>
    </item>
  </channel>
</rss>

