<?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: save_dialog func module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-dialog-func-module/m-p/945910#M64159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atteq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i interpret your question as: you want a function module which gives you a pop-up to confirm when you do something (any event) to save something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my interpretation is right, pls check: &lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM&lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM_STEP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These is a very generic function module, you can try searching more using keywords: &lt;STRONG&gt;popup&lt;/STRONG&gt; or &lt;STRONG&gt;popup&lt;/STRONG&gt;save*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&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;      titel   = 'Title for POPUP_TO_CONFIRM'(A01)&lt;/P&gt;&lt;P&gt;     diagnose_object     = 'TEXT1_ZUM_POPUP_TO_CONFIRM'&lt;/P&gt;&lt;P&gt;     text_question       = 'Do you want to carry out this&lt;/P&gt;&lt;P&gt;                                   fantastic test?'(A02)&lt;/P&gt;&lt;P&gt;          text_button_1       = 'Yes'(A03)&lt;/P&gt;&lt;P&gt;          ICON_BUTTON_1       = 'ICON_OKAY'&lt;/P&gt;&lt;P&gt;          text_button_2       = 'Cancel'(A04)&lt;/P&gt;&lt;P&gt;          ICON_BUTTON_2       = 'ICON_CANCEL'&lt;/P&gt;&lt;P&gt;          DEFAULT_BUTTON      = '1'&lt;/P&gt;&lt;P&gt;          DISPLAY_CANCEL      = ''&lt;/P&gt;&lt;P&gt;          userdefined_f1_help = 'TEST_TEXT_ZUR_SPO1'&lt;/P&gt;&lt;P&gt;           START_COLUMN        = 25&lt;/P&gt;&lt;P&gt;           START_ROW           = 6&lt;/P&gt;&lt;P&gt;     importing&lt;/P&gt;&lt;P&gt;           answer              = answer&lt;/P&gt;&lt;P&gt;     exception&lt;/P&gt;&lt;P&gt;          TEXT_NOT_FOUND      = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           others              = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Ashish Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Aug 2005 12:03:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-22T12:03:42Z</dc:date>
    <item>
      <title>save_dialog func module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-dialog-func-module/m-p/945907#M64156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am having a requirement to call the func module of save dialog box in the prog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2005 11:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-dialog-func-module/m-p/945907#M64156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-22T11:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: save_dialog func module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-dialog-func-module/m-p/945908#M64157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look in the gui_frontend_services class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2005 11:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-dialog-func-module/m-p/945908#M64157</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2005-08-22T11:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: save_dialog func module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-dialog-func-module/m-p/945909#M64158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;FILE_SAVE_DIALOG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; call method cl_gui_frontend_services=&amp;gt;file_save_dialog&lt;/P&gt;&lt;P&gt;   exporting&lt;/P&gt;&lt;P&gt;     window_title         = s_title&lt;/P&gt;&lt;P&gt;     default_file_name    = filename&lt;/P&gt;&lt;P&gt;     file_filter          = '*.XLS'&lt;/P&gt;&lt;P&gt;     initial_directory    = dir&lt;/P&gt;&lt;P&gt;   changing&lt;/P&gt;&lt;P&gt;     filename             = s_loc_fn&lt;/P&gt;&lt;P&gt;     path                 = s_loc_dir&lt;/P&gt;&lt;P&gt;     fullpath             = s_loc_dir&lt;/P&gt;&lt;P&gt;     user_action          = l_user_action&lt;/P&gt;&lt;P&gt;   exceptions&lt;/P&gt;&lt;P&gt;     cntl_error           = 1&lt;/P&gt;&lt;P&gt;     error_no_gui         = 2&lt;/P&gt;&lt;P&gt;      NOT_SUPPORTED_BY_GUI = 3&lt;/P&gt;&lt;P&gt;     others               = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Svetlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2005 11:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-dialog-func-module/m-p/945909#M64158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-22T11:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: save_dialog func module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-dialog-func-module/m-p/945910#M64159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atteq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i interpret your question as: you want a function module which gives you a pop-up to confirm when you do something (any event) to save something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my interpretation is right, pls check: &lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM&lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM_STEP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These is a very generic function module, you can try searching more using keywords: &lt;STRONG&gt;popup&lt;/STRONG&gt; or &lt;STRONG&gt;popup&lt;/STRONG&gt;save*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&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;      titel   = 'Title for POPUP_TO_CONFIRM'(A01)&lt;/P&gt;&lt;P&gt;     diagnose_object     = 'TEXT1_ZUM_POPUP_TO_CONFIRM'&lt;/P&gt;&lt;P&gt;     text_question       = 'Do you want to carry out this&lt;/P&gt;&lt;P&gt;                                   fantastic test?'(A02)&lt;/P&gt;&lt;P&gt;          text_button_1       = 'Yes'(A03)&lt;/P&gt;&lt;P&gt;          ICON_BUTTON_1       = 'ICON_OKAY'&lt;/P&gt;&lt;P&gt;          text_button_2       = 'Cancel'(A04)&lt;/P&gt;&lt;P&gt;          ICON_BUTTON_2       = 'ICON_CANCEL'&lt;/P&gt;&lt;P&gt;          DEFAULT_BUTTON      = '1'&lt;/P&gt;&lt;P&gt;          DISPLAY_CANCEL      = ''&lt;/P&gt;&lt;P&gt;          userdefined_f1_help = 'TEST_TEXT_ZUR_SPO1'&lt;/P&gt;&lt;P&gt;           START_COLUMN        = 25&lt;/P&gt;&lt;P&gt;           START_ROW           = 6&lt;/P&gt;&lt;P&gt;     importing&lt;/P&gt;&lt;P&gt;           answer              = answer&lt;/P&gt;&lt;P&gt;     exception&lt;/P&gt;&lt;P&gt;          TEXT_NOT_FOUND      = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           others              = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Ashish Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2005 12:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-dialog-func-module/m-p/945910#M64159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-22T12:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: save_dialog func module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-dialog-func-module/m-p/945911#M64160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ateeq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a simple example of same function module....&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;    text_question     = 'Do you want to carry out this&lt;/P&gt;&lt;P&gt;                                   fantastic test?'(A02)&lt;/P&gt;&lt;P&gt;     importing&lt;/P&gt;&lt;P&gt;           answer       = answer&lt;/P&gt;&lt;P&gt;     exception&lt;/P&gt;&lt;P&gt;          TEXT_NOT_FOUND   = 1&lt;/P&gt;&lt;P&gt;           others          = 2.&lt;/P&gt;&lt;P&gt;&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;Ashish Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2005 12:08:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-dialog-func-module/m-p/945911#M64160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-22T12:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: save_dialog func module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-dialog-func-module/m-p/945912#M64161</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;Try this one&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FORM f9008_f4_hlp_for_pc_file.
  DATA: lv_path      TYPE string,
        lv_fullpath  TYPE string,
        lc_c         TYPE string.
      lc_c =  'C:'.

  CONCATENATE 'Creditek_credit_mgmt_' sy-datum '_' sy-uzeit+0(4) INTO lv_path.
  CONCATENATE lc_c lv_path INTO lv_fullpath.

  CALL METHOD cl_gui_frontend_services=&amp;gt;file_save_dialog
    EXPORTING
      window_title      = 'Select file for download'
      default_extension = '.xls'
      default_file_name = lv_path
*    FILE_FILTER       =
      initial_directory = lc_c
    CHANGING
      filename          = lv_path
      path              = lc_c
      fullpath          = lv_fullpath
*    USER_ACTION       =
    EXCEPTIONS
      cntl_error        = 1
      error_no_gui      = 2
      OTHERS            = 3
          .
  IF sy-subrc &amp;lt;&amp;gt; 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
               WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
  ELSE.
    v_fnam = lv_fullpath.
  ENDIF.

ENDFORM.                    " f9008_f4_hlp_for_pc_file.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2005 03:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-dialog-func-module/m-p/945912#M64161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-23T03:44:43Z</dc:date>
    </item>
  </channel>
</rss>

