cancel
Showing results for 
Search instead for 
Did you mean: 

Word runtime error when starting wwi template

0 Kudos

After Installation of new SAP GUI 7.5 we get runtime error when starting templates with CG03.

A debugger is opened and this is the content of the window:
Private Sub TmpDDE()
Dim Template
WordBasic.FileOpen "C:DOKUME1chgiLOKALE1TempRehsfil0.WWI"
WordBasic.FileTemplates Template:="C:ProgrammeSAPFrontEndsapguiwwiwwi.dot"
WordBasic.Call "wwiES.S", "D", ""
End Sub

Any ideas?

Thomas Märten

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_bergemann
Active Contributor
0 Kudos

Hello

with SAP Gui as well WWI can be installed. If this option is used: some similar effecst can happen.

Check the many links for WWI installation (e.g. in: https://blogs.sap.com/2013/08/25/wwi-for-beginners/

https://blogs.sap.com/2013/12/21/wwi-for-experts/

You will find many "similar" threads

I do not hope that you really want to write "CG03" (with a "three) but that you are using CG02? If you stil use CG03: You have an "outdated" SAP version and it is really time to move to a newer version !

C.B.