Number:000 exception
AlexAlexGoTO opened this issue · 1 comments
AlexAlexGoTO commented
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
I didn't pass Fields, so because of that I had that Error, now it works, thanks !