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

TransferMode Property

Mode for sending the IDoc data to SAP System.

Syntax

__property TibiIDocWriterTransferModes TransferMode = {read=FTransferMode, write=FSetTransferMode};



enum TibiIDocWriterTransferModes { tmAsync=0, tmSync=1 };

Default Value

0

Remarks

When using tmAsync(0), IDocSender will call function IDOC_INBOUND_ASYNCHRONOUS via tRFC to send IDoc data; when using tmSync(1), IDocSender will call function IDOC_INBOUND_SINGLE via RFC to send IDoc data.

This property is not available at design time.

Data Type

Integer

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