<?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>Question Re: Automate File Loading in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/automate-file-loading/qaa-p/10060604#M3624995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you just need to place your CSV file into application servers(AL11) by using abap code.&lt;/P&gt;&lt;P&gt;Once file was placed at AL11 then remaining loading steps can be done thru automatically(by triggering your process chain).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to move file from one server to another server(AL11) - please search on Google by using term "Various ways for File Moving from one folder to other on application server".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 10:47:58 GMT</pubDate>
    <dc:creator>RamanKorrapati</dc:creator>
    <dc:date>2014-02-18T10:47:58Z</dc:date>
    <item>
      <title>Automate File Loading</title>
      <link>https://community.sap.com/t5/technology-q-a/automate-file-loading/qaq-p/10060602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We load couple of files manually everyday and are looking forward to automate the process.&lt;/P&gt;&lt;P&gt;Files are sent in .CSV format from users and we are loading manually through infopackage .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can select the file form Application serever,but how do i configure so that end users can directly place the file on serever and then the Process chain triggeres automatically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nayab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 07:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/automate-file-loading/qaq-p/10060602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-18T07:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Automate File Loading</title>
      <link>https://community.sap.com/t5/technology-q-a/automate-file-loading/qaa-p/10060603#M3624994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Nayab,&lt;/P&gt;&lt;P&gt;You can write a program through which the user can upload the file into the application server. In the same program once the File has been uploaded to the application server you can trigger a process chain using the FM '&lt;SPAN style="color: #333333; font-size: 12px;"&gt; RSPC_API_CHAIN_START&lt;/SPAN&gt;'. This way you can automate the complete process as the user loads the file into the directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 10:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/automate-file-loading/qaa-p/10060603#M3624994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-18T10:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Automate File Loading</title>
      <link>https://community.sap.com/t5/technology-q-a/automate-file-loading/qaa-p/10060604#M3624995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you just need to place your CSV file into application servers(AL11) by using abap code.&lt;/P&gt;&lt;P&gt;Once file was placed at AL11 then remaining loading steps can be done thru automatically(by triggering your process chain).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to move file from one server to another server(AL11) - please search on Google by using term "Various ways for File Moving from one folder to other on application server".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 10:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/automate-file-loading/qaa-p/10060604#M3624995</guid>
      <dc:creator>RamanKorrapati</dc:creator>
      <dc:date>2014-02-18T10:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Automate File Loading</title>
      <link>https://community.sap.com/t5/technology-q-a/automate-file-loading/qaa-p/10060605#M3624996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nayab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create one ABAP report in which you can use standard FM like GUI_UPLOAD to upload the file on application server.&lt;/P&gt;&lt;P&gt;Use this ABAP report as first process type of process chain and then followed by other process types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 11:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/automate-file-loading/qaa-p/10060605#M3624996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-18T11:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automate File Loading</title>
      <link>https://community.sap.com/t5/technology-q-a/automate-file-loading/qaa-p/10060606#M3624997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this automation we need to right a small abap code to place the .CSV file in AL11 server in BW&amp;nbsp; And then we can trigger process chain. Or else u can created table in ECC &amp;amp; upload the .CSV file on current date and then create a datasource using the table and created dso , transformation and load the data via proces chain on daily basis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give points if found suitable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 11:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/automate-file-loading/qaa-p/10060606#M3624997</guid>
      <dc:creator>former_member775510</dc:creator>
      <dc:date>2014-02-19T11:43:25Z</dc:date>
    </item>
  </channel>
</rss>

