cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading .ppt File through webdynpro to SAP application server

Former Member
0 Kudos

Hello Experts,

I want to upload .ppt file from webdynpro componenet to SAP application server. Can you suggest me function modules used for the same in webdynpro. I tried GUI_UPLOAD,WS_UPLOAD, C13Z_FILE_UPLOAD_BINARY. Pls help me out.

Thanks,

Pratibha

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

hi ,

refer this thread:

thomas' reply:

They use a propriatery, Microsoft created binary format. They aren't text based or XML based or anything else that would be easier to read in ABAP.

Microsoft does publish the specifications for the binary format:

http://www.microsoft.com/interop/docs/OfficeBinaryFormats.mspx#EOB

From the looks of the format, you will have to use Bit level processing in ABAP to read the file contents

regards,

amit

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can refer the std WD comp WDR_TEST_EVENTS.

view:FILE UPLOAD.

Priya

Former Member
0 Kudos

Hi,

I have checked all those programs..but same eror is coming...

Former Member
0 Kudos

Hi,

SALV_WD_TEST_FILE_UPLOAD is giving the same error. "Access via Null Object Reference Not Possible!!! "

Edited by: pratibhas on Jan 13, 2010 11:02 AM

arjun_thakur
Active Contributor
0 Kudos

Hi Pratiba,

Try using the File Upload UI element for uploading the ppt file.

Use the online help: http://help.sap.com/saphelp_nw70/helpdata/en/b3/be7941601b1d09e10000000a155106/content.htm

Also refer this thread:

Refer the standard component: SALV_WD_TEST_FILE_UPLOAD

I hope it helps.

Regards

Arjun

Edited by: Arjun Thakur on Jan 13, 2010 10:52 AM