<?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: Reading data from APPLICATION SERVER without using Traditional way!!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-application-server-without-using-traditional-way/m-p/11294975#M1917285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This class can be used data from application server&lt;/P&gt;&lt;P&gt; CL_RSAN_UT_APPSERV_FILE_READER&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;RZL_READ_DIR_LOCAL &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; It is a RFC enabled FM used to check the existence of the file in remote system &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2015 07:34:51 GMT</pubDate>
    <dc:creator>sundaramoorthy_ramalingam</dc:creator>
    <dc:date>2015-10-12T07:34:51Z</dc:date>
    <item>
      <title>Reading data from APPLICATION SERVER without using Traditional way!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-application-server-without-using-traditional-way/m-p/11294974#M1917284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am working on BDC now. As a ABAP developer we all know how to read and write data From/Into Application Server. By using Open dataset 'datasetname'for input/output in text mode encoding default. &lt;/P&gt;&lt;P&gt;now i have few questions regarding this.&lt;/P&gt;&lt;P&gt;que 1. What is the use of using &lt;SPAN style="font-size: 13.3333px;"&gt;RZL_READ_DIR_LOCAL&lt;/SPAN&gt;-----&amp;gt; it just read the file name.After this&amp;nbsp; As usual we need to use open dataset for input.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; then why we need to go with RZL_READ_DIR_LOCAL.&lt;/P&gt;&lt;P&gt;QUE 2 . is there any class to read data From application server directly with out using Read dataset (or) open dataset for input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any wrong in my question plese excuse....!!! Hope some one give perfect answer..!!!! Thanks in advance &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_emote jive_macro" src="https://community.sap.com/1336/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2015 15:55:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-application-server-without-using-traditional-way/m-p/11294974#M1917284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-10T15:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from APPLICATION SERVER without using Traditional way!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-application-server-without-using-traditional-way/m-p/11294975#M1917285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This class can be used data from application server&lt;/P&gt;&lt;P&gt; CL_RSAN_UT_APPSERV_FILE_READER&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;RZL_READ_DIR_LOCAL &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; It is a RFC enabled FM used to check the existence of the file in remote system &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 07:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-application-server-without-using-traditional-way/m-p/11294975#M1917285</guid>
      <dc:creator>sundaramoorthy_ramalingam</dc:creator>
      <dc:date>2015-10-12T07:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from APPLICATION SERVER without using Traditional way!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-application-server-without-using-traditional-way/m-p/11294976#M1917286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RZL_READ_DIR_LOCAL can be used to get a list of the files in a directory on the app server. It's an equivalent of the OS DIR command, essentially. We use it in one interface program that needs to read all the files in certain directory. But this FM is not released and I've heard in later releases it was changed, so we'll have to update our program eventually. I would not recommend using it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 20:35:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-application-server-without-using-traditional-way/m-p/11294976#M1917286</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2015-10-12T20:35:20Z</dc:date>
    </item>
  </channel>
</rss>

