cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How To Display Document in Webdynpro using Office Control

former_member209696
Participant
0 Kudos
639

Hi Experts,

        I have a web dynpro application in which I put one file upload UI element and a button to upload. If I click on that upload button, I would like to display that specific word document in office control UI element. I am using Node with following attributes

File_name TYPE string

File_type    TYPE string

File_content TYPE xstring  - binded to Datasource of Office control & File Upload

The document type is ms_word in Office control.

I am getting data in the form of xstring. But am not able to display it in office control

Could someone please assist urgently?

View Entire Topic
Kiran_Valluru
Active Contributor
0 Kudos

Hi,

Check whether ActiveX control is enabled or not. Please see this SAP Note 1016683.

Also test the standard component 'IOS_TEST_WORDPROCESSING'. If it is working fine then some problem in your custom component.

Regards,

Kiran

former_member209696
Participant
0 Kudos

Hi Kiran,

I checked the ActiveX control in the browser. Its enabled.

But I don't how to check the standard component 'IOS_TEST_WORDPROCESSING'. Please help me on that.

Regards,

Muhammed Riyas

Kiran_Valluru
Active Contributor
0 Kudos

Hi,

Enter the Component name in the input filed for the web dynpro component as like below click Enter and Right click on Web dynpro application and Test. If the Office control is not working then some setup might me missing in your system.

Follow the steps as like in SAP Note 1016683 if you are using Windows 7 OS.

Regards,

Kiran