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: 

MS Access VB and RFC

0 Kudos

Hello,

Every Time i try to 'Create a Server object and Setup the connection'

Set R3 = CreateObject("SAP.Functions")

MS Access prompts a

'Automatisierungsfehler (Fehler 440)'

'Das angegebene Modul wurde nicht gefunden.'

'Error 440'

'The given modul wasn't found'

Of course I have installed the librfc32.dll.

Any help would be appreciated.

Message was edited by: Gregor Wilhelm Sure

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try to use 'wdtlog.ocx' and 'wdtfuncu.ocx'.

This components are installed on the client with sap-gui installation.

Gianluca

2 REPLIES 2

Former Member
0 Kudos

Try to use 'wdtlog.ocx' and 'wdtfuncu.ocx'.

This components are installed on the client with sap-gui installation.

Gianluca

Former Member
0 Kudos

Hi Gregor,

As far as i know you need to use:

Set R3 = CreateObject("SAP.Controls")

Also it is possible that you miss itole.ocx. You need to have the following in your code for that:

Object = "{E5121320-399E-11D0-B72C-080009D93142}#4.6#0"; "itole.ocx"

Regards,

Rob.