NAME

R3::conn - Perl extension for handling connection to a SAP R/3 system


SYNOPSIS

  use R3::conn;

  $conn = new R3::conn (client=>"100", user=>"SAP*",
    password=>"pass", hostname=>"apollo", sysnr=>0);

  undef $conn;


DESCRIPTION

R3::conn::new creates a new connection to a R/3 system. It takes the following named parameters:
client => R/3 client
user => user ID
password => user's password
passwd => alias for password
language => logon language, defaults to 'E'
lang => alias for language
hostname => application server's hosname
host => alias for hostname
systemnr => system number
sysnr => alias for systemnr
gwhost => gateway host, defaults to host
gwservice => gateway service, defaults to service ``sapgw##'' with ## = 'sysnr'
trace => rfc trace on if set to 1, defaults to 0 (off)
pre4 => should be set to true value if target host has R/3 release < 40A


AUTHOR

Johan Schön, johan.schon@capgemini.se


SEE ALSO

perl(1), R3(3), R3::func(3), R3::itab(3) and R3::rfcapi(3).