<?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 Screen with Program Name and Screen Number in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-with-program-name-and-screen-number/m-p/5813963#M1313784</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>Tue, 16 Jun 2009 09:49:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-16T09:49:10Z</dc:date>
    <item>
      <title>Calling Screen with Program Name and Screen Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-with-program-name-and-screen-number/m-p/5813962#M1313783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;             There is a report program in my repository, which calling the screen as &lt;/P&gt;&lt;P&gt;call screen 101. i want to use this screen in my own new program, is there possibility to call this screen with the program name as well. &lt;/P&gt;&lt;P&gt;OR how to call this screen in my own new program??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g;     CALL SCREEN 101 &amp;lt;with program_name&amp;gt; ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sohail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 09:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-with-program-name-and-screen-number/m-p/5813962#M1313783</guid>
      <dc:creator>muhammad_sohail</dc:creator>
      <dc:date>2009-06-16T09:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Screen with Program Name and Screen Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-with-program-name-and-screen-number/m-p/5813963#M1313784</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>Tue, 16 Jun 2009 09:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-with-program-name-and-screen-number/m-p/5813963#M1313784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T09:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Screen with Program Name and Screen Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-with-program-name-and-screen-number/m-p/5813964#M1313785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Sohail,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not possible you need to call the whole program using SUBMIT statement. &lt;/P&gt;&lt;P&gt;The kind of statement you are expecting is currently not available in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to find out a workaround for such situations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suvendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 09:51:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-with-program-name-and-screen-number/m-p/5813964#M1313785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T09:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Screen with Program Name and Screen Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-with-program-name-and-screen-number/m-p/5813965#M1313786</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 you can do is assign a transaction code to that screen... Then you can call the transaction in your program.... CALL TRANSACTION tcod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 10:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-with-program-name-and-screen-number/m-p/5813965#M1313786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T10:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Screen with Program Name and Screen Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-with-program-name-and-screen-number/m-p/5813966#M1313787</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 is the one way &lt;/P&gt;&lt;P&gt;se93--&amp;gt;Specify the program name and screen&lt;/P&gt;&lt;P&gt;In Program call the ztransaction (the screen will rovoke)..&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, 16 Jun 2009 10:30:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-with-program-name-and-screen-number/m-p/5813966#M1313787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T10:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Screen with Program Name and Screen Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-with-program-name-and-screen-number/m-p/5813967#M1313788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dharma....that is exactly what Sneha had replied...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 10:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-with-program-name-and-screen-number/m-p/5813967#M1313788</guid>
      <dc:creator>former_member212005</dc:creator>
      <dc:date>2009-06-16T10:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Screen with Program Name and Screen Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-with-program-name-and-screen-number/m-p/5813968#M1313789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for repeat !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Dharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 10:44:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-screen-with-program-name-and-screen-number/m-p/5813968#M1313789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T10:44:13Z</dc:date>
    </item>
  </channel>
</rss>

