<?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 Data Upload from Shared Drive (not from application server) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-from-shared-drive-not-from-application-server/m-p/3841751#M923738</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;I am trying to upload the data from a shared folder which is in a different system (NOT in SAP application server).  For online if I use GUI_UPLOAD it works fine.  But this FM I can't use it in background (they have the check for sy-batch).  I can't use open dataset because this file is in a different server (I tried that also but no luck).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to upload data from shared folder that too in background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2008 18:41:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-22T18:41:37Z</dc:date>
    <item>
      <title>Data Upload from Shared Drive (not from application server)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-from-shared-drive-not-from-application-server/m-p/3841751#M923738</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;I am trying to upload the data from a shared folder which is in a different system (NOT in SAP application server).  For online if I use GUI_UPLOAD it works fine.  But this FM I can't use it in background (they have the check for sy-batch).  I can't use open dataset because this file is in a different server (I tried that also but no luck).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to upload data from shared folder that too in background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 18:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-from-shared-drive-not-from-application-server/m-p/3841751#M923738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T18:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data Upload from Shared Drive (not from application server)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-from-shared-drive-not-from-application-server/m-p/3841752#M923739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any way to load except OPEN DATASET. I do that all the time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 18:57:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-from-shared-drive-not-from-application-server/m-p/3841752#M923739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T18:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data Upload from Shared Drive (not from application server)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-from-shared-drive-not-from-application-server/m-p/3841753#M923740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may ask your Basis to do a mount of the shared server file system to your app server (I dont know if this is possible if you have different OS), but with tools it may be possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, you have to write a script to ftp the file to your App server and then you can look into app server to read the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 20:11:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-from-shared-drive-not-from-application-server/m-p/3841753#M923740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T20:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data Upload from Shared Drive (not from application server)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-from-shared-drive-not-from-application-server/m-p/3841754#M923741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP runs in HP-Unix platform.  The reason why we are going for shared drive is that file contains multi language characters and if it goes to Unix the data gets saved incorrectly (for example À gets converted as A#).  As I mentioned above, if I run the program in foreground by accessing the file from shared drive, it works perfectly.  The data looks good in that.  But we want to automate this update through background job and there we need this help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishnan V&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 20:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-from-shared-drive-not-from-application-server/m-p/3841754#M923741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T20:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data Upload from Shared Drive (not from application server)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-from-shared-drive-not-from-application-server/m-p/3841755#M923742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try to unicode enable the program and write the file to OS with encoding - you can try using UTF-8 (if you use english and European language, it will work), otherwise you can try encoding in UTF-16. If you use UTF-16, you have to handle file in Binary mode only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this out, it may work from HP-UX itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 21:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-from-shared-drive-not-from-application-server/m-p/3841755#M923742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T21:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data Upload from Shared Drive (not from application server)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-from-shared-drive-not-from-application-server/m-p/3841756#M923743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishnan,&lt;/P&gt;&lt;P&gt;                  I am also having the same requirement to upload the data from a share folder ..but we are planning to ask our basis gye..to put content of the file in the application server ..can u tell me how u handled it ..If possible send me the code which u had written..ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharat.&lt;/P&gt;&lt;P&gt;Chbarat4u81 at gmail dot com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 09:41:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-from-shared-drive-not-from-application-server/m-p/3841756#M923743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T09:41:17Z</dc:date>
    </item>
  </channel>
</rss>

