Forum Discussion

NicolasArgente's avatar
NicolasArgente
Valued Contributor
10 months ago

SIC and SAP CreateFunction from ERPConnectStandard20.dll

Hi there! I am using OS v8.1 and SIC with latest ERPConnectStandard20.dll and the other dlls. I can connect to SAP and retrieve data using READTABLE. Now I am trying to use CreateFunction but I...
  • NicolasArgente's avatar
    10 months ago

    Problem solved. All my code was fine, the mistake was on the client side. It was missing an error an export field! We had to use ABAP debugger to find out.
    Thanks guys!

  • jwagner's avatar
    jwagner
    5 months ago

    Found the resolution

    Dim r3Conn As R3Connection =  New R3Connection()
    r3conn.Protocol = ClientProtocol.NWRFC
    r3Conn.Open()