<?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/3321032#M795533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wonder why was it needed, it is not appearing on a modal dialog window... Anyways it is working now, thanx for the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2008 08:34:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-30T08:34:37Z</dc:date>
    <item>
      <title>Call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3321026#M795527</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'm calling a modal dialog window, like this:&lt;/P&gt;&lt;P&gt;CALL SCREEN 2100 STARTING AT 1 1 ENDING AT 80 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has a status, and am am able to close the window, using one button from the status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the window is not closing, when I click on the 'X' in the right-top corner (standard windows close button).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What shall I do to close the window with this icon?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 08:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3321026#M795527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T08:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3321027#M795528</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;Do like this in PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'EXIT'. &lt;/P&gt;&lt;P&gt;LEAVE PROGRAM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 08:20:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3321027#M795528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T08:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3321028#M795529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tamas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  enter /h (breake point) and catch the function code(sy-ucomm).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then IN PAI .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module screen_cancel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In rthis module write code&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 'your function code'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   leave screen to 0.&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;Don't forget to reward if useful....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 08:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3321028#M795529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T08:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3321029#M795530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not calling the PAI, when I click on it, so no user command checking is available.&lt;/P&gt;&lt;P&gt;Any other options?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 08:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3321029#M795530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T08:25: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/3321030#M795531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tams,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the PF-STATUS IN PBO of that screen and add cancel button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then write the code as given earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 08:30:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3321030#M795531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T08:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3321031#M795532</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;Enable the EXIT button in PF-STATUS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this program also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_AT_EXIT_COMMAND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 08:30:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3321031#M795532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T08:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Call screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3321032#M795533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wonder why was it needed, it is not appearing on a modal dialog window... Anyways it is working now, thanx for the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 08:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-screen/m-p/3321032#M795533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T08:34:37Z</dc:date>
    </item>
  </channel>
</rss>

