
SAP::Idoc - container for IDOC attributes

use SAP::Rfc;
$rfc = new SAP::Rfc( ... );
my $idoc = $rfc->lookup_idoc("USERCLONE03");
...

SAP::Idoc - is a container class for the details of what is an IDOC

$idoc->name( <val> ) set and/or retrieve the name of an IDOC

Piers Harding, piers@ompa.net.
But Credit must go to all those that have helped.

perl(1), SAP::Rfc(3), SAP::Iface(3).