cancel
Showing results for 
Search instead for 
Did you mean: 

AutoCAD SAP intergration - using RFC & VBA

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

martin_bachmann
Advisor
Advisor
0 Kudos

Hi Srinivasan,

for integrating AutoCAD with SAP there is also the CAD Integration available directly from SAP. Especially when looking at a little bit more complex features at AutoCAD (e.g. x-refs) VBA can easily be too complex...

http://service.sap.com/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700006640152000E

Best regards,

Martin