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

MS Access VB and RFC

Former Member
0 Likes
930

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
Read only

Former Member
0 Likes
583

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

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

Gianluca

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

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

Gianluca

2 REPLIES 2
Read only

Former Member
0 Likes
584

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

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

Gianluca

Read only

Former Member
0 Likes
583

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.