cancel
Showing results for 
Search instead for 
Did you mean: 

Connector 2.0 Problem - Negative offset

Former Member
0 Kudos

I am using SAP .Net COnnector 2.0. I am trying to send data from VB.Net to a custom BAPI. The BAPI has both structures and tables. If I invoke the BAPI with blank data, it will work. If I invoke with tables only, it will work. However, if I invoke with the structure, I always get "Invalid partial field access: Negative offset".

I have been working at this for weeks. I have no idea what this means. The full error message is ...

SAP.Connector.RfcSystemException: Invalid partial field access: Negative offset at SAP.Connector.ThrowRfcException(...) at SAP.Connector.Rfc.RfcInvoke(...) at SAP.Connector.SAPClient.SAPInvoke(...) at SAP_Test_Connect.SAPProxy1.Zbapi_Complaint_Createcomplain(...)

The "SAP_Test_Connect" is just my program and "Zbapi_Complaint_Createcomplain" is the custom BAPI.

Please help. Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

alfonso
Explorer
0 Kudos

David , were you able to resolve this problem?. Could you post the solution, thanks in advance.

I see a core dump on the backend. The coments :

The current ABAP program SAPLRSDN_CUBE had to be terminated.

import parameters I_DIMENSION in RSD_CUBE_GET_FROM_DIME appears to be negative value.

Please help