<?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: file saving in presentation server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099104#M1360047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Niti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the method FILE_SAVE_DIALOG of the class CL_GUI_FRONTEND_SERVICES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can pass a value to the input param DEFAULT_EXTENSION, DEFAULT_FILE_NAME, INITIAL_DIRECTORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else you can use the FM: GUI_FILE_SAVE_DIALOG, pass the reqd. values in DEFAULT_EXTENSION, DEFAULT_FILE_NAME &amp;amp; INITIAL_DIRECTORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further details search in SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2009 12:27:37 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2009-09-11T12:27:37Z</dc:date>
    <item>
      <title>file saving in presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099096#M1360039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;*If user selects "Presentation Server"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &lt;EM&gt;CALL FUNCTION 'F4_DXFILENAME_TOPRECURSION'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;        &lt;EM&gt;EXPORTING&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;          &lt;EM&gt;i_location_flag = lc_loc_flag_p&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;          &lt;EM&gt;i_path          = lv_filepath&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;          &lt;EM&gt;fileoperation   = lc_fileoperation&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;        &lt;EM&gt;IMPORTING&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;          &lt;EM&gt;o_path          = lv_filepath.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the code above to download my file to presentation server. my requirement is to prompt an default name IN THE SELECT FILE dialog box. but Iin this FM i am not getting the option to give this. kindly syggest how i can do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 10:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099096#M1360039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T10:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: file saving in presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099097#M1360040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
7 (6 unresolved) 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be better if you close the previous threads and award points to those who helped you before expecting further help from this forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 10:46:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099097#M1360040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T10:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: file saving in presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099098#M1360041</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;For F4 help below are the FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4_FILENAME : Presentation Server&lt;/P&gt;&lt;P&gt;F4_FILENAME_SERVER: Application server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 10:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099098#M1360041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T10:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: file saving in presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099099#M1360042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Nitin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are declaring parameter then only you can put default name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Parameters : lv_filepath type rlgrap_filename default 'Name'.&lt;/STRONG&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;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 10:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099099#M1360042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T10:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: file saving in presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099100#M1360043</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;&lt;STRONG&gt;Use the Transactions : CG3Y/CG3Z.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 10:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099100#M1360043</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2009-09-11T10:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: file saving in presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099101#M1360044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for ur idea Vijay...but it didn't work &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 10:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099101#M1360044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T10:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: file saving in presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099102#M1360045</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..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;PARAMETERS: p_erdat TYPE erdat DEFAULT sy-datum.        ,&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  parameters: p_opfn  type rlgrap-filename modif id app default '/usr/sap/tmp'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is for F4&lt;/P&gt;&lt;P&gt;  call function '/SAPDMC/LSM_F4_SERVER_FILE'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      filemask         = 'X'&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      serverfile       = lv_fname&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      canceled_by_user = 0&lt;/P&gt;&lt;P&gt;      others           = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ansari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 11:12:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099102#M1360045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T11:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: file saving in presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099103#M1360046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niti, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the followwing method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_path(50) TYPE c LOWER CASE  DEFAULT 'XYZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this may solve ur issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 12:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099103#M1360046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T12:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: file saving in presentation server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099104#M1360047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Niti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the method FILE_SAVE_DIALOG of the class CL_GUI_FRONTEND_SERVICES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can pass a value to the input param DEFAULT_EXTENSION, DEFAULT_FILE_NAME, INITIAL_DIRECTORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else you can use the FM: GUI_FILE_SAVE_DIALOG, pass the reqd. values in DEFAULT_EXTENSION, DEFAULT_FILE_NAME &amp;amp; INITIAL_DIRECTORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further details search in SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 12:27:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-saving-in-presentation-server/m-p/6099104#M1360047</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-09-11T12:27:37Z</dc:date>
    </item>
  </channel>
</rss>

