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

Checking form/Document creation in DOC format as output

bansalriya16
Explorer
0 Likes
1,662

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.

5 REPLIES 5
Read only

FredericGirod
Active Contributor
1,574

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

https://blogs.sap.com/2014/07/26/creating-word-document-from-template-using-wordml-defined-in-ecma-3...

...

Read only

bansalriya16
Explorer
0 Likes
1,574

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.

Read only

0 Likes
1,574

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).

Read only

Sandra_Rossi
Active Contributor
1,574

More recent, this blog post: Best way to generate Microsoft Word DOCX from ABAP, by Anton Sikidin, on 2020/05/03

Read only

bansalriya16
Explorer
1,574

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.