cancel
Showing results for 
Search instead for 
Did you mean: 

RFC function call from VB Script

Former Member
0 Kudos

I have an RFC enabled function that I need to call from VBScript. I was working through this issue as a BAPI call but after research and RFC not initialized error messages over and over I am coming to think that the issue is not how I was doing it but what I was trying to do with different objects.

I think the issue is that I was trying to call a RFC function with BAPI methods, I didnt understand that there was I difference but now I do. I don't know how to initialize the RFC on the host system and unsure if I even have all of the components on the host system to make these function calls.

The goal here is to call a function that passes 3 paramters and modifies a user object in SAP.

Accepted Solutions (0)

Answers (1)

Answers (1)

michael_hobbins
Active Participant
0 Kudos

Hello John,

are you using DCOM Connector? I have a VBScript working correctly, using DCOM Connector, and consuming a Z function module defined as RFC.

What's the error message you're getting?

Regards

Michael