Search
Categories
Documents
R3.pm - Perl object oriented client interface to SAP R/3 using RFCSDK (Displayed) README
|
R3.pm - Perl object oriented client interface to SAP R/3 using RFCSDK
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 Schoen, johan.schon@capgemini.se
perl(1), R3::conn(3), R3::func(3), R3::itab(3) and R3::rfcapi(3).
Information
|
This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here. |
|
|