Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
stefan_schnell
Active Contributor
Since a few days is the SAP GUI for Windows 7.50 available. With this release is also a new SAP NetWeaver RFC x86 library available - Version 7.49 PL 0. According to SAP Note 2417687 is this the replacement of librfc32.dll by NWRFC, for technical reasons. This library offers a few new functions, here the list of it:
RfcAddServerErrorListener
RfcAddServerStateChangedListener
RfcCancel
RfcCreateServer
RfcDestroyServer
RfcDestroyServerConnectionMonitorData
RfcFreeSaplogonEntries
RfcGetInt8
RfcGetInt8ByIndex
RfcGetSaplogonEntries
RfcGetServerAttributes
RfcGetServerConnectionMonitorData
RfcGetVersionInternal
RfcLaunchServer
RfcSetInt8
RfcSetInt8ByIndex
RfcSetServerStateful
RfcShutdownServer

 

Also, as far as I can see, the sapnwrfc.dll doesn't need the files libicudecnumber.dll and libsapucum.dll anymore. All additional libraries are the international components for unicode:

  • icudt50.dll

  • icuin50.dll

  • icuuc50.dll


Very interesting.
3 Comments