Working with the NW RFC SDK Files
In this section you will find information on how to use the files that are part of the NW RFC SDK. You can use these files to:
● Call a function of the RFC library
● Use the Unicode macros und Unicode versions of the standard C Library
● Execute calculations using the data type decfloat
● Call a function of the RFC library
Include the file sapnwrfc.h and link it against sapnwrfc.lib for Windows (respectively .so/.sl on Unix).
● Use the Unicode macros und Unicode versions of the standard C Library
Include sapuc.h and sapucx.h and link it against libsapucum.lib (.so/.sl for Unix).
● Execute calculations using the data type decfloat
Include sapdecf.h and link it against sapdecfICUlib.lib (respectively libicudecnumber.so/.sl on Unix).