Skip to Content
0
Former Member
Oct 28, 2005 at 11:18 AM

Example code from vb6 to pass a row of data to SAP.net connector class.

24 Views

Does anyone have some examples as to how to access the COM wrapper around a .Net connector. I am just starting with com interop and i have created the wrapper for SAP.net connector as a standalone class. I can see all the members of the class from VB6 but don't realy know which one to use. I am trying to pass a table to Z_Kofax_Rel RFC.

e.g

Sub Z_Kofax_Rel(Success As String, Documents As ZAP_TMP_REGISTERTable)

ZAP_TMP_REGISTERTable expects a row of data e.g batchid,scandate,imageid etc..