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

IDocDataRecord Event

Fired when the client SAP system receives an IDoc data record segment.

Syntax

typedef void __fastcall (__closure *TibiSapServerIDocDataRecordEvent)(System::TObject* Sender, TibiSapServerIDocDataRecordEventParams *e);

__property TibiSapServerIDocDataRecordEvent OnIDocDataRecord = {read=FOnIDocDataRecord, write=FOnIDocDataRecord};

typedef struct {
     String data;
} TibiSapServerIDocDataRecordEventParams;

Remarks

When a data record segment is received by the component this will be fired and data will contain the entire line of the segment.

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