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