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

IDocStart Event

Fired when the client SAP system begins receiving IDoc data.

Syntax

[VB.NET]
Public Event OnIDocStart As OnIDocStartHandler
[C#]
public event OnIDocStartHandler OnIDocStart;

public delegate void OnIDocStartHandler(object sender, SapserverIDocStartEventArgs e);

class SapserverIDocStartEventArgs : EventArgs {
}

Remarks

This is fired to indicate that the component has started receiving the IDoc data.

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