<?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 Directory Parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/al11-directory-parameter/m-p/7982240#M1604860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ernesto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well this is very helpful! The directory DIR_PASSWORD is in that database, I'm assuming since it was created by us. Inside the table contains the alias and also the path on the application server file system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 May 2011 12:53:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-31T12:53:42Z</dc:date>
    <item>
      <title>AL11 Directory Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/al11-directory-parameter/m-p/7982237#M1604857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel like this question has either been answered and/or asked before, but I can't really find exactly what I'm looking for. The solutions that I did find didn't really match what I'm doing either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I have a directory parameter in &lt;STRONG&gt;AL11 DIR_PASSWORD&lt;/STRONG&gt; Which real path is on the server &lt;STRONG&gt;E:\usr\...\passwords&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;As of now, I have the path hard-coded, but this can't stay like this. The idea is this system has to work on different application servers where the path is different, so using the directory parameter &lt;STRONG&gt;DIR_PASSWORD&lt;/STRONG&gt; saves a lot of time. The path is obviously different on each application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've so far looked at transaction &lt;STRONG&gt;FILE&lt;/STRONG&gt; but a logical path isn't what I'm looking for. I've also checked into multiple function modules such as &lt;STRONG&gt;file_get_name&lt;/STRONG&gt;, &lt;STRONG&gt;eps2_get_directory_listing&lt;/STRONG&gt;, &lt;STRONG&gt;eps_get_directory_listing&lt;/STRONG&gt;, and &lt;STRONG&gt;rzl_read_dir_local&lt;/STRONG&gt;. These are all ok, but the problem is that I have to use the hardcoded path, I can't use the directory parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even after doing SQL traces and debugging I can't really find what I'm looking for either, and using google and SDN search just brings up these function modules which aren't really what I'm looking for either. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way that I can use the &lt;STRONG&gt;directory parameter&lt;/STRONG&gt; to point to a path of a folder on the &lt;STRONG&gt;application server&lt;/STRONG&gt; without hard coding it? Or maybe a function module or so that'll make the conversion for me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 07:57:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/al11-directory-parameter/m-p/7982237#M1604857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-31T07:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: AL11 Directory Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/al11-directory-parameter/m-p/7982238#M1604858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do it only using &lt;STRONG&gt;FILE&lt;/STRONG&gt; transaction and mountpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know only using the FILE and Ask to basis people for mountpoint they have mutch better idea about mountpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to define first logical path name and define physical path name to logical path name and used the function module &lt;STRONG&gt;FILE_GET_NAME_AND_LOGICAL_PATH&lt;/STRONG&gt; to get physical path of application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Rgds&lt;/P&gt;&lt;P&gt;Ravi Lanjewar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 12:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/al11-directory-parameter/m-p/7982238#M1604858</guid>
      <dc:creator>ravi_lanjewar</dc:creator>
      <dc:date>2011-05-31T12:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: AL11 Directory Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/al11-directory-parameter/m-p/7982239#M1604859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bryan, this is a difficult one ;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There seems to be no Function Module to retrieve these paths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you check this link, you'll see that the Directories in AL11 are all hardcoded in the standard program.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1621617"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is only one table, USER_DIR, that might contain some entries (those created by the user? I am not sure though). If this is correct, then you might want to create a new Directory (the same for all of the application servers) and then you can maintain it through this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ernesto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 12:44:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/al11-directory-parameter/m-p/7982239#M1604859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-31T12:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: AL11 Directory Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/al11-directory-parameter/m-p/7982240#M1604860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ernesto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well this is very helpful! The directory DIR_PASSWORD is in that database, I'm assuming since it was created by us. Inside the table contains the alias and also the path on the application server file system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 12:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/al11-directory-parameter/m-p/7982240#M1604860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-31T12:53:42Z</dc:date>
    </item>
  </channel>
</rss>

