<?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: upload a file from database server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-database-server/m-p/1758656#M328510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mr. Kiran .. &lt;/P&gt;&lt;P&gt;I believe u want to read and write file from APPLICATION server and not DATABASE server. because Normally there is no access to database servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am telling u about reading and writing from App Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To open a file - OPEN Dataset &amp;lt;file_name&amp;gt;.&lt;/P&gt;&lt;P&gt;to read a file - read dataset &amp;lt;file_name&amp;gt; into &amp;lt;structure&amp;gt;.&lt;/P&gt;&lt;P&gt;to write into a file - transfer &amp;lt;structure&amp;gt; to &amp;lt;file_name&amp;gt;&lt;/P&gt;&lt;P&gt;to close a file after reading/writing - close dataset &amp;lt;file_name&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2006 04:10:28 GMT</pubDate>
    <dc:creator>former_member69765</dc:creator>
    <dc:date>2006-12-04T04:10:28Z</dc:date>
    <item>
      <title>upload a file from database server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-database-server/m-p/1758652#M328506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u please tell me the function module to upload or download from a database server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2006 20:09:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-database-server/m-p/1758652#M328506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-03T20:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: upload a file from database server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-database-server/m-p/1758653#M328507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;If you need RFC you could use GUI_UPLOAD and GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also use methods GUI_UPLOAD and GUI_DOWNLOAD of global class CL_GUI_FRONTEND_SERVICES. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at this thread for a code sample: &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="79179"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Sergio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Dec 2006 22:17:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-database-server/m-p/1758653#M328507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-03T22:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: upload a file from database server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-database-server/m-p/1758654#M328508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;Try FM GUI_UPLOAD and GUI_DOWNLAOD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 02:52:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-database-server/m-p/1758654#M328508</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2006-12-04T02:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: upload a file from database server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-database-server/m-p/1758655#M328509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I believe you want to upload a file from application server.if so check the following function modules :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AICF_DATASET_OPEN_FOR_INPUT&lt;/P&gt;&lt;P&gt;AICF_DATASET_OPEN_FOR_OUTPUT&lt;/P&gt;&lt;P&gt;AICF_SETTINGS_READ_FRM_DATASET&lt;/P&gt;&lt;P&gt;AICF_SETTINGS_WRITE_TO_DATASET&lt;/P&gt;&lt;P&gt;AICF_TABLE_READ_FROM_DATASET&lt;/P&gt;&lt;P&gt;AICF_TABLE_WRITE_TO_DATASET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to fetch from the presentation server ,then you can opt for GUI_UPLOAD.Incase you want to presentation server download then go for GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mohamed Mansoor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 04:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-database-server/m-p/1758655#M328509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T04:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: upload a file from database server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-database-server/m-p/1758656#M328510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mr. Kiran .. &lt;/P&gt;&lt;P&gt;I believe u want to read and write file from APPLICATION server and not DATABASE server. because Normally there is no access to database servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am telling u about reading and writing from App Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To open a file - OPEN Dataset &amp;lt;file_name&amp;gt;.&lt;/P&gt;&lt;P&gt;to read a file - read dataset &amp;lt;file_name&amp;gt; into &amp;lt;structure&amp;gt;.&lt;/P&gt;&lt;P&gt;to write into a file - transfer &amp;lt;structure&amp;gt; to &amp;lt;file_name&amp;gt;&lt;/P&gt;&lt;P&gt;to close a file after reading/writing - close dataset &amp;lt;file_name&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 04:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-a-file-from-database-server/m-p/1758656#M328510</guid>
      <dc:creator>former_member69765</dc:creator>
      <dc:date>2006-12-04T04:10:28Z</dc:date>
    </item>
  </channel>
</rss>

