SAP / node-rfc

Asynchronous, non-blocking SAP NW RFC SDK bindings for Node.js
Apache License 2.0
249 stars 73 forks source link

CallBack data is incorrect #253

Closed jedsada-sw closed 2 years ago

jedsada-sw commented 2 years ago

I have an issue when calling the function module, In SAP GUI PERS_AVAIL has data but node-rfc is return an empty array.

SAP GUI messageImage_1648634982308

node-rfc Screen Shot 2565-03-30 at 5 28 15 PM

bsrdjan commented 2 years ago

Most likely one or more input parameters have Conversion Exit (ALPHA Exit): RFM call results differ from expected

jedsada-sw commented 2 years ago

Resolved. Thank you.