<?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: Call Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5597009#M1275682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not sure, Have u checked the SY field values, like system dynamic number.&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2009 20:28:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-05T20:28:05Z</dc:date>
    <item>
      <title>Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5597008#M1275681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello folks &lt;/P&gt;&lt;P&gt;I Want to know if you have finding which screen i did call it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: i am on the screen 100 and call screen 200. My code i want to know what the screen i call, which in the case would be 200.&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>Tue, 05 May 2009 20:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5597008#M1275681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T20:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5597009#M1275682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not sure, Have u checked the SY field values, like system dynamic number.&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 20:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5597009#M1275682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T20:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5597010#M1275683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not understand your question exactly, but just trying to help you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are in 100 screen and calling 200 screen, how to findout what would be the next screen for 100? is it your question? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if so programatically its difficult to say which is screen going to be called from present screen until you execute the proper statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may call screen 200 / 300 / 400 from 100... everything will be coded in the 100 screen PAI with all conditions ... based on satisfied condition next screen will be dynamically identified and called from the screen 200. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to know current screen you can use system variable sy-dynnr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 20:30:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5597010#M1275683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T20:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5597011#M1275684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't get you question properly. For checking the screen number we use sy-dynnr system field. This field always hold the screen number in which your program cursor will be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kuntal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 20:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5597011#M1275684</guid>
      <dc:creator>former_member376453</dc:creator>
      <dc:date>2009-05-05T20:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Call Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5597012#M1275685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just use the &lt;STRONG&gt;SY-DYNNR&lt;/STRONG&gt; System field which stores the Screen No,, And display this field where you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 02:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/5597012#M1275685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T02:04:19Z</dc:date>
    </item>
  </channel>
</rss>

