The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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).