<?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: need help regarding Modal dialog box in module pool programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233146#M771275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;put the  default next screen for the modal dialog box to the screen which u want to display&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2008 12:09:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-04T12:09:29Z</dc:date>
    <item>
      <title>need help regarding Modal dialog box in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233143#M771272</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;my program need a dialo box to popup and take some data and on pressing save button in the dialog box, the popup should close and the values in the previous screen should be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is, when i execute the program, i am unable to close the dialog box. i tried use sy-ucomm but found it of no use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please tell me the way to access the close button in the dialog box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 11:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233143#M771272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T11:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: need help regarding Modal dialog box in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233144#M771273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u give the coding&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 11:19:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233144#M771273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T11:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: need help regarding Modal dialog box in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233145#M771274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use the function module :-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Call function &amp;#145;LC_POPUP_TO_CONFIRM_STEP&amp;#146;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exporting&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;TEXTLINE1 = &amp;#145;YES&amp;#146;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;TEXTLINE2 = &amp;#145;NO&amp;#146;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;TITEL = &amp;#145;R U WANT TO SAVE&amp;#146;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exporting&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;ANSWER = &amp;#145;Y&amp;#146;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF SY-SUBRC = &amp;#145;Y&amp;#146;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;LOGIC TO SAVE DATA&amp;#133;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDIF.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REGARDS,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mekala vijay&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 11:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233145#M771274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T11:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: need help regarding Modal dialog box in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233146#M771275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;put the  default next screen for the modal dialog box to the screen which u want to display&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 12:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233146#M771275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T12:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: need help regarding Modal dialog box in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233147#M771276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sharad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq for the suggestion. i tried even that option. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is ,  i am unable to close the screen. when i press the close button (x mark) screen is not closing.  i want the screen to close and the control to go back to the previous screen, when i press close button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 12:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233147#M771276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T12:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: need help regarding Modal dialog box in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233148#M771277</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;Did you solve this problem. I am having the same issue here. I am unable to close the modal window. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdullah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 09:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233148#M771277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T09:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: need help regarding Modal dialog box in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233149#M771278</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;create a pf-status for the modal screen. add a close button(X) on the application toolbar. Give a function code of type 'E', ie., exit command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then write a &lt;STRONG&gt;module on EXIT command&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write your logic inside...like leave screen or call screen 0 etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 09:36:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233149#M771278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T09:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: need help regarding Modal dialog box in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233150#M771279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its working fine for me when I removed the next screen number. &lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way it goes to the screen from where this screen was called. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 09:38:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233150#M771279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T09:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: need help regarding Modal dialog box in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233151#M771280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abdullah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not solve that problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rambo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 10:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233151#M771280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T10:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: need help regarding Modal dialog box in module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233152#M771281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try Call Screen scrnumber.&lt;/P&gt;&lt;P&gt;and the modal screen would close down automatically.  All those fields that need population from the popup screen can be refered in the PBO module of the called screen. This would solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zankruti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 12:18:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-modal-dialog-box-in-module-pool-programming/m-p/3233152#M771281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T12:18:30Z</dc:date>
    </item>
  </channel>
</rss>

