issues
search
dbosoft
/
YaNco
.NET SAP RFC API based on SAP Netweaver RFC SDK
MIT License
123
stars
15
forks
source link
various improvements for v5
#283
Closed
fw2568
closed
8 months ago
fw2568
commented
8 months ago
use IO in transaction handlers The transaction handlers now have to return Eff<RT, RfcRc>. Any error will be mapped to RfcRc.EXTERNAL_FAILURE as specified by SAP.
fixed code documentations
improved stability of mapper caching
fixed some code qualitity issues
improved samples
reduced traits to HasSAPRfc
and HasSAPRfcServer
fixed runIO to pass IConnection reference