<?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: F4 help (browse) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-browse/m-p/2189478#M466623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI abhay,&lt;/P&gt;&lt;P&gt;u can use oop concepts for this..&lt;/P&gt;&lt;P&gt;data: it_tab type filetable,&lt;/P&gt;&lt;P&gt;gd_subrc type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;FILE_OPEN_DIALOG&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;WINDOW_TITLE = 'Select File'&lt;/P&gt;&lt;P&gt;DEFAULT_FILENAME = '*.txt'&lt;/P&gt;&lt;P&gt;MULTISELECTION = 'X'&lt;/P&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt;FILE_TABLE = it_tab&lt;/P&gt;&lt;P&gt;RC = gd_subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here only the text files might be displayed...&lt;/P&gt;&lt;P&gt;i have never tried it but pls chck it once...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u a bit,&lt;/P&gt;&lt;P&gt;all the best,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sampath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;mark helpful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2007 07:09:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-24T07:09:55Z</dc:date>
    <item>
      <title>F4 help (browse)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-browse/m-p/2189477#M466622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PARAMETERS : p_file LIKE rlgrap-filename.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file .&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;to provide f4 help&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'F4_FILENAME'&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;This will povide F4 help (browse) for the input file. But I want my input file to be restricted only to text file. How I will do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 06:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-browse/m-p/2189477#M466622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T06:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help (browse)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-browse/m-p/2189478#M466623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI abhay,&lt;/P&gt;&lt;P&gt;u can use oop concepts for this..&lt;/P&gt;&lt;P&gt;data: it_tab type filetable,&lt;/P&gt;&lt;P&gt;gd_subrc type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;FILE_OPEN_DIALOG&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;WINDOW_TITLE = 'Select File'&lt;/P&gt;&lt;P&gt;DEFAULT_FILENAME = '*.txt'&lt;/P&gt;&lt;P&gt;MULTISELECTION = 'X'&lt;/P&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt;FILE_TABLE = it_tab&lt;/P&gt;&lt;P&gt;RC = gd_subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here only the text files might be displayed...&lt;/P&gt;&lt;P&gt;i have never tried it but pls chck it once...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u a bit,&lt;/P&gt;&lt;P&gt;all the best,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sampath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;mark helpful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 07:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help-browse/m-p/2189478#M466623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T07:09:55Z</dc:date>
    </item>
  </channel>
</rss>

