SAP::Idoc - container for IDOC attributes


SAP-Rfc documentation  | view source Contained in the SAP-Rfc distribution.

Index


NAME

Top

SAP::Idoc - container for IDOC attributes

SYNOPSIS

Top

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




DESCRIPTION

Top

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

METHODS:

Top

name()

  $idoc->name( <val> )

  set and/or retrieve the name of an IDOC







AUTHOR

Top

Piers Harding, piers@ompa.net.

But Credit must go to all those that have helped.

SEE ALSO

Top

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


SAP-Rfc documentation  | view source Contained in the SAP-Rfc distribution.