Application Development 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: 

OLE behaves differently in Word 2003 and word 2007

Former Member
0 Kudos

Dear All,

I am generating a word document using ABAP OLE.

The output format varies in word 2003 and word 2007. Can anyone let me know what could be the reason?

- Krishnan

1 ACCEPTED SOLUTION

former_member218674
Contributor
0 Kudos

Hello Krishnan,

Answer is very simple as word 2007 is latest so it have updated OLE library to use and so do output varies. This is also visible when you open both versions seperately.

Thanks,

Augustin.

3 REPLIES 3

former_member218674
Contributor
0 Kudos

Hello Krishnan,

Answer is very simple as word 2007 is latest so it have updated OLE library to use and so do output varies. This is also visible when you open both versions seperately.

Thanks,

Augustin.

0 Kudos

Thanks for the reply.

But why the OLE method in word like 'TableInsertTable' -- which creates table in word is behaving differently in 2003 and in 2007 ?

How can we find what is updated in table 'TableInsertTable' ?

- Krishnan

0 Kudos

Solved on my own. Thanks.

It required some changes in default word settings.