R3.pm - Perl object oriented client interface to SAP R/3 using RFCSDK
use R3; $conn = new R3::conn (host=>$host, sysnr=>$sysnr, client=>$client, user=>$usr, passwd=>$passwd); $itab = new R3::itab ($conn, $table_name); $func = new R3::func ($conn, $func_name); ...
R3.pm provides an object oriented interface to SAP's RFCSDK for connection to an R/3 system. R3::conn is the object interface to R/3 connections. R3::itab is the object interface to ABAP internal tables. R3::func is the object interface to ABAP RFC enabled functions.
Johan Schön, johan.schon@capgemini.se
perl(1),
R3::conn(3),
R3::func(3),
R3::itab(3) and R3::rfcapi(3).