Hi,
I am having very much trouble concerning a ( very complex and big ) program using the old FM MS_WORD_OLE_FORMLETTER
with uses a .doc file for a mail merge.
Now with the .docX format this programm does not work properly anymore and the merger does not function anymore.
Also the program uses FM GUI_UPLOAD and GUI_DOWNLOAD to create/edit/download a template for the merger.
Both the FM expect/work only with a proper .doc file and both corrupt a .docx file. ( maybe because its XML based not OLE? )
I need a method or FM that can convert a .docx to .doc file. or at least convert a .docx file to a binary file. ( that most FM/methods can understand )
Anyone know a solution to this problem or is it simple not possible within abap?