The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SAP::Idoc - container for IDOC attributes

SYNOPSIS

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

DESCRIPTION

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

METHODS:

name()

  $idoc->name( <val> )

  set and/or retrieve the name of an IDOC

AUTHOR

Piers Harding, piers@ompa.net.

But Credit must go to all those that have helped.

SEE ALSO

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