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: 

Update the fetched/uploaded doc?

former_member202077
Participant
0 Kudos

Hello,

My requirement is as follows (i have to develop a report/prog./FM to meet the following functionality),

1) MicroSoft word documents are available in the LAN, say, my_ms_word_doc

2) I need fetch my_ms_word_doc and add some text (at a fixed position in my_ms_word_doc), text/value/data will be pulled from SAP data base

3) after the 2nd step, send (updated) my_ms_word_doc to outlook email inbox

or we can convert my_ms_word_doc into a PDF doc and send this converted PDF to outlook inbox.

Here, main point is UPDATing the fetched the my_ms_word_doc

Pls. let me know How can i get achieved this requirement?

Thank you

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try below link for reading / updating MS Word docs

[;

For sending data to mail use FM : SO_DOCUMENT_SEND_API1

2 REPLIES 2

Former Member
0 Kudos

Try below link for reading / updating MS Word docs

[;

For sending data to mail use FM : SO_DOCUMENT_SEND_API1

0 Kudos

Thank you.

Actually, fetching the MS Word from LAN - i knew it

Sending the doc (MS Word or PDF) - i knew it

If required converting the MS Word to PDF - i knew it

The chanllenge is UPDATING/CHANGING the doc data

Any additional inputs pls?