<?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: automatic upload in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-upload/m-p/1450920#M213563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It si beter if you have the fiel on the application server instead of the presentation server.&lt;/P&gt;&lt;P&gt;Chances are that if you run the program when the PC is shut down, then it will lead ro errors and more over gui_upload function module will not work in background.&lt;/P&gt;&lt;P&gt;But if you still want there is a work around for this.&lt;/P&gt;&lt;P&gt;There is a document with me. Give me your email id, i'll send it to you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jul 2006 10:23:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-07T10:23:35Z</dc:date>
    <item>
      <title>automatic upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-upload/m-p/1450917#M213560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am writting an ABAP upload program to process payments made automatically. I need to know how to make my program pick the file on my C drive automatically without a user having to pick it up, that is, to do away with the use of a parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Willard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 10:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-upload/m-p/1450917#M213560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T10:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: automatic upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-upload/m-p/1450918#M213561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi willard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If the Z Program is to be run thru front-end,&lt;/P&gt;&lt;P&gt;   then u can always &lt;/P&gt;&lt;P&gt;   specify the path name along with the file name,&lt;/P&gt;&lt;P&gt;   in the abap code itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (the path /filename can be stored or&lt;/P&gt;&lt;P&gt;  constructed dynamically in a variable,&lt;/P&gt;&lt;P&gt;  using some logic and prefix/suffix)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. BUT,&lt;/P&gt;&lt;P&gt;   if the program is supposed to run in the background,&lt;/P&gt;&lt;P&gt;   then we cannot access front-end server,&lt;/P&gt;&lt;P&gt;  neither its files.&lt;/P&gt;&lt;P&gt; (in that case, the files need to be stored on application server,&lt;/P&gt;&lt;P&gt; and we need to use OPEN DATASET, read, CLOSE DATASET )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 10:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-upload/m-p/1450918#M213561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T10:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: automatic upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-upload/m-p/1450919#M213562</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;PARAMETERS: file(30) default 'C:&lt;BR /&gt;filename.xls'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wasim Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 10:21:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-upload/m-p/1450919#M213562</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-07-07T10:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: automatic upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-upload/m-p/1450920#M213563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It si beter if you have the fiel on the application server instead of the presentation server.&lt;/P&gt;&lt;P&gt;Chances are that if you run the program when the PC is shut down, then it will lead ro errors and more over gui_upload function module will not work in background.&lt;/P&gt;&lt;P&gt;But if you still want there is a work around for this.&lt;/P&gt;&lt;P&gt;There is a document with me. Give me your email id, i'll send it to you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 10:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-upload/m-p/1450920#M213563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T10:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: automatic upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-upload/m-p/1450921#M213564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kanth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My email address is willardchingarande@yahoo.com&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, 07 Jul 2006 10:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-upload/m-p/1450921#M213564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T10:41:42Z</dc:date>
    </item>
  </channel>
</rss>

