<?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 Reading Ftp filepath from database Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-ftp-filepath-from-database-table/m-p/9579614#M1756332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;today i come up with one interesting Question ..lolz&lt;/P&gt;&lt;P&gt;i want to read file-path from database table.&lt;/P&gt;&lt;P&gt;i just do that using the code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN class="L0S52" style="color: #008000;"&gt;data: filepath3 &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;string,&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;filepath2 &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;ZFILEPATH.&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;select &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;single &lt;/SPAN&gt;* &lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;zfilepath &lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;filepath2 . &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; filepath3 = filepath2-filepath.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;i.e. the file path is&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;/sapmnt/EQS/photos/&lt;/SPAN&gt; (&lt;SPAN style="color: #ff0000;"&gt;case sensitive)&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;but when i put this path in my database table field it automatically changes to capital letter. so how can i solve this or is there any other solution to read ftp file path&amp;nbsp; from database table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the whole ftp path &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline; color: #0000ff;"&gt;&lt;A class="jive-link-external-small" href="ftp://svhqeqs01/sapmnt/EQS/photos/"&gt;ftp://svhqeqs01/sapmnt/EQS/photos/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;with credentials &lt;/P&gt;&lt;P&gt;username: test123&lt;/P&gt;&lt;P&gt;pass: test123&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;appreciate your fast response!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jul 2013 13:45:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-07-19T13:45:14Z</dc:date>
    <item>
      <title>Reading Ftp filepath from database Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-ftp-filepath-from-database-table/m-p/9579614#M1756332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;today i come up with one interesting Question ..lolz&lt;/P&gt;&lt;P&gt;i want to read file-path from database table.&lt;/P&gt;&lt;P&gt;i just do that using the code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN class="L0S52" style="color: #008000;"&gt;data: filepath3 &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;string,&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;filepath2 &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;ZFILEPATH.&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;select &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;single &lt;/SPAN&gt;* &lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;zfilepath &lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;filepath2 . &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; filepath3 = filepath2-filepath.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;i.e. the file path is&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;/sapmnt/EQS/photos/&lt;/SPAN&gt; (&lt;SPAN style="color: #ff0000;"&gt;case sensitive)&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;but when i put this path in my database table field it automatically changes to capital letter. so how can i solve this or is there any other solution to read ftp file path&amp;nbsp; from database table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the whole ftp path &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline; color: #0000ff;"&gt;&lt;A class="jive-link-external-small" href="ftp://svhqeqs01/sapmnt/EQS/photos/"&gt;ftp://svhqeqs01/sapmnt/EQS/photos/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;with credentials &lt;/P&gt;&lt;P&gt;username: test123&lt;/P&gt;&lt;P&gt;pass: test123&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;appreciate your fast response!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 13:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-ftp-filepath-from-database-table/m-p/9579614#M1756332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-19T13:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Ftp filepath from database Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-ftp-filepath-from-database-table/m-p/9579615#M1756333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the domain charactertics of your type ZFILEPATH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probbably you might have specified as ALL CAPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the Normal Char variable instead of type ZFILEPATH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you might have copied the standard table FILEPATH to ZFILEPATH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try not to use that domain PATHINTERN.&amp;nbsp; Instead use normal char/string data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the standard PATHINTERN domain, the check box lowercase is not checked.&amp;nbsp; so it always convert to Upper Case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you need to copy the PATHINTERN to ZPATHINTERN and use that domain in your ztable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 17:39:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-ftp-filepath-from-database-table/m-p/9579615#M1756333</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2013-07-19T17:39:36Z</dc:date>
    </item>
  </channel>
</rss>

