ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

ReceiveIDoc Property

Determines if IDocs will be received.

Object Oriented Interface

public function getReceiveIDoc();
public function setReceiveIDoc($value);

Procedural Interface

inerp_sapserver_get($res, 12 );
inerp_sapserver_set($res, 12, $value );

Default Value

false

Remarks

If true, the class will receive IDoc functions.

The class will fire the IDocStart event, after which the IDocControlRecord event will fire, providing you with the document's control record. Then the IDocDataRecord event will fire with each Data Record segment in the document. Once the entire document has been received, the IDocEnd event will fire.

This property is not available at design time.

Data Type

Boolean

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0