2021 Jun 28 7:09 AM
We have requirement of creating 10 different document 100 pages each. I just want to check the feasibility of creating the same in DOC format ?
all the document contain the combination of Table, Input variable and Static text.
Although we can create the same by ADOBE in PDF. but I am looking for DOC format posssblity.
Thanks in advance for your input.
2021 Jun 28 7:33 AM
Very long time ago, I saw people creating template in doc document, sending data to this doc & it generates a full document with all the data. Exactly like a form, but manage with M$ Word
https://answers.sap.com/questions/7786334/fill-ms-word-document-template-from-abap.html
...
2021 Jun 28 9:34 AM
Thankyou for your reply
I like the concept of the Creating word document from template using wordml defined in ECMA-376 | SAP Blogs
Just to clarify, Is it possible to save the template on the application server and than prepare the document and save it on the presentation server?
Is this "methods: DOWNLOAD ” download file from web repository" is doing that same work I am asking?
could you please elaborate a bit
thankyou for help.
2021 Jun 28 9:44 AM
Please use the COMMENT button for comments, questions, adding details, replying to a comment or a proposed solution or to the OP question, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area.
If you want to target someone, if this person has posted an Answer, use the button COMMENT, if this person is the Original Poster of the question he/she will be automatically informed, otherwise copy/paste their hyperlinked name so that the person receives a warning (NB: @ doesn't work/but typing this character will suggest hyperlinked names).
2021 Jun 28 9:54 AM
More recent, this blog post: Best way to generate Microsoft Word DOCX from ABAP, by Anton Sikidin, on 2020/05/03
2021 Jun 28 11:02 AM
Thankyou frederic for your reply
I like the concept of the Creating word document from template using wordml defined in ECMA-376 | SAP Blogs
Just to clarify, Is it possible to save the template on the application server and than prepare the document and save it on the presentation server?
Is this "methods: DOWNLOAD ” download file from web repository" is doing that same work I am asking?
could you please elaborate a bit
thankyou for help.