SapNwRfc icon indicating copy to clipboard operation
SapNwRfc copied to clipboard

Dynamic Function Result

Open campersau opened this issue 2 years ago • 3 comments

Adds support for invoking a function with a dynamic return type. Values are read on demand and can not be accessed once the function gets disposed. ~Which means that this feature in its current state is not supported by SapPooledConnection.~

See https://github.com/huysentruitw/SapNwRfc/issues/36#issuecomment-885692636 for more usage details.

campersau avatar Dec 30 '21 15:12 campersau

Good work, nice feature. Can we push and publish it?

phillipc avatar Aug 05 '22 09:08 phillipc

Rebased and ready for review. SapPooledConnection is now supported because of https://github.com/huysentruitw/SapNwRfc/pull/68

campersau avatar Aug 30 '22 19:08 campersau

Thank you very much for your current version of dynamicrfc. Can the incoming parameters also be dynamically modified? @campersau

phoeeohp avatar Dec 13 '23 07:12 phoeeohp