<?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 a function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-a-function-module/m-p/2849627#M667706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please use code as below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: header(30),&lt;/P&gt;&lt;P&gt;Question(30),&lt;/P&gt;&lt;P&gt;answer(20),&lt;/P&gt;&lt;P&gt;button1(10),&lt;/P&gt;&lt;P&gt;button2(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;header = 'Confirm for SAVE'.&lt;/P&gt;&lt;P&gt;question = 'Do you want to SAVE'.&lt;/P&gt;&lt;P&gt;button1 = 'Yes'.&lt;/P&gt;&lt;P&gt;button2 = 'No'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_TO_CONFIRM'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;TITLEBAR = header&lt;/P&gt;&lt;P&gt;TEXT_QUESTION = question&lt;/P&gt;&lt;P&gt;TEXT_BUTTON_1 = button1&lt;/P&gt;&lt;P&gt;TEXT_BUTTON_2 = button2&lt;/P&gt;&lt;P&gt;DEFAULT_BUTTON = '1'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;ANSWER = answer&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;TEXT_NOT_FOUND = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if answer eq '1'.&lt;/P&gt;&lt;P&gt;*SAVE................................&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep Kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2007 15:12:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-04T15:12:18Z</dc:date>
    <item>
      <title>Need a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-a-function-module/m-p/2849624#M667703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAP experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am downloading some data into an excel sheet from list output where i have kept a pushbutton for download button for the same on the application tool bar of list output.If I click the pushbutton I have to get a pop-up screen which should ask for a confirmation to save the file or to open the file.Could anyone tell me if there is any fm which caters the above requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is very much appreciated in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 14:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-a-function-module/m-p/2849624#M667703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T14:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-a-function-module/m-p/2849625#M667704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;POPUP_TO_DISPLAY_TEXT &lt;/P&gt;&lt;P&gt;POPUP_DISPLAY_TEXT &lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM_VALUES &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are so many fun modules for popup&lt;/P&gt;&lt;P&gt;in SE37 enter &lt;STRONG&gt;pop&lt;/STRONG&gt;up&lt;STRONG&gt;confirm&lt;/STRONG&gt; you will see many&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 15:06:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-a-function-module/m-p/2849625#M667704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T15:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-a-function-module/m-p/2849626#M667705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;POPUP_TO_CONFIRM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 15:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-a-function-module/m-p/2849626#M667705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T15:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-a-function-module/m-p/2849627#M667706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please use code as below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: header(30),&lt;/P&gt;&lt;P&gt;Question(30),&lt;/P&gt;&lt;P&gt;answer(20),&lt;/P&gt;&lt;P&gt;button1(10),&lt;/P&gt;&lt;P&gt;button2(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;header = 'Confirm for SAVE'.&lt;/P&gt;&lt;P&gt;question = 'Do you want to SAVE'.&lt;/P&gt;&lt;P&gt;button1 = 'Yes'.&lt;/P&gt;&lt;P&gt;button2 = 'No'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_TO_CONFIRM'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;TITLEBAR = header&lt;/P&gt;&lt;P&gt;TEXT_QUESTION = question&lt;/P&gt;&lt;P&gt;TEXT_BUTTON_1 = button1&lt;/P&gt;&lt;P&gt;TEXT_BUTTON_2 = button2&lt;/P&gt;&lt;P&gt;DEFAULT_BUTTON = '1'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;ANSWER = answer&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;TEXT_NOT_FOUND = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if answer eq '1'.&lt;/P&gt;&lt;P&gt;*SAVE................................&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep Kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 15:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-a-function-module/m-p/2849627#M667706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T15:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-a-function-module/m-p/2849628#M667707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to know if any download f/m has this parameter of confirmation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 15:16:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-a-function-module/m-p/2849628#M667707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T15:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-a-function-module/m-p/2849629#M667708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM DOWNLOAD is marked as obsolete but does what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 15:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-a-function-module/m-p/2849629#M667708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T15:22:51Z</dc:date>
    </item>
  </channel>
</rss>

