<?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: Function module for f4 help in presentaion server and application server. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662231#M1096817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey pk .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to concentrate on giving the answer not on the useless comments. ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2008 09:27:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-17T09:27:34Z</dc:date>
    <item>
      <title>Function module for f4 help in presentaion server and application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662222#M1096808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a function module that will get the file or folder name by f4 help for the file in the presentation server or  application server based on the location selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this function module what are the minimum impot parametrs  and export parameters required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried with 'f4_filename' for presentation server&lt;/P&gt;&lt;P&gt;and '/SAPDMC/LSM_F4_SERVER_FILE' for application server.&lt;/P&gt;&lt;P&gt;but i am not able to get this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help me in this regard ?&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;cheers,&lt;/P&gt;&lt;P&gt;kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 08:48:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662222#M1096808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T08:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for f4 help in presentaion server and application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662223#M1096809</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 out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'F4_FILENAME'&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;            field_name = 'P_FILE'&lt;/P&gt;&lt;P&gt;       importing&lt;/P&gt;&lt;P&gt;            file_name  = p_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p_file is the name of the parameter on selection screen.&lt;/P&gt;&lt;P&gt;The same name is given in field_name parameter of 'F4_FILENAME'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 08:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662223#M1096809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T08:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for f4 help in presentaion server and application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662224#M1096810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this FM,&lt;/P&gt;&lt;P&gt;F4_DXFILENAME_TOPRECURSION.&lt;/P&gt;&lt;P&gt;link:&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6350751"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 08:59:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662224#M1096810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T08:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for f4 help in presentaion server and application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662225#M1096811</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 use for persentation server..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_FNAME.&lt;/P&gt;&lt;P&gt;  PERFORM GET_PC_FILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form get_pc_file.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4_FILENAME'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      PROGRAM_NAME  = SYST-CPROG&lt;/P&gt;&lt;P&gt;      DYNPRO_NUMBER = SYST-DYNNR&lt;/P&gt;&lt;P&gt;      FIELD_NAME    = ' '&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      FILE_NAME     = P_FNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Paras&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 09:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662225#M1096811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T09:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for f4 help in presentaion server and application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662226#M1096812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi use like this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if p_presvr = 'X'.&lt;/P&gt;&lt;P&gt;*-- if the file is to be downloaded to presentation server&lt;/P&gt;&lt;P&gt;    call function '/SAPDMC/LSM_F4_FRONTEND_FILE'&lt;/P&gt;&lt;P&gt;      changing&lt;/P&gt;&lt;P&gt;        pathfile         = p_file&lt;/P&gt;&lt;P&gt;      exceptions&lt;/P&gt;&lt;P&gt;        canceled_by_user = 1&lt;/P&gt;&lt;P&gt;        system_error     = 2&lt;/P&gt;&lt;P&gt;        others           = 3.&lt;/P&gt;&lt;P&gt;    if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      if sy-batch = 'X'.&lt;/P&gt;&lt;P&gt;        message id sy-msgid type 'S' number sy-msgno&lt;/P&gt;&lt;P&gt;                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4 into v_msg.&lt;/P&gt;&lt;P&gt;        write / v_msg.&lt;/P&gt;&lt;P&gt;        clear v_msg.&lt;/P&gt;&lt;P&gt;        stop.&lt;/P&gt;&lt;P&gt;      else.&lt;/P&gt;&lt;P&gt;        message id sy-msgid type 'S' 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;    endif.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-- if the file is to be downloaded to application server&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;        directory        = '/'&lt;/P&gt;&lt;P&gt;        filemask         = '*'&lt;/P&gt;&lt;P&gt;      importing&lt;/P&gt;&lt;P&gt;        serverfile       = p_file&lt;/P&gt;&lt;P&gt;      exceptions&lt;/P&gt;&lt;P&gt;        canceled_by_user = 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;      if sy-batch = 'X'.&lt;/P&gt;&lt;P&gt;        message id sy-msgid type 'S' number sy-msgno&lt;/P&gt;&lt;P&gt;                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4 into v_msg.&lt;/P&gt;&lt;P&gt;        write / v_msg.&lt;/P&gt;&lt;P&gt;        clear v_msg.&lt;/P&gt;&lt;P&gt;        stop.&lt;/P&gt;&lt;P&gt;      else.&lt;/P&gt;&lt;P&gt;        message id sy-msgid type 'S' 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;    endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 09:06:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662226#M1096812</guid>
      <dc:creator>former_member203501</dc:creator>
      <dc:date>2008-10-17T09:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for f4 help in presentaion server and application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662227#M1096813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    You can use the function Module "F4_DXFILENAME_TOPRECURSION"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4_DXFILENAME_TOPRECURSION'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     I_LOCATION_FLAG       = 'A'   " application server&lt;/P&gt;&lt;P&gt;     I_SERVER              =  ' '                 " server name&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_PATH                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FILEMASK              = '&lt;STRONG&gt;.&lt;/STRONG&gt;'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FILEOPERATION         = 'R'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  O_LOCATION_FLAG       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  O_SERVER              =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     O_PATH                 = W_PATH   &lt;/P&gt;&lt;P&gt;  " Path name ex:  W_PATH TYPE DXFIELDS-LONGPATH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ABEND_FLAG            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RFC_ERROR             = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ERROR_WITH_GUI        = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                = 3&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do it  like this , definetly your problem will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chiru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 09:06:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662227#M1096813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T09:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for f4 help in presentaion server and application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662228#M1096814</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 this.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 CALL FUNCTION 'WS_FILENAME_GET'
    EXPORTING
      def_path         = w_directory
      mask             = ',*.CSV,*.*.'
      mode             = 'O'
      title            = text-m01
    IMPORTING
      filename         = p_file
    EXCEPTIONS
      inv_winsys       = 1
      no_batch         = 2
      selection_cancel = 3
      selection_error  = 4
      OTHERS           = 5.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Krishna..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 09:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662228#M1096814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T09:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for f4 help in presentaion server and application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662229#M1096815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 09:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662229#M1096815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T09:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for f4 help in presentaion server and application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662230#M1096816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; use full answers will get awarded properly.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; kumar.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All useless posts will be reported appropriately&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 09:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662230#M1096816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T09:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for f4 help in presentaion server and application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662231#M1096817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey pk .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to concentrate on giving the answer not on the useless comments. ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 09:27:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662231#M1096817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T09:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for f4 help in presentaion server and application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662232#M1096818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example you have created a function module &lt;STRONG&gt;Z_F4&lt;/STRONG&gt; . Put only Export parameter as &lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;FILE_NAME	TYPE	IBIPPARMS-PATH&lt;/STRONG&gt;" under EXPORT tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the code inside the function module will be like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FUNCTION Z_F4.
*"----------------------------------------------------------------------
*"*"Local Interface:
*"  EXPORTING
*"     REFERENCE(FILE_NAME) TYPE  IBIPPARMS-PATH
*"----------------------------------------------------------------------

CALL FUNCTION 'F4_FILENAME'
* EXPORTING
*   PROGRAM_NAME        = SYST-CPROG
*   DYNPRO_NUMBER       = SYST-DYNNR
*   FIELD_NAME          = ' '
 IMPORTING
   FILE_NAME           = FILE_NAME
             .

MESSAGE FILE_NAME TYPE 'I'.

ENDFUNCTION.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the code in the report pgm will be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA FILE TYPE IBIPPARMS-PATH.

CALL FUNCTION 'Z_F4'
 IMPORTING
   FILE_NAME       = FILE
          .

WRITE FILE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 09:42:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662232#M1096818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T09:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for f4 help in presentaion server and application server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662233#M1096819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all for the support.&lt;/P&gt;&lt;P&gt;solved myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 05:28:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-f4-help-in-presentaion-server-and-application-server/m-p/4662233#M1096819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T05:28:07Z</dc:date>
    </item>
  </channel>
</rss>

