Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Upload Word Document and Excel sheet in SAP

Former Member
0 Kudos

Hi All,

I need to create a report in which the different MS Word documents and MS Excel sheets needs to be uploaded for different Program IDs.

These documents can be viewed on the basis of program Ids.

Can you let me know if there are any FMs for uploading and viewing the MS Word and Excel sheet documents?

Thanks and Regards,

Pravesh

4 REPLIES 4

Former Member
0 Kudos

Hi,

try the below FM for EXCEL to internal table.

TEXT_CONVERT_XLS_TO_SAP

ALSM_EXCEL_TO_INTERNAL_TABLE

Before all that search in the forum for: GUI_UPLOAD FOR EXCEL

Edited by: Anushya S on Apr 21, 2010 4:53 PM

Former Member
0 Kudos

hi,

there is a post regarding upload of word document in application server.

hope this might help u....

regards,

shivi

Former Member
0 Kudos

Hi,

My requirement is not to store the contents of MS Word Document in application server.

My requirement is to like... there is a program ID for which documents are attached. If I click that program ID(displayed in the my report output) then a POPUP should appear which should have the Icons of MS WORD and MS EXCEL displayed into it.

When the user double clicks on MS WORD Icon then Word Document should open.

Can you suggest how this functionality could be achieved?

Thanks,

Pravesh

0 Kudos

hi,

use the fm GUI_RUN.

In command parameter use 'winword' or 'excel'...

I am not sure whether it will help u or not..