<?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/3197345#M761891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Did u create the screen for call screen 'Screen numer'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;theja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2007 16:06:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-10T16:06:26Z</dc:date>
    <item>
      <title>Call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3197343#M761889</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;  I need to call custome report program (which having call screen statement) from another standard report. While calling the standard program I'm getting an run time error message 'Screen does not exist'. Can any one pls give me a suggestion to rectify the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kannan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 15:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3197343#M761889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T15:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3197344#M761890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you calling the program? what kind of program it is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your custom program is a executable program, use submit report and report or if you are calling a transaction use call transaction and you can see the help for all other options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well, explain it bit clearly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 15:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3197344#M761890</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2007-12-10T15:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3197345#M761891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Did u create the screen for call screen 'Screen numer'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;theja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 16:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3197345#M761891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T16:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3197346#M761892</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;   Thanks for your reply.&lt;/P&gt;&lt;P&gt;   Actually the standard program having the perform statement with program name like '*PERFORM output_creation IN PROGRAM (&amp;lt;program name&amp;gt;)' and calling the custom report. In custom report program having the form routine for above perform and I have created the screen 100 and using the call screen statement. I'm getting an error message while calling the standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kannan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 16:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3197346#M761892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T16:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3197347#M761893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you cannot use screen of different program in other program. Better, create a program and submit command to execute the external program. Non-Catchable Exceptions &lt;/P&gt;&lt;P&gt;&amp;#149;	Cause: Dynpro not found. &lt;/P&gt;&lt;P&gt;Runtime Error: DYNPRO_NOT_FOUND&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 20:29:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3197347#M761893</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2007-12-10T20:29:17Z</dc:date>
    </item>
  </channel>
</rss>

