<?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: al11 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753820#M326745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U cannot create directory using AL11. U will need to take help of Basis guys also AL11 will display u only SAP related directories and nothing outside. So if u create any other directory outside SAP will not be visible through AL11.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2006 09:26:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-19T09:26:44Z</dc:date>
    <item>
      <title>al11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753815#M326740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this below code works fine now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:BEGIN OF itab OCCURS 0,&lt;/P&gt;&lt;P&gt;matnr LIKE mara-matnr,&lt;/P&gt;&lt;P&gt;mtart LIKE mara-mtart,&lt;/P&gt;&lt;P&gt;matkl LIKE mara-matkl,&lt;/P&gt;&lt;P&gt;END OF itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:file(200) TYPE c VALUE &amp;lt;b&amp;gt;'F:\usr\sap\DEV\DVEBMGS00\data\X.txt'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT matnr mtart matkl&lt;/P&gt;&lt;P&gt;FROM mara INTO TABLE itab&lt;/P&gt;&lt;P&gt;WHERE matnr = matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;LOOP AT itab.&lt;/P&gt;&lt;P&gt;TRANSFER itab TO file.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;CLOSE DATASET file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to have my own folder creation in al11 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i achieve this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of this 'F:\usr\sap\DEV\DVEBMGS00\data\X.txt'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to have as 'F;\XXX\X.txt'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried to create in al11 but not able to do so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for u r replies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 08:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753815#M326740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T08:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: al11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753816#M326741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any idea on this gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 09:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753816#M326741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T09:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: al11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753817#M326742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically, you need to ask the basis guys to help you out in creating the folder also if you need to parametize the file path you can use the transaction FILE to define the path and the functions FILE_GET* to return the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 09:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753817#M326742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T09:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: al11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753818#M326743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems this is shared drive(&amp;lt;b&amp;gt;F:\&amp;lt;/b&amp;gt;), have your tried creating via Windows Explorer???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And have you tried executing this program in background???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 09:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753818#M326743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T09:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: al11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753819#M326744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if you have access to the application server. You will have to explicitly create a folder there.&lt;/P&gt;&lt;P&gt;You cannot create a folder usine AL11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan.&lt;/P&gt;&lt;P&gt;PS:Reward points if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 09:24:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753819#M326744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T09:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: al11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753820#M326745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U cannot create directory using AL11. U will need to take help of Basis guys also AL11 will display u only SAP related directories and nothing outside. So if u create any other directory outside SAP will not be visible through AL11.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 09:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753820#M326745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T09:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: al11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753821#M326746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx for all u r replies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried it creating explicitly also but it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;doesn't seems to work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only the directoreis which are creted in al11 works &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to transfer the data to application server &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i have access to create directories in al11 also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not so to be creatd via al11 ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how this can be achieved &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 09:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753821#M326746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T09:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: al11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753822#M326747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way would be, using FTP commands in Command prompt...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before that, make sure the directory where you need to create a new one has RW privilages...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 09:55:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753822#M326747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T09:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: al11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753823#M326748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In AL11, you have CONFIGURE button. probably that can be used to create directory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 10:03:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/al11/m-p/1753823#M326748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T10:03:27Z</dc:date>
    </item>
  </channel>
</rss>

