cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Office Integrator - Reading and Writing Word Doc from/to BAPI

Former Member
0 Kudos

Hi everybody,

I am wondering if I can use the Web Dynpro Office Integrator in order to edit files stored in the Business Document Navigator of a R/3 System.

My plan was to create a BAPI that delivers the binary data for the Word-Doc from the SAP Database. This binary data should then be handled by the OfficeControl API and be send back after the save button was clicked.

Any help if this is possible? I've been looking through different posts here but didn't find a solution.

Any other idea how to edit Word-Docs in Web Dynpro which are stored in the Business Document Navigator?

Any help is appreciated.

Many thanks,

Andreas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Andreas,

Check the blog /people/anilkumar.vippagunta2/blog/2007/02/04/office-control-in-webdynpro-ii

on opening docs dynamically .

Your BAPI should be able to handle the fucntionality so that you can read and write.

When you save the document , it will get stored in context and you can send this back to BAPI to update in the backend.

Regards, Anilkumar