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

TransferMode Property

Mode for sending the IDoc data to SAP System.

Syntax

public int getTransferMode();
public void setTransferMode(int transferMode);

Enumerated values: public final static int tmAsync = 0; public final static int tmSync = 1;

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.

Default Value

0

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