<?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 to attach template upload file in upload program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-attach-template-upload-file-in-upload-program/m-p/5081050#M1180025</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;my issue now to attch template upload file in my upload program. once user click template button in the selection screen, then my program will read and provide user the template to either to open the file or save to local. this is to avoid my user keep giving wrong file format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has somebody got any sample coding for me to refer? my fren suggest me to put the template as pdf/html format so that user will not change the file? but where should i put the template file; our shared folder? or maybe can somebody give advice or opinion on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2009 09:03:52 GMT</pubDate>
    <dc:creator>former_member399569</dc:creator>
    <dc:date>2009-01-22T09:03:52Z</dc:date>
    <item>
      <title>to attach template upload file in upload program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-attach-template-upload-file-in-upload-program/m-p/5081050#M1180025</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;my issue now to attch template upload file in my upload program. once user click template button in the selection screen, then my program will read and provide user the template to either to open the file or save to local. this is to avoid my user keep giving wrong file format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has somebody got any sample coding for me to refer? my fren suggest me to put the template as pdf/html format so that user will not change the file? but where should i put the template file; our shared folder? or maybe can somebody give advice or opinion on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 09:03:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-attach-template-upload-file-in-upload-program/m-p/5081050#M1180025</guid>
      <dc:creator>former_member399569</dc:creator>
      <dc:date>2009-01-22T09:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: to attach template upload file in upload program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-attach-template-upload-file-in-upload-program/m-p/5081051#M1180026</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;&lt;/P&gt;&lt;P&gt;Yes you can place the file in a shared folder(application server). Upload the file &amp;amp; download to presentation server whenever user requests for the template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other option is to build the program to download a file to presenation server in a template format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 09:17:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-attach-template-upload-file-in-upload-program/m-p/5081051#M1180026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T09:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: to attach template upload file in upload program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-attach-template-upload-file-in-upload-program/m-p/5081052#M1180027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you have any FM that i can use to read the pdf/html/excel file and give option to user either to open or save to local? but if i put in shared folder, what i afraid is, what happen if somebody has remove or move the file. then problem for me to identify the correct file and problem to the server admin to re-structure the file and folder coz do not know who is calling the file. do you get what i mean?..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway thx a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 09:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-attach-template-upload-file-in-upload-program/m-p/5081052#M1180027</guid>
      <dc:creator>former_member399569</dc:creator>
      <dc:date>2009-01-22T09:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: to attach template upload file in upload program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-attach-template-upload-file-in-upload-program/m-p/5081053#M1180028</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;GUI_UPLOAD FM can be used to upload Excel file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead you can create a program to generate a excel file in the template format &amp;amp; download GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 09:47:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-attach-template-upload-file-in-upload-program/m-p/5081053#M1180028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T09:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: to attach template upload file in upload program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-attach-template-upload-file-in-upload-program/m-p/5081054#M1180029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the issue been solved by my ownself..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 08:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-attach-template-upload-file-in-upload-program/m-p/5081054#M1180029</guid>
      <dc:creator>former_member399569</dc:creator>
      <dc:date>2009-02-03T08:07:43Z</dc:date>
    </item>
  </channel>
</rss>

