<?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 Class for folder creation or function module for folder creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-for-folder-creation-or-function-module-for-folder-creation/m-p/7162461#M1516064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know the class for creating a folder on desktop, using download fm.&lt;/P&gt;&lt;P&gt;Any function module will also be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is ...I got an Internal table with diff set(A,B,C) of documents...each set is lets say have 5 or 6 docs.&lt;/P&gt;&lt;P&gt;I want to move each set of docs into a folder like Folder A, Folder B, and Folder C and download them on desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If those all foldes are zipped into one single folder, it is awesome. Even if it is not... all different set of folders on desktop will be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide a solution, using class or function module is OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Aug 2010 22:01:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-04T22:01:38Z</dc:date>
    <item>
      <title>Class for folder creation or function module for folder creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-for-folder-creation-or-function-module-for-folder-creation/m-p/7162461#M1516064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know the class for creating a folder on desktop, using download fm.&lt;/P&gt;&lt;P&gt;Any function module will also be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is ...I got an Internal table with diff set(A,B,C) of documents...each set is lets say have 5 or 6 docs.&lt;/P&gt;&lt;P&gt;I want to move each set of docs into a folder like Folder A, Folder B, and Folder C and download them on desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If those all foldes are zipped into one single folder, it is awesome. Even if it is not... all different set of folders on desktop will be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide a solution, using class or function module is OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 22:01:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-for-folder-creation-or-function-module-for-folder-creation/m-p/7162461#M1516064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-04T22:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Class for folder creation or function module for folder creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-for-folder-creation-or-function-module-for-folder-creation/m-p/7162462#M1516065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fiayaz,&lt;/P&gt;&lt;P&gt;you can use this fm TMP_GUI_CREATE_DIRECTORY to create a directory and then GUI_DOWNLOAD to create files in that directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 03:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-for-folder-creation-or-function-module-for-folder-creation/m-p/7162462#M1516065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T03:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Class for folder creation or function module for folder creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-for-folder-creation-or-function-module-for-folder-creation/m-p/7162463#M1516066</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 also used the class &lt;STRONG&gt;CL_GUI_FRONTEND_SERVICES&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This class having many usedful method for GUI  desktop access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIRECTORY_BROWSE	                           	Shows a Directory Selection Window&lt;/P&gt;&lt;P&gt;DIRECTORY_CREATE	                               	Creates a Directory in the Client&lt;/P&gt;&lt;P&gt;DIRECTORY_DELETE	                               	Deletes a Directory in the Client&lt;/P&gt;&lt;P&gt;DIRECTORY_EXIST	                               	Checks if a directory exists&lt;/P&gt;&lt;P&gt;DIRECTORY_GET_CURRENT                               	Returns the Current Directory&lt;/P&gt;&lt;P&gt;DIRECTORY_LIST_FILES	                               	Lists Files in a Given Directory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 04:58:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-for-folder-creation-or-function-module-for-folder-creation/m-p/7162463#M1516066</guid>
      <dc:creator>ravi_lanjewar</dc:creator>
      <dc:date>2010-08-05T04:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Class for folder creation or function module for folder creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-for-folder-creation-or-function-module-for-folder-creation/m-p/7162464#M1516067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where it creates directory....I need my file to be created in Folder...downloading the folder to a desk top I can manage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a FM which attaches or add a document to a Folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 11:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-for-folder-creation-or-function-module-for-folder-creation/m-p/7162464#M1516067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T11:45:23Z</dc:date>
    </item>
  </channel>
</rss>

