Application Development and Automation 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: 
Read only

BDS + MS Word + changing

Former Member
0 Likes
502

Hi, ABAPdevs.

Hope to receive some help.

I store Word documents in BDS and have their keys in my db table. So I need to show docs, may be to open it in MS Word or in other way, and then, in case user modify it and want to save changing, be able to save modified documents in BDS. So there are a lot of way to open doc in MS Word, but how to handle MS Word 'Save' event in my ABAP programm and get modified text?

For exemple, I had'n found such possibility in OLE Automotion.

Hi, ABAPdevs.

Hope to receive some help.

I store Word documents in BDS and have their keys in my db table. So I need to show docs, may be to open it in MS Word or in other way, and then, in case user modify it and want to save changing, be able to save modified documents in BDS. So there are a lot of way to open doc in MS Word, but how to handle MS Word 'Save' event in my ABAP programm and get modified text?

For exemple, I had'n found such possibility in OLE Automotion.

1 REPLY 1
Read only

gabriel_pill-kahan
Active Participant
0 Likes
384

Aleksandr,

Have you looked into <a href="http://help.sap.com/saphelp_47x200/helpdata/en/e9/0be775408e11d1893b0000e8323c4f/frameset.htm">Desktop Office Integration?</a> Especially the part about Processing Office Application Events. Also, look at demo programs in dev. class SOFFICEINTEGRATION.

Regards, Gabriel