R3::func - Perl extension for calling remote functions in a R/3 system COPYRIGHT ========= Copyright (c) 1999, Johan Schoen. All rights reserved. The perl modules R3, R3::rfcapi, R3::conn, R3::func and R3::itab are free software; you may use, modify and redistribute them under the same terms as Perl itself. To use the R3::* modules you will also need the RFCSDK, which is proprietary software owned by SAP AG. INTRODUCTION ============ R3::func is a object interface for doing SAP RFC calls. You need R3::rfcapi and R3:conn to use R3:func; you will also need R3::itab if you want to handle tables as parameters. REQUIREMENTS ============ The R3::* modules requires Perl 5, a C compiler and SAP's RFCSDK. R3::conn requires R3::rfcapi. INSTALLATION ============ You should install R3::rfcapi and R3::conn before installing R3::func. If you used static linking of R3::rfcapi and created a new perl with an other name, you must edit Makefile.PL an add 'FULLPERL => "r3perl"' or whatever you called the perl executable. Installing R3::rfcapi on Linux and other UNIX like systems: $ perl Makefile.PL $ make $ make test $ make install You probably need to execute the last command as root. On NT with VC++: D:\R3>perl Makefile.PL D:\R3>nmake D:\R3>nmake test D:\R3>nmake install On other platforms: Sorry, I do not know. Please tell me if you do. AUTHOR ====== R3::func is written by Johan Schoen, johan.schon@capgemini.se. TRADEMARK INFORMATION ===================== SAP and R/3 are trademarks of SAP AG.