cancel
Showing results for 
Search instead for 
Did you mean: 

OfficeControl Save without using Save icon of MS Word

Former Member
0 Kudos

Hello Expert ,

I used an UI-Element 'OfficeControl' to display a word document in Webdynpro ABAP . I have used the setfields method (from IF_IOS_WORDPROCESSING) to replace some variables in the WDDOMODIFYVIEW . The changed Worddocument is displayed.

Now I'd like to save that changed document, but I cannot get the content of the changed document. I tried the method getcontent from IF_IOS_WORDPROCESSING but without success.

In the context the binded datasource is only changed if I press the save button in the word-framework. Is it possible to save the changed content without pressing this button e.g. method savedocument of if_ios_wordprocessing?

Basically I want to save the changed content of MS Word without clicking on the 'Save' icon of MS Word or pressing CTL+S  , is it possible ?

Thanks in advance.

Regards,

Ravindra Sahu

.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, did you find a solution for this problem?