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

Export Data to Word 2007 docx

Former Member
0 Likes
797

Hi,

is it possible to export data via ABAP to word 2007 in docx format?

Regards,

Anton

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
648

Hi,

There is no readymade FM to do that automatically.. for acessing the Form Controls ( like check Boxes,edit boxes, buttons or drop down boxes).

You will have to do that programatically...if u have a look at the FM MS_WORD_OLE_FORMLETTER.. it will give u some idea of doing this... It basically calls the methods of Word.Document. By this object you will be able to access the form objects too ( provided u understand the methods of the Word.Document - u need to some VBA basics.)

Regards,

Raj.

Hi,

is it possible to export data via ABAP to word 2007 in docx format?

Regards,

Anton

3 REPLIES 3
Read only

Former Member
0 Likes
648

Hi,

I dont think its possible in docx but later u can convert it to docx once u get it a word doc.

Venkat.

Read only

Former Member
0 Likes
649

Hi,

There is no readymade FM to do that automatically.. for acessing the Form Controls ( like check Boxes,edit boxes, buttons or drop down boxes).

You will have to do that programatically...if u have a look at the FM MS_WORD_OLE_FORMLETTER.. it will give u some idea of doing this... It basically calls the methods of Word.Document. By this object you will be able to access the form objects too ( provided u understand the methods of the Word.Document - u need to some VBA basics.)

Regards,

Raj.