cancel
Showing results for 
Search instead for 
Did you mean: 

File Upload and File Download API

Former Member
0 Kudos

Hi,

File upload and download api in webdynpro java is it used for all type of file extension such as .pdf,.doc,*.odt(Open Office document). Any information, Documents and tutorials on this will be helpful.

Thanks in Advance

Regards

Arul

Accepted Solutions (1)

Accepted Solutions (1)

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hallo Arulbabu,

my newest tutorial material on FileUpload and FileDownload in <b>SAP NW04s</b> can be donwloaded from SDN. I will announce this new material in a separate WebLog very soon:

<b>Tutorial PDF</b>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00062266-3aa9-2910-d485-f1088c3a4d71">Uploading and Downloading Files in Web Dynpro Java</a>

<b>Web Dynpro Sample Project</b>

Initial Tutorial Template Project: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30398c47-40a9-2910-4aae-cec9b96d56b0">TutWD_FileUpDownload_NW04s_Init.zip</a>

Final Project: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40db4a53-41a9-2910-d4a2-9c28283f6658">TutWD_FileUpDownload_NW04s.zip</a>

<b>Technical Articel</b>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0e10426-77ca-2910-7eb5-d7d8982cb83f">Uploading and Downloading Files in Web Dynpro Tables</a>

(implemented in <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40db4a53-41a9-2910-d4a2-9c28283f6658">TutWD_FileUpDownload_NW04s.zip</a>

<b>Wiki Code Tutorial</b>

<a href="https://wiki.sdn.sap.com/wiki/x/0mQ">Exporting Table Data in Web Dynpro Java - SAP NetWeaver 04s</a> (demonstrates on-demand streaming of table data into Excel without caching)

Regards, Bertram

Answers (5)

Answers (5)

Former Member
0 Kudos

I have added one more question related to this thread.

Former Member
0 Kudos

Thank you all for the documents provided.Just one more question

Can i use the "Resource" simple datatype in java dictionary to upload and download Open office or Star office documents.Because the list of file extension that can be used doesnt show about star office or open office documents.

Right now i dont have access to webdynpro that's the reason i have posted this question.

Thanks and regards

Arul

abhijeet_mukkawar
Active Contributor
0 Kudos

Arulbabu,

If you want to know about APIs of FileUpload/FileDownLoad UI elements, take a look at here:

<b>FileUpload API:</b>

http://help.sap.com/saphelp_nw2004s/helpdata/en/5a/90ff4cd0c8cd48a69b836e5e550880/content.htm

<b>FileDownload API:</b>

http://help.sap.com/saphelp_nw2004s/helpdata/en/c8/32cc6922fb6040a768652aaa0b6879/content.htm

<b>Tutorials:</b> <b>pdf</b>

https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/webcontent/uuid/2dd3dbcd-0401-0010-55b8-b10808ff68... [original link is broken]

hope it helps

regards

former_member286976
Active Participant
0 Kudos

Hi,

All you need is here

<a href="/people/rekha.malavathu2/blog/2006/12/12/handling-fileupload-and-filedownload-in-netweaver-developer-studionwds-2004s:///people/rekha.malavathu2/blog/2006/12/12/handling-fileupload-and-filedownload-in-netweaver-developer-studionwds-2004s

<a href="/people/rohit.radhakrishnan/blog/2005/05/27/uploading-files-to-km-repository-using-webdynpro-apis:///people/rohit.radhakrishnan/blog/2005/05/27/uploading-files-to-km-repository-using-webdynpro-apis

Regards,

Sudeep

Former Member