huysentruitw / SapNwRfc

SAP NetWeaver RFC library for .NET 5, .NET Core and .NET Framework
MIT License
148 stars 43 forks source link

Number:000 exception #45

Closed AlexAlexGoTO closed 3 years ago

AlexAlexGoTO commented 3 years ago

var result = someFunction.Invoke<SomeFunctionResult>(new ReadTableParameters { QueryTable = "CDPOS", Delimiter = ";", NoData = "", RowCount = 1, RowSkips = 0 });

I'm getting "SAP RFC Error: RFC_ABAP_EXCEPTION with message: Number:000" exception, maybe someone can help? Can't find information about it.

AlexAlexGoTO commented 3 years ago

I didn't pass Fields, so because of that I had that Error, now it works, thanks !