<?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 FUNCTION MODULE. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3410087#M818992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi folks,&lt;/P&gt;&lt;P&gt;what does this function module useful for &lt;/P&gt;&lt;P&gt;'F4_DXFILENAME_TOPRECURSION'. CAN U CLEAR ME PLZ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Feb 2008 15:21:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-12T15:21:21Z</dc:date>
    <item>
      <title>FUNCTION MODULE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3410087#M818992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi folks,&lt;/P&gt;&lt;P&gt;what does this function module useful for &lt;/P&gt;&lt;P&gt;'F4_DXFILENAME_TOPRECURSION'. CAN U CLEAR ME PLZ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 15:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3410087#M818992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T15:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3410088#M818993</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;You can refer to the link below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0901cba-f49e-2910-748c-d7ce4c0c4c1c" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0901cba-f49e-2910-748c-d7ce4c0c4c1c&lt;/A&gt;&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;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 15:29:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3410088#M818993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T15:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3410089#M818994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The above FM is used   to get F4 help for Application Server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
parameters:  p_file1 type dxfields-longpath .

at selection-screen on value-request for p_file1.

  call function 'F4_DXFILENAME_TOPRECURSION'
    exporting
      i_location_flag = 'A'
      filemask        = '*.*'
      fileoperation   = 'W'
    importing
      o_path          = p_file1
    exceptions
      rfc_error       = 1
      error_with_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.
  endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chandrasekhar Jagarlamudi on Feb 12, 2008 9:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 15:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3410089#M818994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T15:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION MODULE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3410090#M818995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Award points if helpful:&lt;/P&gt;&lt;P&gt;Text&lt;/P&gt;&lt;P&gt;F4 Help Files&lt;/P&gt;&lt;P&gt;The device is an aid for selecting the file.&lt;/P&gt;&lt;P&gt;This may indicate whether the file on the presentation or application server, application server, which is used to be (if elected application server) and what path it should use.&lt;/P&gt;&lt;P&gt;If this information (in this hierarchy), only partially transferred, the remaining data.&lt;/P&gt;&lt;P&gt;Furthermore, can still file a mask with wild cards and the upcoming file transfer operation.&lt;/P&gt;&lt;P&gt;The output you get the selected the server, server and path / filename. If the selection canceled without the user has selected a file, it will be returned (and the input values in the output cut).&lt;/P&gt;&lt;P&gt;Parameters&lt;/P&gt;&lt;P&gt;O_LOCATION_FLAG&lt;/P&gt;&lt;P&gt;O_PATH&lt;/P&gt;&lt;P&gt;O_SERVER&lt;/P&gt;&lt;P&gt;ABEND_FLAG&lt;/P&gt;&lt;P&gt;FILEMASK&lt;/P&gt;&lt;P&gt;FILEOPERATION&lt;/P&gt;&lt;P&gt;I_LOCATION_FLAG&lt;/P&gt;&lt;P&gt;I_PATH&lt;/P&gt;&lt;P&gt;I_SERVER&lt;/P&gt;&lt;P&gt;Exceptions&lt;/P&gt;&lt;P&gt;RFC_ERROR&lt;/P&gt;&lt;P&gt;ERROR_WITH_GUI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 15:36:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/3410090#M818995</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-02-12T15:36:30Z</dc:date>
    </item>
  </channel>
</rss>

