<?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 Folder in Presentation Server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/folder-in-presentation-server/m-p/6801164#M1467481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several files within a folder . i will just mention the folder path and program will retreive data from all the files within that flder .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Apr 2010 06:57:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-09T06:57:45Z</dc:date>
    <item>
      <title>Folder in Presentation Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/folder-in-presentation-server/m-p/6801164#M1467481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several files within a folder . i will just mention the folder path and program will retreive data from all the files within that flder .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 06:57:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/folder-in-presentation-server/m-p/6801164#M1467481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T06:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Folder in Presentation Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/folder-in-presentation-server/m-p/6801165#M1467482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'TMP_GUI_DIRECTORY_LIST_FILES'
    EXPORTING
      directory  = p_pres
    IMPORTING
      file_count = file_count
    TABLES
      file_table = it_file
      dir_table  = dir_table
    EXCEPTIONS
      cntl_error = 1
      OTHERS     = 2.
  LOOP AT it_file .
  CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
      filename                = it_file-pathname
    TABLES
      data_tab                = gt_upload
endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 07:11:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/folder-in-presentation-server/m-p/6801165#M1467482</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-04-09T07:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Folder in Presentation Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/folder-in-presentation-server/m-p/6801166#M1467483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is solving my problem ....but i will be very much helpful if you could tell me whether there is any class and method to meet the same requirement ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the ans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 07:30:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/folder-in-presentation-server/m-p/6801166#M1467483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T07:30:00Z</dc:date>
    </item>
  </channel>
</rss>

