Closed masc-be closed 4 years ago
Can you run your code while setting a breakpoint at this point ?
Before you do this, I would temporarely remove the Data
and Options
arrays from the output model, so only the Fields
array needs to be read as a table. After that, check what value you're getting back as rowCount.
Thank you ... for the quick Response. I will try in the next days so i find some free moments. To debug the source i have to implement that first. ;-)
Hi, were you already able to debug this?
Since I haven't heard back, I'll be closing this issue as it is not clear what has to be fixed. When the problem persists, feel free to reopen the issue.
first, thanks for this project (netcore and RFC). This is very helpful for my application. Unfortunately I still have a problem with the function "RFC_READ_TABLE". Maybe you can help faster. I have declared 2 classes, which represent the input and the output. They represent completely (without exceptions) the tables and parameters of the Fuba himself. But if I look at the result then I can not cleanly resolve the entries from DATA->WA. The 4 important parameters FIELDS->TYPE, FIELDS->FIELDNAME, FIELDS->OFFSET and FIELDS->LENGTH are not completely present. There is always only one entry regardless of the number of columns you want.
Example:
and the execution:
data.Data.Wa: is fine. data.Fields: has only one entry. If you specify 3 columns, 3 entries would also be normal.