Closed GustavoDamasceno closed 3 months ago
It looks like you are asking it to respond with a string:
If you don't require a response, you would invoke the function like this: https://github.com/huysentruitw/SapNwRfc?tab=readme-ov-file#call-function-with-input-parameters-but-no-output-parameters
Otherwise, you need to give it an appropriate class for the output.
Thanks
I am trying to send data to a table from an RFC. Here is the table structure:
To send the data, I am creating this algorithm:
And since it is a table structure, I created the following classes for the parameter I want to send to SAP.
However, I am not successful. I have tried converting it to a list instead of an array, but without success.
In the old SAP NCO with .NET Framework support, I used to do it like this:
Is it possible to do the same for SAP NWRFC?