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

Convert BINARY to MS-WORD DOCUMENT.

vinodkumar_thangavel
Participant
0 Likes
1,482

Hi experts,

Is there any fm to convert binary data in an internal table to msword document. i am trying to conert the internal table (binary format to ms-word). please help

Thanks in advance,

regards,

Vinodkumar

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
932

Convert the Binary data into text format using the available function modules - Please search

Then use the OLE methods to create the word document from ABAP - Please search , lot of wiki posts are available.

Kesav

4 REPLIES 4
Read only

Former Member
0 Likes
932

Hi Vinod,

There are certain FM available in SAP which can convert Binary data to Text but if your MS-Word document has Images in it then i am not sure. But for Binary to Text, You can search in SE37 with SCMS you will get lot's of FM to do that.

For example.

SCMS_BIN_TO_TEXT

Best Regards,

Tapodipta Khan.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
933

Convert the Binary data into text format using the available function modules - Please search

Then use the OLE methods to create the word document from ABAP - Please search , lot of wiki posts are available.

Kesav

Read only

0 Likes
932

Thanks to all, issue solved.

Read only

0 Likes
932

Can you explain how you have solved the issue pleas?

Thanks.