Hello,
i'm trying to extract data from SAP R/3 However when it goes trough Method
public IRfcFunction CreateFunction(string name);
I always get the following error:
An unhandled exception of type 'SharpSapRfc.SharpRfcCallException' occurred in SharpSapRfc.Plain.dll
Additional information: Function metadata lookup: unsupported backend version: -1
I can use older version of SAP connector not supported in this project, and I notice it have this property on older .net connector versions, not on NCO3
[Browsable(true)] [Category("General")] [DefaultValue("3")] [Description("RFC server type, 2/3/E/F: R/2 or R/3, External System or FastRFC (Default: 3)")] [SAPName("TYPE")] [TypeConverter(typeof(DestinationTypeConverter))] public virtual string Type { get; set; }
So can anyone help me to connect to R/3 with SharpSapRfc ? Great project by the way, it's very hard to find SAP information on the web.
Hello,
i'm trying to extract data from SAP R/3 However when it goes trough Method
public IRfcFunction CreateFunction(string name);I always get the following error:
An unhandled exception of type 'SharpSapRfc.SharpRfcCallException' occurred in SharpSapRfc.Plain.dll
Additional information: Function metadata lookup: unsupported backend version: -1
I can use older version of SAP connector not supported in this project, and I notice it have this property on older .net connector versions, not on NCO3
[Browsable(true)] [Category("General")] [DefaultValue("3")] [Description("RFC server type, 2/3/E/F: R/2 or R/3, External System or FastRFC (Default: 3)")] [SAPName("TYPE")] [TypeConverter(typeof(DestinationTypeConverter))] public virtual string Type { get; set; }So can anyone help me to connect to R/3 with SharpSapRfc ? Great project by the way, it's very hard to find SAP information on the web.