<?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: Create directory on application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-directory-on-application-server/m-p/3065212#M726354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this code from some other SDN posts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'GUI_CREATE_DIRECTORY'
     exporting
dirname = '//&amp;lt;ip_address&amp;gt;/qfilesvr400/&amp;lt;host&amp;gt;/usr/sap/TST/SYS/Folder1'
     exceptions
          failed  = 1
          others  = 2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure wheather it will work in the background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Nov 2007 16:24:23 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2007-11-28T16:24:23Z</dc:date>
    <item>
      <title>Create directory on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-directory-on-application-server/m-p/3065211#M726353</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;Can someone tell me how to create a directory on the application server in BACKGROUND ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI_CREATE_DIRECTORY()  is not working on the background.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 15:49:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-directory-on-application-server/m-p/3065211#M726353</guid>
      <dc:creator>adel_adel</dc:creator>
      <dc:date>2007-11-28T15:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create directory on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-directory-on-application-server/m-p/3065212#M726354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this code from some other SDN posts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'GUI_CREATE_DIRECTORY'
     exporting
dirname = '//&amp;lt;ip_address&amp;gt;/qfilesvr400/&amp;lt;host&amp;gt;/usr/sap/TST/SYS/Folder1'
     exceptions
          failed  = 1
          others  = 2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure wheather it will work in the background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 16:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-directory-on-application-server/m-p/3065212#M726354</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-28T16:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create directory on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-directory-on-application-server/m-p/3065213#M726355</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;I think you need to give the path like this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
call function 'GUI_CREATE_DIRECTORY'
     exporting
          dirname = '//10.145.14.156/safil/&amp;lt;give your host name &amp;gt;/usr/temp/myFolder'
     exceptions
          failed  = 1
          others  = 2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use fm SXPG_COMMAND_EXECUTE after create a os command script thru SM69&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 16:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-directory-on-application-server/m-p/3065213#M726355</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-11-28T16:24:57Z</dc:date>
    </item>
  </channel>
</rss>

