<?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: Creating a folder in application server in background. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-folder-in-application-server-in-background/m-p/4512666#M1067141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Darren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked like a dandy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2008 08:52:53 GMT</pubDate>
    <dc:creator>former_member216668</dc:creator>
    <dc:date>2008-10-03T08:52:53Z</dc:date>
    <item>
      <title>Creating a folder in application server in background.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-folder-in-application-server-in-background/m-p/4512664#M1067139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to Creating a folder in application server in background.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is like this , every time a PO is created it has to be saved locally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When atlast i manged to do this, i get stuck again by this CR ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PO has to be saved in a folder with the same name as PO number,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know if it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So as always I am looking for inputs/suggestions or knowledge if you had come across scenario like this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 06:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-folder-in-application-server-in-background/m-p/4512664#M1067139</guid>
      <dc:creator>former_member216668</dc:creator>
      <dc:date>2008-10-03T06:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a folder in application server in background.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-folder-in-application-server-in-background/m-p/4512665#M1067140</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 could create a system command in SM69 to create a directory and then use the function module SXPG_CALL_SYSTEM to invoke the command and pass in the directory name as a parameter at run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 07:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-folder-in-application-server-in-background/m-p/4512665#M1067140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T07:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a folder in application server in background.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-folder-in-application-server-in-background/m-p/4512666#M1067141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Darren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked like a dandy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 08:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-folder-in-application-server-in-background/m-p/4512666#M1067141</guid>
      <dc:creator>former_member216668</dc:creator>
      <dc:date>2008-10-03T08:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a folder in application server in background.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-folder-in-application-server-in-background/m-p/4512667#M1067142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What command have you created in SM69? I am giving operating system command  'mkdir &amp;lt;path&amp;gt;\&amp;lt;new dir name&amp;gt;', it return error code 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 13:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-folder-in-application-server-in-background/m-p/4512667#M1067142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-12T13:58:54Z</dc:date>
    </item>
  </channel>
</rss>

