<?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: adding a popup screen to module pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-popup-screen-to-module-pool-program/m-p/1709949#M310574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to pass some values in your popup then use this function mocule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_GET_VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM_WITH_MESSAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depends on what you want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But both should solve your issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Nov 2006 17:01:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-10T17:01:16Z</dc:date>
    <item>
      <title>adding a popup screen to module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-popup-screen-to-module-pool-program/m-p/1709943#M310568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a module pool program. When this program starts through a transaction code, I want to display a popup screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used CALL SCREEN ______ STARTING AT 10 10. But then I'm not able to close this screen when I click over it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saurabh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 13:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-popup-screen-to-module-pool-program/m-p/1709943#M310568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T13:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: adding a popup screen to module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-popup-screen-to-module-pool-program/m-p/1709944#M310569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you calling a different screen in the PAI of the pop up screen? This should then close this screen and take you to the new screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 13:47:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-popup-screen-to-module-pool-program/m-p/1709944#M310569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T13:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: adding a popup screen to module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-popup-screen-to-module-pool-program/m-p/1709945#M310570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to have a GUI status created and call that PF-STATUS to the pop up screen. You can do the same using SET PF-STATUS 'xxxx' in the PBO of the pop up screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you will have to handle the function codes of the menu (pf-status) in the PAI of the pop up screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 13:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-popup-screen-to-module-pool-program/m-p/1709945#M310570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T13:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: adding a popup screen to module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-popup-screen-to-module-pool-program/m-p/1709946#M310571</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;u can do the following in PBO of first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION &amp;lt;b&amp;gt;'POPUP_TO_CONFIRM_WITH_MESSAGE'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;     defaultoption        = 'Y'&lt;/P&gt;&lt;P&gt;      diagnosetext1        = 'Hi'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DIAGNOSETEXT2        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DIAGNOSETEXT3        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      textline1            = 'Good Morning'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TEXTLINE2            = 'Wishes'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      titel                = p_title&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  START_COLUMN         = 25&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  START_ROW            = 6&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CANCEL_DISPLAY       = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;     answer               =  p_answer .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps...&lt;/P&gt;&lt;P&gt;please reward if useful....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 13:51:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-popup-screen-to-module-pool-program/m-p/1709946#M310571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T13:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: adding a popup screen to module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-popup-screen-to-module-pool-program/m-p/1709947#M310572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to close that pou-up status you can create the menu bar using the menu painter and give the appropriate functionality for each button whatever you want to place in the pop up screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 14:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-popup-screen-to-module-pool-program/m-p/1709947#M310572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T14:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: adding a popup screen to module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-popup-screen-to-module-pool-program/m-p/1709948#M310573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the PAI of the new popup screen you need to code for the EXIT button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case OK_CODE.&lt;/P&gt;&lt;P&gt;When 'EXIT'.&lt;/P&gt;&lt;P&gt;   LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;   SET SCREEN &amp;lt;Initial screen #&amp;gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, if so reward me points!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 16:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-popup-screen-to-module-pool-program/m-p/1709948#M310573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T16:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: adding a popup screen to module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-popup-screen-to-module-pool-program/m-p/1709949#M310574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to pass some values in your popup then use this function mocule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_GET_VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM_WITH_MESSAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depends on what you want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But both should solve your issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 17:01:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-popup-screen-to-module-pool-program/m-p/1709949#M310574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T17:01:16Z</dc:date>
    </item>
  </channel>
</rss>

