Skip to Content
0
Former Member
Jan 03, 2008 at 06:06 AM

AutoCAD SAP intergration - using RFC & VBA

102 Views

i am using AutoCAD VBA to intergrate with SAP using RFC

i am able to logon to SAP system

using RFC connection

i am also able to run RFC defined in SAP system using AutoCAD VBA codes

The Problem is

when using "RFC_CREATE_DOCUMENT_MASTER"

I am not able to export "Document_Data"

since Document_data is defined as structure

VBA do not support structure data type

How to export structure data type using VBA